Tower#
Introduction#
The Signal Tower is a device that uses colored lights to show the robot’s status.
Below is a list of all blocks:
set signal tower — Sets the light pattern of one or all LEDs on the Signal Tower.
set signal tower#
The set signal tower stack block sets the light pattern of one or all LEDs on the Signal Tower.
These lights can be used to track where the robot is at in a project or to show when certain conditions are met.
set [signal tower v] to [green v] and [solid v]
Parameter |
Description |
|---|---|
signal tower |
Which Signal Tower to use, configured in the Devices window. |
color |
Selects which color light to set the pattern for:
|
pattern |
Sets the light pattern:
|
Example
when started
[Make the blue light blink.]
set [SignalTower1 v] to [blue v] and [blinking v]
wait (3) seconds
set [SignalTower1 v] to [blue v] and [off v]