Chauvet Tiger DMX 60 Manual do Operador Página 190

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 206
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 189
Page 222 - 14. The Personality File System
Pearl 2008 Manual - 16th July 2007
running the next step. When used it must be followed by a 1. This field
is for future use.
Time is the delay time in units of 0.1 seconds and is in hexadecimal.
3 seconds would be 2E
Macros must terminate with the statement MEND
A typical example macro is:-
MACRO “HOME” 1 18 20 ; send instrument to home position
“data” 0 FF 0
“delay” 1 20
“data” 0 0 FF
“delay” 1 20 ; wait about 2.5 seconds
“data” 0 0 40
“delay” 1 40 ; wait about 5 seconds
“data” 0 0 0
MEND
14.2.12 Range tables
Range tables give names to the attribute values; for example on the
shutter channel, 0-7 is “closed”, 8-119 is “strobe”. This information is
displayed above the control wheels when Intelligent Attribute Display is
enabled.
The definition line looks like:-
RANGE attribute number
And each entry in the table:
Low DMX value HIGH DMX value TEXT
“Low” is the bottom of the range, “High” is the top of the range, both
inclusive figures.
Variables can be used in the TEXT field to display numbers; a is the low
value, b is the high value and c is the actual DMX value.
;--------------------------------------------------------
; Range Tables
; Column by column description...
; 1. Low DMX value (inclusive)
; 2. High DMX value (inclusive)
; 3. Displayed text (max 11 chars)
; Variables used a=low val, b=high val, c=DMX val
RANGE 8 ;Shutter
0 7 "Closed"
8 119 "Strobe %3d%%"0+(((c-a)*100)/(b-a))
120 136 "Flash Beat"
137 153 "Flash Music"
134 170 "BO Gobo"
171 187 "BO Colour"
188 204 "BO Col+Gobo"
205 221 "Slow Gobo"
222 255 "Open"
REND
14.2.13 Example Personality File for the High End Cyberlight
Items in BOLD are required, everything else is comments which can be
freely changed deleted etc. comments always precede a ;.
Vista de página 189
1 2 ... 185 186 187 188 189 190 191 192 193 194 195 ... 205 206

Comentários a estes Manuais

Sem comentários