am_simulation 发表于 2009-7-15 21:45:44

求解

RGV在Q_wait1-6取载后在8个工作站净空、lable
最后在空箱在Q_store流出
目前run model结果发现,货物淤塞在staoutput1-8
未能流出,求解

zhdew 发表于 2009-7-15 22:47:34

注意报错提示:
646.04: Load 3 (L_Carton3) is at travel action, but is not on a movement system.
646.04: Travel action ignored.
646.04: No debugger information is available.
646.04: Load 3 (L_Carton3) is at travel action, but is not on a movement system.
646.04: Travel action ignored.
646.04: No debugger information is available.

回来看代码:

begin P_output1 arriving procedure
   travel to Conv.staoutput1
   move into Q_output(1)
   /*Location to wait for a vehicle*/
    travel to Rgv.cpoutput1 /*Get on Vehicle*/
   send to P_store
end

begin P_store arriving procedure
   travel to Rgv.cpstore
   /* Travel onboard vehicle to cpstore */
   move into Q_store /* Get off vehicle */
   wait for 20 sec
   set A_Time to ac - A_Time
   print this load, "Time in system " A_Time to message
   inc V_Numdone by 1
   send to die
end

知道怎么改了吧?
页: [1]
查看完整版本: 求解