Skip to content

Actions

Actions are the heart of the Kratos automation system. They allow you to add interaction between what is happening on the stage and what the different controls systems are doing.

img

To create an Actions view, check the Layout organization section.

Action groups

Actions are regrouped in Action group. Before creating an Action, an Action group has to be created.
As it’s name implies, an action group regroups Actions together for a better organization of your show and to allow you to enable / disable multiple Actions at once.

img

Action List

On the left of the view is the list of all the Actions of the show, regrouped in Action groups. The list displays in a first time the Action group. When an Action group is selected and opened, the list displays the Actions of the Action group :

  • When you are in a Action view, click on a Action group card to select it and interact with its parameters.

img

  • Click a second time on the Action group card to open it. The list will then display the Actions of the Action group.

img

  • You can then select an Action to interact with it's parameters.

img

  • To close an Action group, click on the Action group card to select it and click a second time on the card to close it.

You can open and close a Action group with a single click by clicking directly on the arrow icon on the right of the Action group card.

Create an Action

To create an Action :

  • You first have to create an Action group.
  • Select and enter the Action group you want to create the Action in and click the “CREATE ACTION” at the bottom of the Action list.
  • A pop-up will appear with a list of all the Scripts present in the Show, listed by category.
  • Search the Script you want to use in the search bar or select it directly on the list.
  • You can then give a sensible name and a description to your Action.
  • The Action is the created in the Action list of the Action group.
  • After selecting it, you can then input the desired parameters of the Action.

It is recommended that the Script used for an Action is properly tested and validated before creating any Action.

Any modification made in a Script will reinitialize all the associated Action’s parameters. You will then have to input again all the parameters.

Action group controls

Name Description Image
Action group list At the left of the view is the list of all the Action groups of the show. img
Create Action group button At the bottom of the Action group list, this button allows you to create a new Action group. img
Delete Action group button At the top right of the view, the trash icon allows you to delete the selected Action group. img
Enable Action group toggle Allows you to enable or disable the selected Action group when needed. img
Name Allows you to change the name of the selected Action group. img

Action controls

Name Description Image
Action list When an Action group is opened, at the left of the view is the list of all the Actions of the Action group. img
Create Action button At the bottom of the Action list, this button allows you to create a new Action. img
Delete Action button At the top right of the view, the trash icon allows you to delete the selected Action. img
Enable Action toggle Allows you to enable or disable the selected Action when needed. img
Name Allows you to change the name of the selected Action. img
Description Allows you to change the description of the selected Action. img
Parameters Allows you to change the parameters of the selected Action. Those parameters are different for each Actions. img

All the parameters of the Action groups and Actions can be modified remotely via OSC.

See the KratOSC page for more information.

Status

The status of each Action group is displayed with a color on the left of the Action group card. The status can be one of the following:

  • img Green : Action group is enabled
  • img Orange : Action group is empty
  • img Red : Action group is disabled

The status of each Action is displayed with a color on the right of the Action card. The status can be one of the following:

  • img Green : Action is enabled and working
  • img Orange : Action is stopped because
    • it's Action group is disabled
    • it's script encountered an error
  • img Red : Action is disabled

When an Action is stopped or disabled, it will not send or receive any information.