Expressions in the Data Browser

Expressions are combinations of data sources, numbers, operators, grouping symbols (such as brackets and parentheses) arranged in a meaningful way which can be evaluated. During runtime mode, OPC servers resolve the data source for the expression and the expression is evaluated.

 

Some applications like GraphWorX64 support built-in local expressions, which can be defined locally using the Data Browser's Expressions tab. A detailed description of this tab is provided in Expression Editor, along with ways to write effective expressions.

 

In addition, GENESIS64 provides Global Expressions. They are defined centrally in the Workbench in the Unified Data Manager provider and available as normal OPC tags in OPC UA client applications. A global expression allows combining of miscellaneous data tags in a simple expression. Each global expression is implemented as a single expression data tag. Its re-calculation will be based on input values or on trigger data tags. Client applications can access these expression data tags as read/write data tags with a configured data type.

 

Once a global expression is defined in the Unified Data Manager, it can be used in OPC UA client applications. As you navigate to the expression, the path to the expression is shown in the navigation toolbar as a bread crumb. When you click on the navigation toolbar, the path switches to the standard UNC format.

Creating a Global Expression

Global expressions are organized in a tree structure of folders and expression items. Features of global expressions include:

To Create an Expression:

  1. Start the Workbench, then expand your project. Next, expand the Platform Services node to show the Unified Data Manager provider.

  2. Right-click the Expressions node in the navigation tree and select Add Expression, as shown in the figure below.

The New Expression Command in the Data Manager

 

-OR-

 

Select the Expressions node, then click on the Add Expression button, shown below, in the Edit section of the Home ribbon in the Workbench.

 

Add Expression Button

  1. This opens the New Expression properties window, as shown below.

New Expression Properties

 

Enter a name in the Expression Name text box for the Global Expression form.

  1. In the General Settings section of the window, specify the Data Type, Default Scan Rate, and Description (described in detail below in Expression Properties).

  2. In the Read Expression section, you can enter the expression definition or click on the Configure expression link, which will open the Configure the expression window, where you can set the expression details. Once you have finished configuring the expression, click the OK button to return to the main expression window. Your newly configured expression details will now appear in the Read Expression text entry field.

Configure the expression Window

  1. If you intend to write values, you can do the same within the Write Expression section. Enter the expression for the WRITE operation or click on the Configure expression link. The essential actions of an expression are contained in the these two sections. They are described in detail below in Read Expression Section and Write Expression Section.  

Note. Some expressions have READ definitions, and others may have both READ and WRITE.

  1. In the Output Tag section, you can opt to Use Trigger Tags (described below), Send Initial Update or Send All Updates.

  2. You can opt to expand the Parameters section via the triangle in the right side of the section. Click on the plus button [+] to add a new item. You can add a Name for the parameter, as well as Type (via pulldown menu, selecting either Number or String), Padding Alignment (None, Left or Right), Padding Character, and Number of Places.

Parameters Section of the Expression Properties

  1. If you opted to 'Use Trigger Tags' in step 5 above, you can set them in the following section. Click on the plus button [+] to add a new item. You can add a Tag Name directly into the text entry field or click on the button to open the Data Browser and browse for your selected tag. Next, you can set a Method (On Change, On Become True, On Become False). You can also click on the Click to add Multiple Tags link, which allows you to make multiple selections in the Data Browser.

Trigger Tags Section of the Expression Properties

  1. When you are done, click the Apply button.

Expression Properties

The Expression Properties allows you to configure the following settings:

Read Expression Section

A READ expression must be compliant with the ICONICS expression syntax. In runtime, it is processed by the standard ICONICS expression engine. The expression can be recalculated and triggered in two basic ways:

Write Expression Section

An expression can be defined to WRITE new values, but expression must be compliant with GENESIS64 's expression syntax. The three rules you need to follow are:

  1. WRITE expressions allow one output data tag.

  2. They can use as inputs the written value and any number of other input data tags.

The Write Expression section has the following settings:

Parameters

Parameters are client-driven, and they do not change the number of requested data tags in runtime. Parameters can replace parts of data tag names by values passed in the expression data tag name. Each parameter can be an integer or a string data type with optional formatting. Type the name of the parameter to add it to the list. Once the parameter tag is added to the list, you can click the Remove button to delete the parameter from the list, or you can click the Move Up and Move Down buttons to change the order of the parameter in the list. Each data tag may support parameters that could modify names of the data tags. Each parameter can be integer or string data type with optional formatting. The table below shows possible formatting for each supported data type.

 

Data Types

Data Type

Formatting

Integer (number)

Minimum number of digits used for character representation of an integer number and padded character.

String

Minimum number of characters and padding characters plus padding direction (add padding characters from left or right side).

 

The client application passes configured parameter values as a part of the full data tag name. Parameters are client driven, and they do not change the number of requested data tags in runtime. Parameters can be integer or string values. These values are then formatted using pre configured format data, and then they replace specific parts of a data tag name by values passed in the data tag name. Parameters are delimited by double carets (i.e., << and >>) and specified by their names in the tag name, as shown below:

ICONICS .Simulator.1\SimulatePLC\Ramp<<Parameter1>>) in the data tag name.

Trigger Tags

Specify a set of data tags that may trigger an expression calculation. The expression can be calculated when one of the trigger tags becomes true, becomes false, or changes value, which you specify in the Method box. Click the button to select a list of data trigger tags from the Unified Data Browser. Once the selected tag is added to the list, you can click the Remove button to delete the tag from the list, or you can click the Edit button to change the tag.

The data trigger executes an event on any data tag change, or when the specified data tag changes to TRUE or FALSE. Under the Method column (next to the tag name), specify execution on Change, True, or False for each tag in the list.

Folders

Expressions can be logically organized inside the Unified Data Manager in folders. Each folder appears as a node in the navigation tree. Some folders may already be defined, such as the SubExpressions and Units folders. You can add a folder to the Expressions node or to any existing folder.

 

To Create a New Folder:

  1. In the Unified Data Manager, right-click the node in the Expressions node and select Add Folder.

Add Folder from the Project Exploer

 

-OR-

 

Select a node in the Expressions provider project explorer, then click on the Add Folder button, shown below, in the Edit section of the Home ribbon in Workbench.

 

Add Folder Button

  1. A new folder (with the name New Folder) appears in the tree control and the Folder form appears.

  2. In the Folder Name field, type a name for the new folder.

See Also:

Unified Data Manager

Unified Data Browser

Global Expressions