Documentation

MbusRtuSlaveProtocol Methods

The MbusRtuSlaveProtocol type exposes the following members.

Methods
  NameDescription
Public methodaddDataTable
Associates a protocol object with a Data Provider and a Modbus slave ID.
(Inherited from MbusSlaveServer.)
Public methodDispose
Implement IDisposable.
(Inherited from MbusSlaveServer.)
Public methodenableRs485Mode
Enables RS485 mode.
(Inherited from MbusSerialServerBase.)
Protected methodFinalize
Destructor.
(Inherited from MbusSlaveServer.)
Public methodgetConnectionStatus
Checks if a Modbus master is polling periodically.
(Inherited from MbusSlaveServer.)
Public methodgetSuccessCounter
Returns how often a message transfer was successful.
(Inherited from MbusSlaveServer.)
Public methodgetTimeout
Returns the currently set master time-out supervision value.
(Inherited from MbusSlaveServer.)
Public methodgetTotalCounter
Returns how often a message transfer has been executed.
(Inherited from MbusSlaveServer.)
Public methodisStarted
Returns whether server has been started up.
(Inherited from MbusSlaveServer.)
Public methodresetSuccessCounter
Resets successful message transfer counter.
(Inherited from MbusSlaveServer.)
Public methodresetTotalCounter
Resets total message transfer counter.
(Inherited from MbusSlaveServer.)
Public methodserverLoop
Modbus slave server loop
(Inherited from MbusSlaveServer.)
Public methodsetFrameTolerance
Configures the tolerance the RTU protocol engine * should apply for the detection of inter-frame gaps. *
Public methodsetTimeout
Configures master transmit time-out supervision.
(Inherited from MbusSlaveServer.)
Public methodshutdownServer
Shuts down the Modbus Server.
(Inherited from MbusSlaveServer.)
Public methodstartupServer
Opens a serial Modbus protocol and the associated serial port with the port parameters configured via properties
(Inherited from MbusSerialServerBase.)
Public methodstartupServer(String, Int32, Int32, Int32, Int32)
Opens a serial Modbus protocol and the associated serial port with the port parameters configured via properties
(Inherited from MbusSerialServerBase.)
Top
See Also