| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
the ID |
integer |
None. |
| NetworkID |
An identifier for the Network that this DataNode belongs to, from the IntID of the Network |
integer |
None. |
| DataNodeNumber |
A number from 1 to n representing the DataNodes position on the Network (i.e. node ID). Unique for a Network. |
integer |
None. |
| Name |
The name of the DataNode |
string |
None. |
| Category |
This is a placeholder where you can define a category or grouping, using words of your choice |
string |
None. |
| Notes |
This is a placeholder where you can define notes for the DataNode, using words of your choice |
string |
None. |
| Latitude |
The Latitude of the DataNode. |
decimal number |
None. |
| Longitude |
The Longitude of the Datanode. |
decimal number |
None. |
| Standalone |
Whether or not the DataNode is standalone |
boolean |
None. |
| PerformNetworkReadings |
Whether or not the devices under this DataNode are to perform automated readings |
boolean |
None. |
| NetworkAddress |
The address for this DataNode within its network |
string |
None. |
| SerialNumberUser |
The User Serial Number for the DataNode |
string |
None. |
| SerialNumberManufacturer |
The Manufacturer's Serial Number for the DataNode |
string |
None. |
| IsActive |
Whether or not the DataNode is currently active |
boolean |
None. |
| EmergencyStopActive |
Whether or not there is an active Emergency-Stop button on this DataNode |
boolean |
None. |
| SchedulePollingInterval |
Polling Interval for reading Schedule details, in minutes |
integer |
None. |
| LogPollingInterval |
Polling Interval for reading logs, in minutes |
integer |
None. |
| HardwareType |
The Hardware Type/Model of the DataNode |
integer |
None. |
| BootloaderType |
The Bootloader Type of the DataNode (typically Priio or RIMIK) |
integer |
None. |
| BootloaderVersion |
The Bootloader Version on the DataNode |
DataNodeBootloaderVersion |
None. |
| FirmwareVersion |
The Firmware Version on the DataNode |
DataNodeFirmwareVersion |
None. |
| Devices |
A collection of Devices connected to this DataNode |
Collection of Device |
None. |
| CalculatedDevices |
A collection of Calculated Devices related to this DataNode |
Collection of CalculatedDeviceStruct |
None. |
| ConfiguredAlerts |
Array of |
Collection of ConfiguredAlert |
None. |