Stage 1
Heartbeat & produced tags
J8005 and the palletizer robot exchange a live bit. If either side sticks, the cell is dead even when the lane is full.
Key tags · tap to copy
- 1.J8005 pulses SUPER_TO_PALLET[0].0 from HEARTBEAT_ON.DN.
- 2.Robot replies on PALLET_TO_SUPER[0].0.
- 3.PALLET_HEART_ON / PALLET_HEART_OFF time how long the bit stays high or low.
- 4.Either timer .DN raises PALLET_HEART_FAULT.
- 5.PULSE also fires PALLET_READ, PALLET_CASE_CNT_READ, PALLET_WRITE, PALLET_WO_WRITE.
XIC(HEARTBEAT_ON.DN) OTE(SUPER_TO_PALLET[0].0) XIC(PALLET_TO_SUPER[0].0) TON(PALLET_HEART_ON) XIO(PALLET_TO_SUPER[0].0) TON(PALLET_HEART_OFF) [XIC(PALLET_HEART_ON.DN) , XIC(PALLET_HEART_OFF.DN)] OTE(PALLET_HEART_FAULT)
Checks 0/5