In the cuelist you can build all cues (lighting looks, camera shots, video clips, audio triggers, etc.) in a list format much like a spreadsheet or a simple newsroom rundown. Each row represents a cue, and each cue can execute a number of actions either all together or timed. It can also control the advancement of the cuelist itself.
When clicking on the +Add Action, you are presented with a selection of recently used actions and a option to create a ActionGroup or Actionlogic.
The ActionGroup lets you group different actions together either for Sequential or Concurrent execution
The ActionLogic lets you make Conditional actions or in other words let you make actions that only executes if certain conditions are met.
For condition, you can use any feedback or use an expression to test a variable for a value.
In this example we test the $(time.hh) variable for a value larger than or equal to 12 on a 24-hour clock.
Or whether the time is after noon giving a true value which will trigger the When true action.
Or before noon giving a false value which will trigger the Else action.
If the time is between 12:00 and 23:59, pressing the button will set the light to 255 or 100%
If the Time is between 00:00 and 11:59. Pressing the button will set the light to 128 or approx 50%.
This is just a simple example of how you can use ActionLogic, there are many possible uses for conditional logic in execution of actions.
You can also stack multiple ActionLogics testing for different conditions resulting in multiple different actions being executed, if conditions are true.