|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
( H) q3 E2 ~# S5 S: \+ Y# I% ^* binserttask(ts,TASKTYPE_TRAVEL,current,NULL);
9 S& P, B3 d( j: jinserttask(ts,TASKTYPE_LOAD,item,current,port);. Y- z' u& N8 _* {. C1 ?3 p( B' l
inserttask(ts,TASKTYPE_BREAK,NULL,NULL);
% {7 _3 w& c2 p- H4 M2 u4 Binserttask(ts,TASKTYPE_TRAVEL, destination,NULL);. S7 C. n, W1 e& X& C
inserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));" |! s8 s& g6 S3 N' y& ~
导致后继搬运出错,) P/ O* ?7 ~* I7 W9 h$ S9 B1 d
但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|