Exception Responses - GE ASTAT XT QT 0008U Series User Manual

Solid state soft starter
Table of Contents

Advertisement

A.13.

Exception Responses

When the master sends a query frame to an ASTAT-XT, one of the following four responses from the ASTAT-XT is
possible:
1.
When no communication error is detected in the query, and no mistake is found by the communication
program module in the ASTAT-XT, a Normal response is returned.
2.
If the ASTAT-XT does not receive the query frame (for example because of a disconnected serial link cable)
then no response is returned by the ASTAT-XT. After proper time the master will cause a timeout condition.
3.
If the ASTAT-XT receives the query, but faulty CRC bytes and / or Parity bits are detected, no response is
returned by the ASTAT-XT. After the proper time the master will cause a timeout condition.
4.
If no communication error is detected in the query, but the ASTAT-XT communication program module finds
an error such as an illegal function, data address or data value, or if the ASTAT-XT is busy, then an Exception
response is returned. The Exception response includes the Exception Code to inform the master about the type of
the error.
Exception Code Response Frame:
The Exception response frame holds fix number of 5 bytes. The first one, the Slave Address field, is the Serial link
number (transmitted in query and identical to ASTAT-XT Serial Link No.). The second byte, the Function field, returns
the echo of the transmitted query function but with the Most Significant Bit set to 1 (adding $80 to the transmitted
function code). The third byte is the Exception Code informing about the type of error. The last two bytes are the
CRC bytes.
Exception Codes supported by the ASTAT-XT:
Exception Code
Type
01
Illegal Function
02
Illegal Data Address
03
Illegal Data Value
06
ASTAT-XT Busy
Example 10:
The master is trying to force coil # 17 of ASTAT-XT 32. The ASTAT-XT incorporates only 16 coils. The Illegal Data
Address Exception code will be returned:
Query:
byte 1: Serial Link No.
byte 2: Function
byte 3: Coil Address High
byte 4: Coils address Low
byte 5: Force Data High
byte 6: Force Data Low
byte 7: CRC_Low
byte 8: CRC_High
Exception response:
byte 1: Serial Link No.
byte 2: Function
byte 3: Exception Code
• Appendix A - MODBUS RTU Protocol
99
($20)
(32)
($05)
($00)
($11)
(17, Non existent Coil)
($00)
($0000 = "0" = Low)
($00)
($XX)
($XX)
($20)
($85)
(Original + $80)
($02)
(Illegal Data Address)
Comment
Requested Function is not supported.
Functions 1..6, 8, 15 or 16 are supported.
Data address is not allowable.
Data Value is not in allowable range.
ASTAT-XT is busy now. The master retransmits the message
later.

Advertisement

Table of Contents
loading

Table of Contents