Alarm Visualization

Introduction

Hello and welcome to a new quick start guide on how to best use Movicon.NExT™.

In this technote we shall illustrate the use of active alarms in a Movicon.NExT™ project by using the objects that are available for use from the product's toolbox.

Alarm Viewers

Movicon.NExT offers two different object types for displaying active alarms:

Both these objects can be completely configured and customized by using the editor or script.

Example

We shall now create an example to give you a better idea of how these objects function at runtime.

Creating tags

Having already started up the software and loaded the project:

Name boolTest
Model Type Variable
Data Type Boolean

Creating and associating the alarm

We shall now create an alarm in the following way:

Name boolTestAlarm
Alarm Type Trip Alarm
Activation Condition Equals
Activation Value 1

Now that the tag and alarm have been configured, we can associate them to each other:

Creating the Screen

At this point, we shall now create a screen:

Once the screen has been created, we can now change the project's properties by inserting the screen as the project's Main screen to show when the project starts up. To do this:

Once you have finished configuring the project startup page, click on the Save All icon located at the toolbar at the top to save the project.

Make sure that the Main screen is open, click on the Toolbox tab on the far left of the editor, next to the Properties window, to open the Toolbox library provided by Movicon.NExT.
Drag the Vertical Switch from the Toggle Switches subfolder of the Switches group on screen.
Drag the boolTest tag on top of the object to assign it.
Open the Toolbox library once more and insert the Alarm Window control, which is found in the Alarms Viewer group, onto the Main screen.
Insert the Alarm Banner object using the same procedure used for the Alarm Window.

Save the project by clicking on the Save All icon on the Movicon.NExT Editor's toolbar at the top.

Runtime Test

Now we shall test the object we have just created by clicking the Start Runtime icon.
Once you have started up the application and opened the screen, click on the switch to change the value of the boolTest tag from 0 to 1. In this condition, the alarm associated with the tag will activate.
The alarm will appear in the Alarm Window and on the Alarm Banner.
You should now be able to use the Alarm Window object to acknowledge and reset the alarm, and enter a comment.