CTRL script + Alarm
- Nikolay
- Posts:34
- Joined: Tue Aug 21, 2012 7:10 am
CTRL script + Alarm
Dear colleagues. I have a question. How, using crtl script, to send a acknowledge signal? I know how to get the list of alarms with dpQueryConnectSingle, but I can not confirm the accident. Help advice.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: CTRL script + Alarm
With the CTRL function alertSet() an alert can be acknowledged by setting the attribute _alert_hdl.._ack.
For details please have a look at the WinCC OA Documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
For details please have a look at the WinCC OA Documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
- Nikolay
- Posts:34
- Joined: Tue Aug 21, 2012 7:10 am
Re: CTRL script + Alarm
Thank you so much, it's worked!)