PLC Developers Guide / ZPA Mode Control / PLC Outputs for ZPA Mode /


Set Local Tracking

ConveyLinx ERSC ConveyLinx-Ai 24V ConveyLinx-Ai 48V
ConveyLinx-ECO ZPA Mode PLC I/O Mode


Register Name Internal Address Assembled PLC Address Description
Set Tracking
Local Upstream Zone
Word 1
4:0132 M: 4:1600
E: O.Data [0]
P: Byte 0 (Hi)
P: Byte 1 (Lo)
Write value for 16-bit integer tracking data Word #1 for the carton accumulated in the local Upstream Zone
Set Tracking
Local Upstream Zone
Word 2
4:0133 M: 4:1601
E: O.Data [1]
P: Byte 2 (Hi)
P: Byte 3 (Lo)
Write value for 16-bit integer tracking data Word #2 for the carton accumulated in the local Upstream Zone
Set Tracking
Local Downstream Zone
Word 1
4:0212 M: 4:1602
E: O.Data [2]
P: Byte 4 (Hi)
P: Byte 5 (Lo)
Write value for 16-bit integer tracking data Word #1 for the carton accumulated in the local Downstream Zone
Set Tracking
Local Downstream Zone
Word 2
4:0213 M: 4:1603
E: O.Data [3]
P: Byte 6 (Hi)
P: Byte 7 (Lo)
Write value for 16-bit integer tracking data Word #2 for the carton accumulated in the local Downstream Zone

Writing Tracking Details

Because the ConveyLinx Module is connected as I/O, the PLC inherently is always trying to update the Output image on (at least) RPI intervals. In order to prevent the PLC from inadvertently overwriting the “real” tracking data registers; the Assembly Output implementation utilizes the holding register locations shown and automatically updates the “real” tracking registers with this new data only upon release of the Carton from the zone. Included in this automatic functionality are two special reserved values that can be used for convenience:

  • Set both tracking registers shown to 0: This will instruct the module to not modify the existing “real” tracking data and allow it to continue downstream “as-is” when the Carton is released.

  • Set both tracking registers shown to 0xFFFF: This will instruct the module to clear the “real” tracking data and when the Carton is released, the “real” tracking data will be “0” in both registers.