Augmented Labs

Set signal

Set the value of a global or entity signal.

The Set Signal instruction sets a signal's state.

This instruction has three parameters:

  • Signal type
  • Signal
  • State

Signal type

Defines whether you are setting a global signal or an entity signal.

As described in the Signals page, global signals are configured in Settings, and entity signals come from Components in the scene.

  • If Global is selected, choose the signal from the dropdown list.
  • If Entity is selected, choose the entity you want to set a signal on.

Signal

Select the signal you want to set, for example the state of a conveyor (On/Off).

State

Defines the value you want to set. The input field changes based on the signal type: boolean, integer, or float.

Warning

Expressions are supported for numeric values. See Expressions.

On this page