|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,# Q, F( V5 {9 j, x0 I
inserttask(ts,TASKTYPE_TRAVEL,current,NULL);
6 E/ U2 m9 N! p- Y( Z P( Finserttask(ts,TASKTYPE_LOAD,item,current,port);
7 v* Y" @" F a! T7 Sinserttask(ts,TASKTYPE_BREAK,NULL,NULL);1 t# m# t# i4 x& B# Q2 _' x
inserttask(ts,TASKTYPE_TRAVEL, destination,NULL);
* `: O0 O5 h" linserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));
. z& l$ u7 {3 n; a! j: Y9 R导致后继搬运出错,7 l& @1 B1 I3 S5 {, M- h, ?
但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|