FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
12-29-2021 03:52 PM
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?
Solved! Go to Solution.
01-12-2022 01:31 PM - edited 05-18-2022 10:25 AM
The alarm management package is actually not usable but it is under investigation by our R&D.
EDIT: Feature is planned for Version 1.16 coming up end of July this year.
For adding errors to the logbook of the ctrlX CORE simply use the LogAdd function out of the CmpLog library. The PLC logger messages will automatically be transferred to the main logbook.
03-21-2022 05:52 PM
Hello
I would also need the Alarm Configuration. Replacing it with logs seems brings not the full PLC experience, as Alarms can be active, not acknowledged, acknowledged or not active, which is an important functionality in any process control.
Plus implementing log view on a HMI seems difficult and not user friendly.
Thanks, Martin
11-07-2022 09:09 PM
Hi @CodeShepherd,
Has this issue been solved yet?
I'm still running into the exact same error and was wondering if it's a mistake on my side or if the alarm management package is still unusable.
Thanks for your reply,
kovaley
11-11-2022 01:14 PM
Did you upgrade your ctrlX WORKS and ctrlX CORE target in the PLC engineering to the latest (1.16) version?
11-11-2022 02:31 PM
No,
So it is a mistake on my side!
Thank you!