Skip to content

Instantly share code, notes, and snippets.

@Data-ptr
Last active October 15, 2018 00:30
Show Gist options
  • Select an option

  • Save Data-ptr/2e741ed5c2a7e7d5b3ede7e4ee12811d to your computer and use it in GitHub Desktop.

Select an option

Save Data-ptr/2e741ed5c2a7e7d5b3ede7e4ee12811d to your computer and use it in GitHub Desktop.

Random unlabeled DMX lamps settings

Buttons

Seven segment LED up

 > Mode
|
|    > Down
|   |
X X X X
  |   |
  |    > Set as start-up default
  |
   > Up

Modes

SLAV

Slave mode, reads data from the data line

Up/Down keys do noting

Axxx

x = number

Starting address, no light

Range: 0-512

Seems like each lamp has three channels:

  1. Red channel
  2. Green channel
  3. Blue channel

So if you wanted to control two lamps and have them do the same thing you would set Axxx to the same number, say A000.

If you wanted to control each lamp separately you would set them with spacing for the color channels.

Say lamp A to A000 which would make channel 0 Red, 1 Green, etc. (In the software the first channel (channel 0) is 1) Say lamp B to A003 which would make channel 3 Red, 4 Green, etc. on the second lamp (4 and 5 respectively in software)

FFxx

x = number

Flash random? colors with fading in between?

Range: 0-99

0 = slow, 99 = fast

CCxx

x = number

Flash random? colors WITHOUT fading in between?

Range: 0-99

0 = slow, 99 = fast

rXXX

X = number

Set red channel intensity

Range: 0-255

0 = none, 255 = 100%

Gxxx

x = number

Set green channel intensity

Range: 0-255

0 = none, 255 = 100%

bXXX

X = number

Set blue channel intensity

Range: 0-255

0 = none, 255 = 100%

oXXX

X = number

Set white channel intensity

Range: 0-255

0 = none, 255 = 100%

dEoo

???

Up/Down keys do nothing

SoUd

Sound activated mode, changes to a random color at a beat

Up/Down keys do nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment