Skip to main content

SetZenonVariables@1

The SetZenonVariables@1 node is used to write variable values to zenon.

Adapter Prerequisites

Node Configuration

transformations:
- type: SetZenonVariables@1
dataPointConfigurations:
- variableName: EineStringVariable # the name of the variable in zenon
valueType: string # the type of the value. | String | Int | Double | Boolean are allowed
valuePath: $.Document.Attributes.Message # optional the path to the value in the data object
value: "Hello World" # optional the value to write to the variable