BusProtocolErrorsFTALK_ILLEGAL_SLAVE_ADDRESS Field |
Slave address 0 illegal for serial protocols
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic const int FTALK_ILLEGAL_SLAVE_ADDRESS = 5
Public Const FTALK_ILLEGAL_SLAVE_ADDRESS As Integer = 5
public:
literal int FTALK_ILLEGAL_SLAVE_ADDRESS = 5
Field Value
Type:
Int32
Remarks
A slave address or unit ID of 0 is used as broadcast address for ASCII
and RTU protocol and therefor illegal.
See Also