suled Control a User LED
suled
Control a USER LED
Purpose
Control the color and brightness of one of the USER LEDs on the JackBord
Syntax
This command has two versions:
Syntax 1: In this version you use a single number between 0 and 15 to set the color of the specified USER LED, using the colors in the table below.
suled L C U
Arguments
L
The number of the USER LED to be controlled.
LED no USER LED
1 Front (block 2 & 3)
2 Internal USER LED 2 (block 3)
3 Internal USER LED 3 (block 3)
C The color to set the LED to, from the list of colors below:
Examples suled 1 3 This sets USER LED to the colour red. Syntax 2: Use RGB values to set the LEDs color sled L R G B
Arguments
L
The number of the USER LED to be controlled.
LED no USER LED
1 Front (block 2 & 3)
2 Internal USER LED 2 (block 3)
3 Internal USER LED 3 (block 3)
R
The red value, 0 to 255 G The green value, 0 to 255 B The blue value, 0 to 255 Examples suled 3 255 255 255 Set USER LED 3 to white
suled 1 128 0 0 Set the front USER LED to red Notes This command is for the USER LEDs. The USER LEDs can also be controlled on port l. Where l1 is the front USER LED, so l1 1 turns the front USER LED on. l1 15 sets the front USER LED to be purple and so on.