Alarm configuration and setting for Siemens HMI in Siemens TIA portal wincc

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

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.

how many types of alarm in siemns wincc hmi

generally in simens hmi have two types of alarm

types of alarm class in simens wincc

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

img/Siemens wincc tia portal alarm/types of alarm class in simens wincc.webp

add basic component for alarm

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.

img/Siemens wincc tia portal alarm/add basic component for alarm.webp

configure alarm in wincc tia portal

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 -

img/Siemens wincc tia portal alarm/configure alarm in wincc tia portal.webp

configure analog alarm in wincc hmi

open hmi alarm and than pressed to analog alarm tab and click to add new alarm and enter following parameter of your analog alarm

img/Siemens wincc tia portal alarm/configure analog alarm in wincc hmi.webp

add alarm view on hmi screen

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.

img/Siemens wincc tia portal alarm/add alarm view on hmi screen.webp

download project on hmi and test your alarm

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.