Chapter 8 LS Bus Protocol
Inverter response format (ACK response)
Format name Header
Station
No.
Command Data Frame check Tail
Item Description
BCC
When ASCII value of each 1byte except ENQ and EOT is summed, the lowest 1byte of the result
Inverter response format (NAK response)
Format name Header
ASCII value H15 H3230 H52 H3132 - H04
Item Description
BCC
When ASCII value of each 1byte except ENQ and EOT is summed, the lowest 1byte of the result value
is BCC.
Error information is shown as hex 1byte (2bytes of ASCII code).
For more information, please refer to the error code of the inverter user manual.
Example
This describes if the user want to read 1Word data from address number 1230 of station number 1 of inverter..
XGB request format (XGB → Inverter)
Format name Header
Station
Address of inverter Device length Frame check Tail
Frame (Example)
ENQ H01 R 1230 H1 BCC EOT
For ACK response after execution of command (XGB ← Inverter)
Format name Header
For NAK response after execution of command (XGB ← Inverter)
Format name Header
Command Error code Frame check Tail
Frame (Example) NAK H01 R H12 BCC EOT
ASCII value H15 H3031 H52 H3132 - H04