|
|
22仿真币
现有二类产品,A和B,如何实现1个A和1个B组装成1个C?我用orderlist建了二个OL_1和OL_2,分别用于A和B的等待,到了下一个进程,要取用的时候,一个都取不出来,实在不知为什么了,请大侠帮忙。: Q5 A% [9 B; |1 G/ {
/ A* K2 }& B; m' a3 n
begin P_wait arriving# c) N, H4 e3 r: U6 m
if this load type=L_a1 then
# d& N) t8 n, W% O7 q& Y wait to be ordered on OL_1
& G; S+ a: N& M& p+ o# \0 b if this load type=L_b1 then, f) P3 K% G, q0 c: r
wait to be ordered on OL_2
2 Y! O3 _- N) K; i* b# W) { send to P_assemble
% `$ A6 }3 n; z0 t ?, Vend/ t- F; R* y1 `' R( o3 s6 k1 g
! w! V' `& l& f% R, [( fbegin P_assemble arriving
) d# W/ N: [( R4 V1 W9 i8 \/ w order a load from OL_1 to die
- H' l) j- a0 Z; m in case order not filled backorder on OL_1
8 U. H/ G1 x- J! K* ]6 {& U0 a order a load from OL_2 to continue
6 a* D' a7 v' C6 ^! J1 W2 V# v in case order not filled backorder on OL_2
9 \1 A# x9 S4 D6 L# L! }8 H$ | set load type to L_product
. Q0 b' w9 F8 ]9 u2 U get R_massm
. v9 V3 x5 I- m" {. L wait for normal 5,1 min; C9 Y/ ^- |/ t/ _# w
free R_massm# \9 c$ A+ p) {3 t4 E$ \- o
move into Q_stock F1 B1 i5 k: A" P, A
end |
|