The alarm system allows you to display and record operating states and faults on the HMI device that are present or occur in a plant. 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. 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. alarm message is designed to trigger when process value reached to warning or errorlevel.in this article we configure a simple alarm in siemens hmi to and display alarm when value is reached to defined alarm level.
generally in simens hmi have two types of alarm
The alarm class defines how an alarm is displayed. The alarm class specifies if and how the user has to acknowledge alarms of this alarm class.A new alarm class with mandatory acknowledgment is generated in WinCC.alarm class identified which type of alarm is triggered following are the alarm class available in in siemens wincc basic panel hmi
in this article simple add a numerical input and add a HMI tag numerical_input and select UINT as data type. Assign numerical_input tag for numerical input component. when we change numerical input our alarm is displayed message which we defined in next step of the article.numerical input use for alarm triggered when value of numerical input change and value reached to level than alarm is dispaly message on alarm view.
in project tree select hmi alarm and open hmi alarm editor.in hmi alarm you can add and configure alarm with tag. Following type of alarm are configured in hmi alarm editor -
open hmi alarm and than pressed to analog alarm tab and click to add new alarm and enter following parameter of your analog alarm
toolbox select alarm view and insert on screen. in properties of alarm view change alarm background color, select alarm classed to display, change layout of alarm, change text format, set security of alarm as per your hmi design requirement.
go to download select hmi and download your project to hmi. you can also use hmi simulator for simulation of alarm. Simulation is virtual hmi for testing purpose. now as per our program when numerical value is less than 10(0 to 9) than alarm 1 is triggered on alarm view and if the value is greater than 100 than higher error alarm is triggered and displayed a message as we defined in hmi alarm steps.