![Pearl DLC-C003 Operator'S Manual Download Page 150](http://html1.mh-extra.com/html/pearl/dlc-c003/dlc-c003_operators-manual_1517871150.webp)
Page 150 of 163
“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.11
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.12
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 ;.
; "High End Cyberlight mode 1", 20 DMX channels, filename :hecyber1.per
;
; Date By Description
; 26-05-94 Salzedo created
; 10-08-94 Anwar revised dmx slots
; 07-09-94 J.B.Toby revised for DLC-C003 use/relocation of channels
; 11-11-94 J.B.Toby revised to match PerManML
; 22-05-96 S. Anwar Pan/Tilt channel identification & Resolution inserted
; 04-03-96 S. Anwar Revised for DLC-C003 96
;----------------------------------------------------------------------------
; The device name, upto 11 characters, no spaces are allowed
DEVICE CYBER_mode1
;
;----------------------------------------------------------------------------
; The Type of instrument, 1 & M are required for backward compatibility
; The middle number denotes the number of DMX channels used
TYPE 1 20 M
;
;----------------------------------------------------------------------------
; Mirror/Head resolution
MIRROR 1 170
108
;
|
|
|