FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_MBUS_ILLEGAL_VALUE_RESPONSE Field

Illegal Data Value exception response

[Visual Basic]
Public Const FTALK_MBUS_ILLEGAL_VALUE_RESPONSE As Integer = 163
[C#]
public const int FTALK_MBUS_ILLEGAL_VALUE_RESPONSE = 163;

Remarks

Signals that a Illegal Value exception response was (code 03) received. This exception response is sent by a slave device instead of a normal response message if a master sent a data value, which is not an allowable value for the slave device.

See Also

BusProtocolErrors Class | FieldTalk Namespace