Overview

When the solution is running, and the Designer is connected with the runtime, the Devices Monitor page will show the basic status of its communication Nodes.

On this page:


Monitoring Device Nodes Status

You can access the monitor by navigating to Devices → Devices Monitor.

When the solution is running, the monitor will display a table of properties with real-time information about the Device Module Nodes.

Devices Monitor Table Columns

The information in this table is constructed from the runtime properties of the object: Device.Node.<NodeName>.  

Additionally of showing in the monitor table, the properties can be accessed on Displays or Scripts, using the following syntax

@Device.Node.<NodeName>.<PropertyName>


Devices Nodes Monitor Table

Property

Description

ActivityCounter

Counter up on any activity on the node.

Disable

Status of the node Disable Property

LastErrorCode

0 means no errors. Code for Last Error. Negative numbers means no connective, positive numbers are protocol specific errors.

LastErrorDateTime

Timestamp of the error on previous column

InvalidAddresses

In the case the node and addresses not resolved by the Device, they are available in the property. 


In this section:

  • No labels