OPCFoundation / UA-.NETStandard-Samples

Other
263 stars 187 forks source link

Is there a simple example how create alarms and conditions? #508

Open PvanIeperen opened 1 year ago

PvanIeperen commented 1 year ago

Good afternoon.

At the moment I'm working on a Server application that has to expose alarms. The connecting client is a SCADA system that is using Alarms and Conditions. I was looking to the examples in the workshop folder but its to hard to figure out how everything is implemented. Is there a more simple example how to implement the Alarms and Conditions on the server?

Regards Patrick.

mregen commented 1 year ago

Hi @PvanIeperen, the workshop examples are the best we have at this point. in addition there is a sample here: https://github.com/OPCFoundation/UA-.NETStandard/tree/master/Applications/Quickstarts.Servers/Alarms and there is a sample server here: https://github.com/Azure-Samples/iot-edge-opc-plc/tree/main/src/AlarmCondition. Hope this helps..