Output Tab
Prerequisites
On the Subscription Items tab you have already added the tags, which you want to monitor, as subscription items. See also: Subscription Items Tab
Context
You use the Output tab in the notification process to define the information that is to be passed on to a destination system using the notification. In the case of the notification process, the output values are formed from subscription items and, if necessary, a message text. In the simplest scenario, the output expressions have a 1:1 relationship to the subscription items.
However, you can also define complex expressions that combine multiple elements of the data source with one another. You can change the values of the expressions using the expression editor functions, if necessary. The expression editor provides arithmetic functions and string operators for this purpose. The following table contains examples of output expressions based on subscription items.
|
Relationship of Output Expression to the Subscription Item |
Examples of Output Expressions |
|---|---|
|
1:1 relationship between subscription item and output expression: Subscription item Item 1 is assigned to the output expression 1. |
'Item1' |
|
1:1 relationship between subscription item and output expression: Subscription item Item 1 is assigned to the output expression 1 and, in addition, 10 is to be added. |
'Item1'+ 10 |
|
Several subscription items are combined in one expression. |
'Item2' & "," & 'Item3' |
|
The output expression has no relationship to a subscription item, for example, if the plant 1000 or the time stamp are to be output. |
"1000" datenow |