- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
Create a temperature alarm
Create an alarm that warns you when a set temperature value is exceeded.
- Create an input variable:
- InProject view, right-clickModeland select .
- Hover-over the variable, select, and enterTemperatureAlarmVariable:
- Create the alarm:
- InProject view, right-clickAlarmsand select .
- Hover-over the alarm, select, and enterTemperatureAlarm.
- Configure the Alarm:
- InProperties, create a dynamic link between theInput variableproperty and .For more information about dynamic links, see Create dynamic links.
- SetHigh limitto75.
- SetAuto confirmtoTrue.
- SetMessagetoTemperature exceeds a safe level!.
- SetSeverityto3.
Provide Feedback