简体   繁体   English

是否可以使用 OPC UA 客户端订阅警报?

[英]Is is possible to subscribe to alarms with a OPC UA client?

I have Siemens panel TP1200 Comfort in which there are many alarms.我有西门子面板 TP1200 Comfort,其中有很多警报。

I have used UAExpert to connect to the server, and I can navigate through the tags, but I am not able to see the way the to navigate to do it through the alarms.我已经使用 UAExpert 连接到服务器,我可以浏览标签,但我无法看到通过警报进行导航的方式。

My idea it is if I could subscribe to the alarms, so if I implement a OPC UA client with C#, I could handle it, send some email or save the data in a database.我的想法是如果我可以订阅警报,那么如果我用 C# 实现 OPC UA 客户端,我可以处理它,发送一些电子邮件或将数据保存在数据库中。

For the client, I am trying to use the library from OPC Fundation: https://github.com/OPCFoundation/UA-.NETStandard .对于客户端,我正在尝试使用 OPC Fundation 的库: https ://github.com/OPCFoundation/UA-.NETStandard。

Thanks.谢谢。

Yes it is possible.是的,有可能。 The UAExpert can eg subscripte to events and alarms.例如,UAExpert 可以订阅事件和警报。 You can find the doc here 你可以在这里找到文档

I think the .net stack also can do it because its the reference implementation in C# but I could not found an example.我认为 .net 堆栈也可以做到这一点,因为它是 C# 中的参考实现,但我找不到示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM