Action


Action defines what happens when you activate an object, for example by clicking on it.
You can set or reset signals in the database, open another graph, display a help text or a
tooltip text etc.

Action              Signal type         Description
Inherit           -          Action for the instance is inherited from the subgraph.
PopupMenu           Object          A popup menu can be opened from the component by
                    clicking MB3.
SetDig           Boolean          Set the value of a signal to true with Click MB1.
ResetDig           Boolean          Set the value of a signal to false with Click MB1.
ToggleDig           Boolean          Change the value of a signal with Click MB1.
StoDig           Boolean          Set the value of a signal as long as the button is pressed.
SetValue           Int, Float, String   Set the value of a signal to a specified value.
Command           -          Execute an xtt command with Click MB1.
CommandDoubleClick   -                   Execute an xtt command with Doubleclick MB1.
Script           -          Execute an xtt script with Click MB1, or when graph is opened or closed.
Confirm           -          Confirm before the action is executed.
Help           -          Display a help text with Click MB1.
OpenGraph           -          Open a graph with Click MB1.
CloseGraph          -          Close the current graph.
OpenURL           -          Open an URL in a suitable web browser on Click MB1.
IncrAnalog          Float32           Increase or decrease an analog value.
RadioButton         Boolean            Action for radio buttons.
ValueInput          Arbitrary           Input field.
ToolTip           -          Display a tooltip text.
InputFocus          -           Set input focus.
OptionMenu          -                  Action for option menus.
PulldownMenu        -                  Action for pulldown menus.
MethodPulldownMenu   -                   Action for pulldown menus for object methods.
EmitSignal          -                  Emit a signal.
CatchSignal         -                  Catch a signal.
ContextMenu         -                  Open en popup menu.