|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
# o K7 |( H" qinserttask(ts,TASKTYPE_TRAVEL,current,NULL);2 B- L! E' n* S- g; z, W5 P
inserttask(ts,TASKTYPE_LOAD,item,current,port);
( B( z8 V A# d+ o# d: u3 J" Einserttask(ts,TASKTYPE_BREAK,NULL,NULL);/ w& W1 b' j+ T' d7 o: n N) W
inserttask(ts,TASKTYPE_TRAVEL, destination,NULL);
. Z3 O, }' e2 @, f3 uinserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));! Z/ q2 B. b# @2 r% T, d
导致后继搬运出错,
4 y# @9 I9 x! S- O7 a9 O9 j但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|