- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
QoS
Quality of Service, defines the guarantee of delivery for a specific message
- BrowseName
- QoSLevelEnum
Values
Value | DisplayName | Description |
---|---|---|
0 | 0 - At most once | May lose messages |
1 | 1 - At least once | Guarantees the message delivery but potentially duplicate messages |
2 | 2 - Exactly once | Ensures that messages are delivered exactly once without duplication |
Provide Feedback