|
|
22仿真币
现有二类产品,A和B,如何实现1个A和1个B组装成1个C?我用orderlist建了二个OL_1和OL_2,分别用于A和B的等待,到了下一个进程,要取用的时候,一个都取不出来,实在不知为什么了,请大侠帮忙。 o4 W, z; o5 i; G: }% M
3 i8 J! M- h7 W' tbegin P_wait arriving* {# z* `: H }7 l" s! h
if this load type=L_a1 then
/ o6 y1 b" X" h( f wait to be ordered on OL_1 { u& f0 w! z" j8 ^) f
if this load type=L_b1 then
3 {* i6 s; {. @8 X wait to be ordered on OL_2
: y% }' S* H2 t send to P_assemble
8 X' }" o. X7 J! z. @% d- ~3 hend a7 ^- R) q' z
- p6 {) H' `, U, l
begin P_assemble arriving
+ D2 G ^! j C* B order a load from OL_1 to die
# Z7 L3 _2 D9 i* N1 L% y# I in case order not filled backorder on OL_1$ b7 S* `- K/ x
order a load from OL_2 to continue4 Z; q' A( s" r! Z' h% v
in case order not filled backorder on OL_2- J4 }- b* i* d9 K# v2 @
set load type to L_product, B6 A J$ \4 D+ p- o4 R8 s, M
get R_massm- G) E3 s) x7 c( F2 `2 c/ f
wait for normal 5,1 min
. U' ?4 `% l* q# W free R_massm
/ u: m4 D0 g# ]3 }1 x move into Q_stock( u9 B R" t. Y; h c u$ C: q4 Z
end |
|