Viz Plug-ins User Guide

Version 5.0 | Published December 20, 2022 ©

DataActionTable

images/download/attachments/95401998/plugins_dataactiontable-icon.png
The DataActionTable plug-in allows defining a table of actions (as described in the DataAction plug-in page). 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, the plug-in 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 to On.

  • 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.