UAMonitoringParameter is a structure defined by:
Name |
TypeName |
Comment |
||
---|---|---|---|---|
SamplingInterval |
TIME |
The rate in milliseconds the server checks the underlying data source for changes. |
||
QueueSize |
UINT |
The queue size for the monitoring item. |
||
DiscardOldest |
BOOL |
Determine the discard policy in case of queue overflow: TRUE: Discard the oldest in the sample queue FALSE: Discard the newest in the sample queue. |
||
DeadbandType |
UINT |
This parameter indicates if a deadband is applied and if applied, which type of deadband: |
||
0 |
UADT_None |
No deadband calculation should be applied. |
||
1 |
UADT_Absolute |
AbsoluteDeadband (See OPC UA Part 4, Chapter 7.16.2) |
||
2 |
UADT_Percent |
PercentDeadband |
||
Deadband |
REAL |
For example, percent (0.1%).. |