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.

establecer [Torre de señal v] a [verde v] y [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

cuando empezó
[Make the blue light blink.]
establecer [SignalTower 1 v] a [azul v] y [blinking v]
esperar (3) segundos
establecer [SignalTower 1 v] a [azul v] y [apagado v]