Default leds.ini file [VTAP50 v2 only]

Copy and paste the text from the blue box to a file called leds.ini. Put that file on to a VTAP50 with serial LED chain, then amend the file to suit your own LED signalling preferences. (You will then need to add the line such as LEDDefaultRGB=FFFFFF:seq.comet@leds.ini in config.txt to call the sequence defined in this file.)

Copy
; The patterns of the LEDs can be specified in sections starting "[leds.".
; Each line in the section specifies a RGB colour on the left and a list of
; LED numbers on the right. The LEDs are numbered from 1 up to the maximum 
; specified in the main config (with a limit of 255).
;
; Multiple LEDs can be specified on each line separated by a comma e.g.
;
;    ff0000=1,2,3,4,5,6
;
; Ranges can also be specified with two numbers separated by a dash e.g.
;
;    ff0000=1-5,10-15,19-24
;
; Individual numbers and ranges can be mixed e.g.
;
;    00ff00=1-4,7,8,9,10-24
;
; If any LED is specified more than once, the last wins (in the order they 
; appear in this file).
;
; Any LED not specified will be given a RGB value of 000000 (i.e. off).
;
[leds.off]

[leds.red]
050000=1-24

[leds.alt_red_green]
050000=1,3,5,7,9,11,13,15,17,19,21,23
000500=2,4,6,8,10,12,14,16,18,20,22,24

[leds.alt_green_red]
000500=1,3,5,7,9,11,13,15,17,19,21,23
050000=2,4,6,8,10,12,14,16,18,20,22,24

[leds.half_red_half_green]
ff0000=1-12
00ff00=13-24

[leds.red_blue_mix]
ff0000=1-5,9,10,11
0000ff=15,16,17,18-24

; This is a special pattern that is used when in serial LED mode but only an
; RGB value has been specified (in config or in an ?LED command).
;
; The RGB value will be used as the last part of the section name to lookup
; the LED pattern for that RGB colour.
;
; Note that the colours specified in the section for the LEDs do not have to
; match the original RGB colour.
;
[leds.rgb.ff0000]
800000=1
00ff00=2

; If the above specific RGB value is not present for a given RGB value then
; this generic section is used. Any entries with name "rgb" will receive the
; colour of the original RGB value.
;
; Note: the rgb field does not need to exist.
;
; Note: Other fields can specify different colours for other LEDs.
;
[leds.rgb]
rgb=1,3,5
00ff00=9

; Sequence sections always start with "seq." and supply a sequence of frames
; that specify the LED pattern and how long it is shown for. Each frame must
; have the key name "frame". Frames are shown in the order they are
; specified in this file. The duration is in milliseconds. The pattern
; references a section in the same file. Ideally the section should start
; with "[leds." to indicate it is a pattern specification, but this is not
; enforced.
;
; Note if the pattern section doesn't exist, the LEDs will be switched off
; for the duration of the frame.
;
; The number of frames is only limited by available RAM.
;
; The "repeat" key specifies how many times to repeat the sequence
; (currently limited to 255 repeats). If the "repeat" entry is not given,
; the sequence is shown once. A value of "forever" or "0" for the repeat
; entry will show the sequence continuously (until another sequence is
; started).
;
[seq.flash_red]
repeat=3
frame=500,leds.red
frame=500,leds.off

[seq.flash_red_forever]
repeat=forever
frame=500,leds.red
frame=500,leds.off

[leds.comet1]
100000=1 
300000=2 
400000=3
500000=4

[leds.comet2]
100000=2
200000=3 
300000=4
400000=5

[leds.comet3]
100000=3
200000=4 
300000=5
400000=6

[leds.comet4]
100000=4
200000=5 
300000=6
400000=7

[leds.comet5]
100000=5
200000=6 
300000=7
400000=8

[leds.comet6]
100000=6
200000=7 
300000=8
400000=9

[leds.comet7]
100000=7
200000=8 
300000=9
400000=10

[leds.comet8]
100000=8
200000=9 
300000=10
400000=11

[leds.comet9]
100000=9
200000=10 
300000=11
400000=12

[leds.comet10]
100000=10
200000=11 
300000=12
400000=13

[leds.comet11]
100000=11
200000=12 
300000=13
400000=14

[leds.comet12]
100000=12
200000=13 
300000=14
400000=15

[leds.comet13]
100000=13
200000=14 
300000=15
400000=16

[leds.comet14]
100000=14
200000=15 
300000=16
400000=17

[leds.comet15]
100000=15
200000=16 
300000=17
400000=18

[leds.comet16]
100000=16
200000=17 
300000=18
400000=19

[leds.comet17]
100000=17
200000=18 
300000=19
400000=20

[leds.comet18]
100000=18
200000=19 
300000=20
400000=21

[leds.comet19]
100000=19
200000=20 
300000=21
400000=22

[leds.comet20]
100000=20
200000=21 
300000=22
400000=23

[leds.comet21]
200000=21
150000=22 
100000=23
050000=24

[leds.comet22]
100000=22
200000=23 
300000=24
400000=1

[leds.comet23]
100000=23
200000=24 
300000=1
400000=2

[leds.comet24]
100000=24
200000=1 
300000=2
400000=3

[seq.comet]
repeat=forever
frame=100,leds.comet1
frame=100,leds.comet2
frame=100,leds.comet3
frame=100,leds.comet4
frame=100,leds.comet5
frame=100,leds.comet6
frame=100,leds.comet7
frame=100,leds.comet8
frame=100,leds.comet9
frame=100,leds.comet10
frame=100,leds.comet11
frame=100,leds.comet12
frame=100,leds.comet13
frame=100,leds.comet14
frame=100,leds.comet15
frame=100,leds.comet16
frame=100,leds.comet17
frame=100,leds.comet18
frame=100,leds.comet19
frame=100,leds.comet20
frame=100,leds.comet21
frame=100,leds.comet22
frame=100,leds.comet23
frame=100,leds.comet24