Alarm in ABB CP 600 HMI - how to use alarm in ABB CP 600 HMI

Published on Nov07, 2024 | Category: alarm
Share this article:

abb panel builder 600 used for ABB CP 600 HMI you can also configure alarm for ABB CP 600 HMI. alarm is designed to triggered and acknowledged by operator when specific condition is occurred during process automation. alarm display message when certain condition is occurred. you can make alarm for warning message, error messages, normal message etc. for example if you have a process to maintain temperature of 5000C, so you can configure alarm for certain level to tell operator if temperature is low , high or normal. alarm is very important for operator and process department for certain level. alarms help to run process safely and efficiently because problems are identified and addressed before they become more serious.

add a component in abb panel builder

alarm triggered for certain condition so here we add some basic component in our project. open your project and add hmi device. first me make a simple hmi design with a toggle switch button, a meter or gauge, and a numerical input value and a light. our program is very simple when switch button is pressed numerical value is set to meter. we add alarm in all component.

img/abb panel builder alarm/add a component in abb panel builder.webp

defined tag for alarm in abb panel builder

alarms are declared for tag value. tag are Boolean type, float type, numerical type or string type. alarm is designed to triggered when tag values reached to specific alarm condition. so we have four tag start_button tag as bool type, data_transfer as bool type and guage_reading and numerical_input as float type.

img/abb panel builder alarm/defined tag for alarm in abb panel builder.webp

set alarm for abb hmi in abb panel builder 600

in project view double-click Alarms on alarm and a alarm editor will open, in this editor you defined alarm. for adding an alarm click +(plus icon). for alarm following parameter are required here we declared alarm1 for tag start_buton when button is pressed or on alarm is generate message process is started. second we make alarm for limit in tag guage_reading, minimum limit is zero and maximum limit is 200 alarm generate message when tag value exceeded it’s limit.third alarm is set when value 50 is entered in numerical input than message is set to process values is entered.

img/abb panel builder alarm/set alarm for abb hmi in abb panel builder 600.webp

add alarm component to abb hmi screen

after setup alarm from alarm editor add alarm component to your hmi screen in widget gallery select alarm table and add to hmi screen. Here we add active alarm table in our hmi screen. in alarm widget you can change property and event from property window.

img/abb panel builder alarm/add alarm component to abb hmi screen.webp

change alarm property in panel builder

customize alarm from alarm property here you set name, change background color, reset, acknowledge, events, Severity following are property available in alarm property

img/abb panel builder alarm/change alarm property in panel builder.webp

simulate alarm in abb panel builder

simulation helped to test of hmi screen in runtime we also simulate alarm condition. when value of variable is changed and as per alarm triggered condition alarm generate message in alarm table component. for example if numerical value entered maximum to limit than error alarm is triggered.