WinCC flexible 2008: Synchronize alarms between 10 operator panels

Jobbe

Member
Join Date
Jul 2005
Location
Antwerp
Posts
159
Hi,
I have a Siemens S7-400 PLC connected to 10 operator panels (MP370) with over 1000 alarm messages. My client wants to synchronize the acknowledge status of the alarms between all the panels. If an alarm has been acknowledged on one panel, it should also be acknowledged on the other panels automatically.
Is there an easy way to solve this? My plan was to do an OR function of all the HMI acknowledge bits on the different panels and copy the result to the PLC acknowledge bits.
 
It is possible.

You will have to scan all the "HMI Ack" tags from all panels.
When one "HMI Ack" tag goes from False to True, you must generate a oneshot pulse for 2 seconds on the corresponding "PLC Ack" tag that all panels scan. Since it is unlikely that more than one "HMI Ack" tag is active at a time, you can just let a timer start and reset all "PLC Ack" tags after a while. In this way you need only one timer.

Btw. with 10 panels, I hope you are using Ethernet for the job.
 

Similar Topics

Hi, We have upgraded our laptop which includes Windows 11. It appears that WinCC flexible 2008 advanced does not support Windows 11. What...
Replies
11
Views
268
Hello everyone I Have an Issue with the usage of recipes in Wincc Flexible 2008, I create the recipe to change the values in a fast way The...
Replies
0
Views
109
Hello Friends I have installed WinCC Flexible 2008 SP5 Update 2. I have open the software, but the Transfer option does not appear. Is It...
Replies
2
Views
1,477
I have wincc flex 2008 project made with wincc flexible 2088 sp1 project hmi device is simatic pc panel 19" I want to change hmi device to run the...
Replies
17
Views
5,286
Dear experts, I am Muhammad we have an IPC With the windows XP Embedded CE 5.0 on project and running well. i have plan to install wincc flexible...
Replies
8
Views
3,851
Back
Top Bottom