The DataActionTable plug-in allows defining a table of actions (as described in DataAction). Each of these actions is identified by a value of the FieldName variable.
When DataActionTable receives data (a value of the FieldName variable) it compares the data to each of the values. If the data matches one of the values, DataActionTable invokes the corresponding action.
Note: This plug-in is located in: Plugins -> Container plug-ins -> Data
Information: DataPool plug-ins only work properly on a single channel on the same machine.
DataActionTable Properties
Numeric Values Only: Enforces the plug-in to use only numeric values received as the Field Name value, and uses only numeric values in the
Value<i>
parameters, when set toOn
.Value<i>: Specifies the value of the FieldName variable that invokes the Action specified in
Action<i>
.Action<i>: Specifies the action to call in the case the data matches
Value<i>
.Default Action: Specifies the action to invoke if the data doesn’t match any of the specified values.