MbusDataTableInterfacereportRunIndicatorStatus Method |
Override this method to implement a function which reports the Run Indicator
of a device.
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxprotected virtual bool reportRunIndicatorStatus()
Protected Overridable Function reportRunIndicatorStatus As Boolean
protected:
virtual bool reportRunIndicatorStatus()
Return Value
Type:
Boolean Run Indicator status, true for ON, false for OFF
Remarks
This is called when function code 17 (11 hex) Report Slave ID
is sent by a master.
Required:
No
Default Implementation:
Returns false (OFF) as run indicator status
See Also