|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
; @, l0 b4 d% A; X( Q; w4 Q7 ]( G) ^inserttask(ts,TASKTYPE_TRAVEL,current,NULL);
; y( d0 ^. }5 ~inserttask(ts,TASKTYPE_LOAD,item,current,port);
) z: T) a" y7 s* u1 X1 Oinserttask(ts,TASKTYPE_BREAK,NULL,NULL);
7 ]* ?& M4 P i1 Q4 H+ q4 }inserttask(ts,TASKTYPE_TRAVEL, destination,NULL);. P: s2 o0 D1 v
inserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));% i+ i: c8 u7 J/ n/ @; s
导致后继搬运出错,
) q+ w) ?2 R) f+ P4 w7 T: x! ]; }但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|