I am working with opc ua, from ua expert and I would like to know how to report that an alarm has been triggered. I am working with python from rasa and I would like to know how to detect that an alarm has been triggered and so notify the corresponding worker. I know how to check the status of each alarm, i.e. if alarm 1 is on or not, if alarm 2 is on, ... but there are too many to do it one by one.... Is there any method to find out in a simpler way which alarm is activated?
Thank you.
Thank you.