|
|
22仿真币
现有二类产品,A和B,如何实现1个A和1个B组装成1个C?我用orderlist建了二个OL_1和OL_2,分别用于A和B的等待,到了下一个进程,要取用的时候,一个都取不出来,实在不知为什么了,请大侠帮忙。( V+ ]& V6 k5 {) L q" S6 j
6 n, }7 \! u, i. R( Obegin P_wait arriving. R- g, E8 B) c2 h
if this load type=L_a1 then
0 U- O/ r, Z; @! W- M! ]3 A wait to be ordered on OL_1
z5 c Q! R: {9 O" t5 D if this load type=L_b1 then$ a, R& G/ G. f8 _* f
wait to be ordered on OL_2/ y1 g+ m& e6 d/ a
send to P_assemble& @. m" ^( b) |$ |
end) F7 W6 }4 f3 \" @8 ?2 A( v
5 |! ^' R# {7 d1 {- Pbegin P_assemble arriving
! C0 P D$ N0 ]% h1 Z. f: T; c0 P order a load from OL_1 to die0 Q+ ~6 X9 i" S: M1 Y
in case order not filled backorder on OL_1% O: A7 \ x* `! x6 Z& _
order a load from OL_2 to continue
% e$ ^6 \- k% K& T& l' d in case order not filled backorder on OL_2
2 {9 H7 U* i9 Z% ^! G5 V8 R. H+ l set load type to L_product: b$ V! a. A7 P l
get R_massm* l* M. A$ P: g
wait for normal 5,1 min
& g+ f) ~- [) [6 E* o! r free R_massm5 W( J' L, B' z- Z
move into Q_stock
' u$ J. g B+ p8 hend |
|