|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
" _+ J4 e' W$ y( Iinserttask(ts,TASKTYPE_TRAVEL,current,NULL);# u+ S0 x+ O4 t3 r" o1 J
inserttask(ts,TASKTYPE_LOAD,item,current,port);
5 Q {+ x; b9 G; w5 Hinserttask(ts,TASKTYPE_BREAK,NULL,NULL);
* W( n. B# Z S; I# finserttask(ts,TASKTYPE_TRAVEL, destination,NULL);7 d2 _6 D; S- {- D6 [. H
inserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));- f4 n( C& j: K3 K& R
导致后继搬运出错,0 x- W( ^2 @9 \( n4 _. g6 d5 w
但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|