Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Engineering

PML 1 Expressions

  • Last UpdatedNov 07, 2024
  • 1 minute read

This appendix explains the PML 1 expressions package. These facilities are needed within AVEVA products, for example, to define report templates in AVEVA E3D Design.

Note:
Generally, all these facilities are compatible with PML 2.

Expressions have types. For example, you can have numeric expressions, text expressions and logical expressions. All the elements in an expression must be of the correct type. For example, if you have two numbers, x and y, and two text strings text1 and text2, the following expression is meaningless:

x + text1

$

However, both of the following expressions are valid:

x + y

$ adds the values of the numeric variables.

text1 + text2

$ concatenates the two text strings.

The following types of expressions are available:

TitleResults for “How to create a CRG?”Also Available in