Summary
This allows application of all conversions contained one after the other, in the same way as in the ConversionContainer. If multiple state or value conversions are inserted, the value of a conversion will be applied to the input of the next conversion. The output value of the last conversion (in the Niagara order) will be applied to the point.
Implementation
-
Drag the component into the StatusConversion slot of the RestPointProxyExt, or into any of the Flows.
Example
In the example below, the group "startWith43" allows a value conversion to be performed initially by selecting a portion of the string (see StringSlice) and then comparing it with the text "43" and thus applying a status "set" if this is not the case.