Hello and welcome to a new quick start guide on how to best use
Movicon.NExTâ„¢.
In this technote you will discover what Movicon.NExT Project Server
system tags are and how to use them at runtime.
The Server's system tags are variables that are exposed by the I/O
Data Server and report information relating to the functioning of
the Movicon.NExT project server side or the platform's OPC UA Server.
These tags are divided into two groups:
For instance, these tags are useful when providing a page with information about the project status or server operation.
Let's try and display some of them.
Make sure you have the Movicon.NExT editor open and loaded a project, or created a new one, then create a screen:
Once the screen has been created, change the project's properties by designating the Main screen as the project's startup screen. Therefore:
When you have finished configuring the project startup page, click on the Save All icon located on the toolbar at the top to save the project.
Open the Main screen that you have just created and click on the
Toolbox tab on the far right next to the Properties windows to open
the Toolbox library provided by Movicon.NExT.
Open the Display folder and select and drag the Display object onto
the screen.
Once the Display object has been placed on the screen, select it to
open its Properties window. Search for the Tag property and click
on the its corresponding three dots to configure it.
A window will open to allow you to select a project tag, local client
tag, a system tag or an external OPC UA Server item.
Select the System Variables tab and select a tag from the list, such
as CurrentTime for example that contains the PC's current time.
Press OK to confirm.
Make a duplicate of the object you have just configured by copying
and pasting it using the Ctrl+C and Ctrl+V shortcut keys and place
it next to the first Display object.
By using the same procedure to configure it, assign it with the CurrentDate
tag, which is a system tag that contains the system's current date.
Once you have finished creating the screen, save the project by clicking the Save All button located on the toolbar.
When you start the project up in runtime, the two Display object will display showing the date and time of the system respectively.