Communications Card Description ZB4-601-IF1, ZB4-609-IF1 4-42
Moeller 07/01 AWB-C2700-1347GB
8.16.4 Troubleshooting
If the ZB4-601/609-IF1 receives no response from the PLC after a delay (VZ) of up to 500 ms (Timeout) after
STX the request (STX) is re-started.
If the command was not detected from the PLC (RECEIVE or SEND) or if another error is present in the data
package, the PLC must send a NAK (15
h
) within a VZ.
If the ZB4-601/609-IF1 does not receive a NAK or another character as ACK (06
h
) within a VZ, the request is
started.
8.16.5 Send TP1 procedure command
ZB4-601/609-IF1 PLC REMARKS
STX (02h) Start transfer
ACK (06h) PLC ready
SEND (40h) Data direction ZB4-601/609-IF1 –> PLC
D_NR Data word number (0 to 2048)
CR (0Dh) String end
D_VAL Value of the data word
CR (0Dh) String end
ETX (03h) End transfer
CHK Checksum (Addition of all bytes from SEND to incl. ETX)
ACK (06h) Data received
8.16.6 Send TP2 procedure command
ZB4-601/609-IF1 PLC REMARKS
STX (02h) Start transfer
ACK (06h) PLC ready
SEND (40h) Data direction ZB4-601/609-IF1 –> PLC
ADR_HI HI byte start address
ADR_LO LO byte start address
BYTE COUNT Number of data bytes
DATA0_HI HI byte 1st data word (1st byte)
DATA0_LO LO byte 1st data word (2nd byte)
DATA1_HI HI byte 2nd data word (3rd byte)
DATA1_LO LO byte 2nd data word (4th byte)
... (max. no “BYTE COUNT”)
ETX (03h) End transfer
CHK Checksum (addition of all bytes SEND to and incl. ETX)
ACK (06h) Data received