Torre#

Introducción#

The Signal Tower is a device that uses colored lights to show the robot’s status.

A continuación se muestra una lista de todos los bloques:

  • set signal tower — Sets the light pattern of one or all LEDs on the Signal Tower.

torre de señalización#

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.

establecer [Torre de señal v] a [verde v] y [solid v]

Parámetro

Descripción

signal tower

Which Signal Tower to use, configured in the Devices window.

color

Selects which color light to set the pattern for:

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

patrón

Sets the light pattern:

  • solid — Lights will constantly stay on
  • blinking — Lights will blink on and off
  • off — Turns the lights off

Ejemplo

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]