image-20240919-112303.png

The Control Action Table plug-in allows defining a table of actions similar to Control Action. The actions are associated with a given value.

When Control Action Table receives input, it compares the received data to each of the values. If the data matches one of the values, Control Action Table starts the corresponding action.

Note: This plug-in is located in: Plugins -> Container plug-ins -> Control

Control Action Table Properties

  • Input Value: Specifies the value input to compare against.

  • Notify Only When Value Change: Triggers a command when a value is changed.

  • Value 1/2: The value that the given action should be associated with.

  • Action 1/2: Actions to execute if value match.

  • Default Action: Executes if the input does not match any of the specified values.

See Also