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

AVEVA™ Plant SCADA

PropertiesDisplayValueGet

  • Last UpdatedJul 13, 2023
  • 1 minute read

Reads the type and expressions configured on the Appearance | Display Value tab of the Object Properties dialog for a number or text object.

Syntax

PropertiesDisplayValueGet(SymbolSetType, ExpressionA, ExpressionB, ExpressionC, ExpressionD, ExpressionE)

SymbolSetType:

Defines the symbol set type:

0 = On / Off

1 = Multi-state

2 = Array

3 = Numeric

4 = String

ExpressionA:

This is the main expression:

• ON text when for type On / Off.

• Conditions A for type Multi-state.

• Array expression for type Array.

• Numeric Expression for type Numeric.

• String Expression for type String.

ExpressionB:

Conditions B, only used for multistate type.

ExpressionC:

Conditions C, only used for multistate type.

ExpressionD:

Conditions D, only used for multistate type.

ExpressionE:

Conditions E, only used for multistate type.

Return Value

The requested values, as a string

Note: For details on handling return and error values, see Error Handling.

PropertiesDisplayValuePut

Example

` Gets the properties on the Appearance/DisplayValue sheet for a number or text object

GraphicsBuilder.PropertiesDisplayValueGet nType, Expression1, Expression2, Expression3, Expression4, Expression5

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