7 Common parameter type definitions

7.23 MonitoringMode

The MonitoringMode is an enumeration that specifies whether sampling and reporting are enabled or disabled for a MonitoredItem. The value of the publishing enabled parameter for a Subscription does not affect the value of the monitoring mode for a MonitoredItem of the Subscription. The values of this parameter are defined in Table 152.
Table 152 – MonitoringMode values
Name | Value | Description |
---|---|---|
DISABLED | 0 | The item being monitored is not sampled or evaluated, and Notifications are not generated or queued. Notification reporting is disabled. |
SAMPLING | 1 | The item being monitored is sampled and evaluated, and Notifications are generated and queued. Notification reporting is disabled. |
REPORTING | 2 | The item being monitored is sampled and evaluated, and Notifications are generated and queued. Notification reporting is enabled. |