Viz Plug-ins User Guide

Version 5.0 | Published December 20, 2022 ©

Control Action

images/download/thumbnails/114312282/ico_caction.png
The Control Action plug-in executes an action, for example Viz Engine commands or Control Object commands, when receiving input on the input field.

The action can contain more than one command to be called, and the commands must be separated by semicolons. When Notify Only When Value Change is checked the actions are only triggered if the input value differs from the one already stored on the “input” field from previous invocations.

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

Control Action Properties

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

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

  • Action Type:

    • Viz Command: Triggers an internal Viz Engine command (e.g. "THIS_SCENE*STAGE*DIRECTOR*Audio START").

    • ControlObject Command: Triggers a ControlObject command (e.g. "ON 1 SET abc").

  • Action: Actions to execute if values match.

See Also