- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Configure a digital alarm
Configure a simple Boolean alarm that warns you about issues with Motor1 at runtime.
TIP:
By default, a digital alarm triggers when its
Input variable
equals to 1
. For more information, see Alarm types.- InProject view, right-clickAlarmsand select .
- InProperties, create a dynamic link between theInput variableandMotor1Alarmvariable.For more information about dynamic links, see Create dynamic links.
- InMessage, enter a warning message.For example, enterMotor1 alarm.
Provide Feedback