User Guide

Avolites Pearl 2000 Operators Manual - page 175
P2000MAN.DOC 19/10/99 17:59
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
; | | |
; | | |_______ maximum tilt movement (in degrees)
; | |___________ maximum pan movement (in degrees)
; |_______________ 1 means moving mirror, 2 means moving head
;
;----------------------------------------------------------------------------
; Patching Information. (Upto 10 lines allowed)
; Upto 10 lines of 159 chars are allowed including formulae
; Variables used d=dmx number(1..512), h=handle(1..60), n=devicename (11-char)
; Allowed modifiers
; +,-,*,/,(,) basic arithmatic
; % means remainder after divide
; & means logical AND
; | means logical OR
; R means reverse the bits of the curernt result (operates on a byte)
; ^ means logical Exclusive OR (operates on a byte)
; > means shift to the right
; < shift to the left
; r followed by number means get the value of that parameter
; d DMX address
; n Fixture name, a 0 terminated character string
; h The handle number
DEVICEADDRESS
"Handle %2d"h
"Fixture %11s"n
"DMX %03d"d
""
"Dip Switch 1234 5678"
"Personality 0000 0000"
"Address %b%b%b%b %b001"d/20%2,d/40%2,d/80%2,d/160%2,d/320%2
""
"0=OFF ( Right )"
"1=ON ( Left )"
DAEND
;
;----------------------------------------------------------------------------
; Specify DMX limits