State Machine
Updated: 4 Dec 2023
The Root controller for a state machine system.
Updated: 4 Dec 2023
The Root controller for a state machine system.
The definition of a state machine is: a logic device which can be in one of a set number of stable conditions depending on its previous condition and on the present values of its inputs.
In a Notch State Machine system, Only one state can be active at a single time and the transition from one state to another state is triggered by an event.
As such, we have two associated nodes:
The State Machine node acts as mini-root node that is the parent to State Machine State nodes. The first vertically ordered state will be the initial state of the state machine.
These properties control the core behaviours of the node.
| Parameter | Details |
|---|---|
| Current State | Reports the name of the current State Machine State node that is active. |
The properties control the time at which the node is active. See Timeline for editing time segments.
| Parameter | Details |
|---|---|
| Duration |
Control the duration of the node’s time segment.
|
| Node Time | The custom start and end time for the node. |
| Duration (Timecode) | The length of the node’s time segment (in time). |
| Duration (Frames) | The length of the node’s time segment (in frames). |
| Time Segment Enabled | Set whether the node’s time segment is enabled or not in the Timeline. |
There are no inputs for this node.