I’m trying to implement the alarm management in my PLC project following the CtrlX PLC Engineering documentation.
1. When an alarm storage is added to the application, I get a bunch of errors while downloading the code.
2. I want to get the active alarm messages out of the PLC App and was trying to copy them to the DL by calling the GetActiveAlarms method of the IAlarmManagerClient. Is that a reasonable way in CtrlX?