Data collection methods

The Modbus collector has 2 methods to collect measurement data, which are referred to as the collection type of a measurement.

Polling

Polled measurements are read every x milliseconds (minimum of 1000ms), which is the collection interval. This data collection method should be used for measurements for which the value changes regularly over time. Configure the interval depending on how frequent you want to collect data points for this measurement.

Monitoring

Monitored measurements collect data on every change of the measurements value. This data collection method polls the measurement at the minimum interval and notifies the collector whenever a change occurs. Typically, monitored measurements are configured for boolean or string data types that indicate an equipments state, f.e. for a valve that opens and/or closes only a few times per hour.

Collector health

Modbus Specific collector health messages. See here for all generic collector health messages.

You can find the collector health and the collector health history in the detail view on the right, when selecting a collector in the historian admin webpage.

Collector health history

Error connecting to slave

An error occurred while trying to initialize the Modbus slave. This indicates that a collector setting hasn’t been configured correctly or that the Modbus server isn’t reachable during initialization.

Disconnected from slave

The Modbus client lost connection with the Modbus slave.