I want to make a C# based Emailing client, that would send emails to concerned peoples depending on alarms that come from the CNC machine (Siemens Sinumerik ONE controller).
So far I have found that I can read alarms on the UAExpert OPC UA client, but don’t know how to export those alarms from events view to some file on desktop which I can read through my C# app.
Or is there any possiblity of creating a OPC UA client just to read those alarms ?