冷,果然没人回。。 8 s% S9 L0 a9 }3 {8 Z8 @其实吧,我想down掉再让它Up大家肯定是知道的。9 x: }% D, c. o5 y; z. Q( j
关键是order list的使用,我想了下,比如说其实有4个处理点的话,好像就要在每个点上都要控制order list' M6 Q$ p& V0 u
以下是down掉,再up的简单代码,关键还是每个处理点都要wait Order list5 x2 }" r) {9 ^4 O
while 1 = 1 do begin / j. J% g7 E8 u4 ^ wait for 30 min ; {+ n4 j& R6 [: a2 ~ take down VeqpResource(procindex)+ b" c' ?6 J4 j0 T* c! Y. d! H
wait for 10 min 1 g: l+ w0 r! b* N2 w7 M; `) z bring up VeqpResource(procindex)( p: N- d7 N( T, Q7 [. o4 e
order all load from OL_EQPup(procindex) to continue/ u5 Z J* z! t: h( s* e
end0 A( s! j" }7 T$ l% g- ]% o
我4个点的已经处理成功了,其实还是比较郁闷,难道说,要是有20个处理点,就要写20个wait Order list... 2 G1 n+ x% v) \" O实在是想不出好办法了。