Now when temperature ≥ 80, the alarm appears.
: Select the Variables node in the Navigator window to display your variables list. Access Reports : Go to the Reports menu in the top toolbar. Select Variable Report : Click on Variables . vijeo designer 62 tutorial
: In the dialog box, select Cross Reference by Variable Name . Now when temperature ≥ 80, the alarm appears
' This script makes the light blink if an alarm is active Dim AlarmActive AlarmActive = HMIRuntime.Alarms.IsActive("Process_Alarms", 0) ' 0 = First alarm Now when temperature ≥ 80