Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
string | busInterface |
rs485 interface used for modbus communication More... | |
ModbusCfg::SerialSettings | busSettings |
interface settings More... | |
int | interframeDelayDeciChars |
(== 0) -> default, (< 0) -> no delay, (> 0) -> e.g. 35 means 3.5 chars More... | |
Public Attributes inherited from peripheral::GatewaySensorManager::RemoteModbusDevice | |
map< int, string > | detectionIdentifiers |
list of expected device identifiers More... | |
int | unitId |
modbus server address More... | |
Public Attributes inherited from peripheral::GatewaySensorManager::RemoteDevice | |
string | deviceId |
remote device id More... | |
boolean | disabled |
prevents usage of all sensor specifications which reference this device More... | |
string | name |
human readable remote device name More... | |
int | timeoutMs |
communication access timeout, 0 = default More... | |
int | retry |
communication retry count, 0 = default More... | |
Definition at line 294 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::RemoteModbusRTUDevice::busInterface |
rs485 interface used for modbus communication
Supported values:
(1) with SRC-080X, only the REMOTE HUB interfaces are support, possible values are:
(2) with Raritan Modbus/RS-485 dongle "USB-MOD-DONGLE", possible values are:
Definition at line 312 of file GatewaySensorManager.idl.
ModbusCfg::SerialSettings peripheral::GatewaySensorManager::RemoteModbusRTUDevice::busSettings |
interface settings
Definition at line 313 of file GatewaySensorManager.idl.
int peripheral::GatewaySensorManager::RemoteModbusRTUDevice::interframeDelayDeciChars |
(== 0) -> default, (< 0) -> no delay, (> 0) -> e.g. 35 means 3.5 chars
Definition at line 314 of file GatewaySensorManager.idl.