|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,+ N' m) _- d6 Y2 S) d* Z5 B
inserttask(ts,TASKTYPE_TRAVEL,current,NULL);$ A1 D+ T6 g. G; O1 @, ^0 i+ ?% r
inserttask(ts,TASKTYPE_LOAD,item,current,port);) z" I3 c* W \7 O
inserttask(ts,TASKTYPE_BREAK,NULL,NULL);
4 d' H2 J Y) \4 b8 Winserttask(ts,TASKTYPE_TRAVEL, destination,NULL);
" s- ^8 o. m6 s& n$ f9 Hinserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));
: x+ X3 U& A5 C' N+ g: y$ t3 a. ?导致后继搬运出错,
( x' l- s. Y. P1 e+ ]( x但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|