Alarm in CP600
Hi all,
I am using CP600 HMI with AC500 Eco PLC.
I have made some Alarms of Digital and Analog signals. Its working really fine as signal comes alarm occurs and gets updated in the History Alarms also
But I need to make it some better as when any of the Alarm triggers I need to make some signals on the other screens so that customer knew it there is an alarm. Any kind of blinking of an LED or something that will be useful. Now in the conditions customer will only know whether there is an alarm or not by going to the Alarm Screen(Made a new screen only for the alarms)
Kindly advise on this
wr
I am using CP600 HMI with AC500 Eco PLC.
I have made some Alarms of Digital and Analog signals. Its working really fine as signal comes alarm occurs and gets updated in the History Alarms also
But I need to make it some better as when any of the Alarm triggers I need to make some signals on the other screens so that customer knew it there is an alarm. Any kind of blinking of an LED or something that will be useful. Now in the conditions customer will only know whether there is an alarm or not by going to the Alarm Screen(Made a new screen only for the alarms)
Kindly advise on this
wr
Voted best answer
Hi,
You have a few possibilities - here are some ideas:
1. Alarm manager - you have an action column at each alarm - here you can use set bit for example
![]()

2.Alarm manager - events tag. What to do in case of alarm

3. As the alarms are generated in the PLC, you already have an sources.
You can use this signals and create visible/invisible symbol for each of them on each screen where you need
You have a few possibilities - here are some ideas:
1. Alarm manager - you have an action column at each alarm - here you can use set bit for example
2.Alarm manager - events tag. What to do in case of alarm
3. As the alarms are generated in the PLC, you already have an sources.
You can use this signals and create visible/invisible symbol for each of them on each screen where you need
Add new comment