Page 149 of 163
double quotes.
When
focus button number
defines which palette entry will be used,
numbers 1..200 indicate the entry button number.
Where
channel level(s
) are the actual level output to the instrument.
This is must be in hexadecimal notation. If no value is required (the
entry is OFF) a -1 (minus one) should be placed in the field.
For example:-
“STAR GOBO” 20 0 FF ;
The first field is the name of the focus, STAR GOBO.
Next is the focus button number that the focus will be placed on. In
this case focus button 20.
Next are the data values.
The last line of the preset focus table must be:-
PFEND
There can be a number of preset focus tables.
14.2.10
Macros
Macros allow a defined set of channels to be adjusted rather like
running a chase. The principle use for this is to allow instruments to be
struck up or reset which sometimes requires a sequence of channels to
be turned on and off over a certain time scale.
Whilst a macro is running all other desk functions are locked out. The
macro progression is presented on the prompt line of the screen.
There are three key types of data line associated with macros, these
are:
MACRO “macro name” channel list
“data” data list
“delay” 1 time
MEND
•
Where
“macro name”
can be up to 11 characters and can include
spaces. It must begin and end with double quotes.
•
The channel list is the DMX channels for the instrument, to which data
will be passed from the
data list.
•
“data”
that the following data will be passed to the instrument. Note
that this MUST be in lower case and enclosed in double quotes.
•
data list
is the data to be passed to the instrument. It must be in
hexadecimal notation..
•
“delay”
This optional statement defines that a delay time before
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