ack in wincc flex drives me nuts

HenkieD

Member
Join Date
Jul 2006
Location
Durbs
Posts
62
Hi All,

Is there a way to acknowledge alarms with just one single bit in Wincc flex, from a pushbutton.
When I try to use a bit/word/int away from the integer where the alarm gets triggered from it doesn't accept it, with other words it only accepts acknowledgment from the same word where the alarm is triggered from.
Is there a work around...
Thanks
Henk
 
Dont manipulate the HMI Ack bits or PLC Ack bits manually in WinCC Flex. These are intended to be scanned by the PLC and HMI in the background.

In WinCC Flex, the technique is to setup an Alarm View, and for the acknowledge you can for example use a button with the function AlarmViewAcknowledgeAlarm. The function has a parameter Screen Object, and for that you must specify the Name of the Alarm View. You set the name of the Alarm View under Properties .. Misc .. Name.

If the acknowledge bits has to go back to the PLC, you must setup an array tag that you use for the HMI Ack tag in the setup of the discrete alarms.
 
Thanks Jesper,
I have an alarmview, and everything works well with the pushbutton on the screen itselve, but I want to acknowledge the alarms with a hardwired button (read plc input).
Sorry for my confusion.
 

Similar Topics

Hello gang Do some of you have experienced problems with new version of wincc flex ? I'M currently running 2008 SP2 htfx1 on win XP pro SP2...
Replies
1
Views
2,161
Hi I am trying to pack and go a project for the first time. I have a set of MP terminals in spain and need to send files to the commisioning...
Replies
11
Views
9,571
Hi Guys. We are working with a IPC477D PC panel and a 1515 CPU. We got this requirement that there shall be Username on all acknowledged alarms...
Replies
0
Views
1,344
Dear Respected Engineers: I have a power consumption trend in wincc The x axis is one day the value axis is the old hour SO if now is 2p.m. the...
Replies
0
Views
1,627
HI ALL.. i have been given a project in wincc, the task is to design a gui in wincc that when accessed should give the details of...
Replies
1
Views
2,916
Back
Top Bottom