Tower#

Introduction#

The Signal Tower is an indicator device that provides visual status feedback using colored lights and includes a built-in bumper switch for detecting physical interaction.

Below is a list of all blocks:

  • set Signal Tower — Sets the light pattern of one or more color lights on the Signal Tower.

set Signal Tower#

The set signal tower block sets the light pattern of one or more color lights on the Signal Tower.

set [signal tower v] to [green v] and [solid v]

Parameter

Description

color

Selects which color light to set the pattern for:

  • green
  • red
  • yellow
  • blue
  • white
  • all

pattern

Sets the light pattern:

  • solid
  • blinking
  • off

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]