MinimumEventSeverity and MaximumEventSeverity
- Last UpdatedJun 26, 2025
- 1 minute read
- PI System
- Adapter for OPC UA 1.6
- Adapters
The OPC UA adapter also includes MinimumEventSeverity and MaximumEventSeverity parameters in the Client Settings configuration. Severity settings are applied for all Event Types selected in Data Selection Configuration.
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
minimumEventSeverity |
Optional |
integer |
This value determines the lower bound or minimum value of severity for events sent by the Server. If the value is set to 0, all events with a Severity below the value set for the maximumEventSecurity are sent. Allowed values: 0 to 999 Default values: 0 |
|
maximumEventSeverity |
Optional |
integer |
This value determines the upper bound or maximum value of Severity for events sent by the Server. If the value is set to 1000, all events with a Severity above the value set for the minimumEventSecurity are sent. Allowed values: 1 to 1000 Default values: 1000 |
Changes made to the Event Filters are immediately applied to the Subscription and all new events generated on the Server are applied with the latest filters.
For more information, see Configure client settings.