Stage 7
Decrementing lane count
Subtract one from inventory after a confirmed transfer.
Key tags · tap to copy
Decrement handshake
PE10_04
Blocked, then remade
OutfeedCartonVelXfr[10].1
Case left the eye
OutfeedCartonVelXfr[10].2
Remake + timer → SUB
PE10_04 must go off, then on. The remake plus the cleared-transfer timer raises OutfeedCartonVelXfr[10].2, which is the one-shot that subtracts LN_INFEED_CNT[10].
XIC(DISCHARGE_LN.10) XIC(OutfeedCartonVelXfr[10].2) ONS(OutfeedONS[10].1) ADD(LN_OUTFEED_CNT[10], 1, LN_OUTFEED_CNT[10]) SUB(LN_INFEED_CNT[10], 1, LN_INFEED_CNT[10])
Checks 0/5