|
|
22仿真币
现有二类产品,A和B,如何实现1个A和1个B组装成1个C?我用orderlist建了二个OL_1和OL_2,分别用于A和B的等待,到了下一个进程,要取用的时候,一个都取不出来,实在不知为什么了,请大侠帮忙。
( V( {! w; w" G" x7 U0 Q, z8 q+ H
" l$ N' u! b' fbegin P_wait arriving, j. `7 q. e5 H1 [1 J
if this load type=L_a1 then3 k ]6 g" f) W9 k* n3 Z) T
wait to be ordered on OL_11 q, h" L; l% w
if this load type=L_b1 then
$ B1 t" G4 I- c- C7 h wait to be ordered on OL_2
9 J5 _ [: T4 ^0 T send to P_assemble
' X6 e( n. i8 o6 ~+ o4 C8 F: [end
* _3 T* a! D& V# k8 R
- r9 s( H; `1 A2 Bbegin P_assemble arriving
' W6 n/ \8 [2 ]* H order a load from OL_1 to die/ {- t- @2 m: l
in case order not filled backorder on OL_18 e7 X/ L% B% h I; p
order a load from OL_2 to continue
5 H. k0 H9 Z! H$ `' Y6 l in case order not filled backorder on OL_24 D! p# c1 z7 b
set load type to L_product% Q ~8 w. J" i' F' g- L& D
get R_massm8 E% Q( B3 f) f a, v2 d; X
wait for normal 5,1 min j1 [9 {( C. w; T# Z' p c
free R_massm
# O) {, m% m! q8 C$ S" S4 v( ? move into Q_stock
. e4 Q" j0 Q# F7 T0 q3 jend |
|