Flip Flop

This node activates its outputs in an alternating sequence, starting with ‘On Odd’ on the first execution after ‘Signal Execution’ has been activated.

Installation

To use this node enable omni.graph.action_nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Execute In (inputs:execIn)

execution

Signal to the graph that this node is ready to be executed.

None

Outputs

Name

Type

Descripton

Default

Execute A (outputs:a)

execution

After every odd-numbered execution signal to the graph that execution can continue downstream.

None

Execute B (outputs:b)

execution

After every even-numbered execution signal to the graph that execution can continue downstream.

None

Is A (outputs:isA)

bool

Set to true when the ‘Execute A’ signal is active, otherwise set to false.

None

Metadata

Name

Value

Unique ID

omni.graph.action.FlipFlop

Version

2

Extension

omni.graph.action_nodes

Icon

ogn/icons/omni.graph.action.FlipFlop.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Flip Flop

Categories

graph:action,flowControl

Generated Class Name

OgnFlipFlopDatabase

Python Module

omni.graph.action_nodes