View Personality
WWG RazorHead (WWGRAZHD.R20)
View Table
; "Razorhead", 20 DMX channels, filename :razhead.R20 ; Date By Description ; 09-04-97 S. Anwar Created V1.0 ; 14-10-97 davidm V2.0 LSD ICON emulation for U2 POPMART ; 18-05-98 davidm V2.1 fix pan & tilt locations for tracking, switch S to s ; 27-09-04 Phil R. Changed filename to use shortname for manufacturer and ; shortened DeviceName to 11 characters ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE WWGRazorhd 20 DMX channels NAME "WWG" "RazorHead" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 20 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 360 360 ; | | | ; | | |_______ 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 "" "" "" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=493 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; ; Column by column description of each DMX channel ; 1. The channels bank number (1..12) ; 2. The upper faders in the bank (1) or the lower faders in the bank (61) ; 3. Channel type (L=LTP, H=HTP, I=Instant LTP, S=16-bit instant LTP, ; s=16-bit Fadeable LTP ; 4. DMX offset (1..number of DMX channels) ; 5. The output level is proportionally recdced by this level (0..100%) ; 6. The curve number (applicable only to HTP channels), usually set to 1 ; 7. Inverted (I) or Normal (N) ; 8. Attribute type (A=Color Wheel, BCD=Color Mix, E=Pan, F=Tilt, ; 0=uncategorised) ; 9. Checksum channel, bit 2 set means 4=wrap around channel ; bit 0 is always 1 ;10. Attribute name, must be enclosed in quotes and upto 12 characters allowed ;11. The ON value of this channel (0..255) ;12. The Highlight level of this channel ;13. The Lolight level of this channel ; DMX 3 1 s 1 100 1N E 5 "Pan1" 128 -1 -1 0 0 L 2 100 1N E 1 "Pan2" 128 -1 -1 4 1 I 3 100 1N 0 1 "Spare3" 0 -1 -1 4 61 I 4 100 1N 0 1 "Spare4" 0 -1 -1 5 1 I 5 100 1N 0 1 "Spare5" 0 -1 -1 5 61 I 6 100 1N 0 1 "Spare6" 0 -1 -1 11 1 I 7 100 1N 0 1 "Command7" 165 -1 -1 3 61 s 8 100 1N F 5 "Tilt8" 128 -1 -1 0 0 L 9 100 1N F 1 "Tilt9" 128 -1 -1 6 1 I 10 100 1N 0 1 "Spare10" 0 -1 -1 6 61 I 11 100 1N 0 1 "Spare11" 0 -1 -1 7 1 I 12 100 1N 0 1 "Spare12" 0 -1 -1 7 61 I 13 100 1N 0 1 "Spare13" 0 -1 -1 11 61 I 14 100 1N 0 1 "Data14" 90 -1 -1 1 1 H 15 100 1N H 1 "Dimmer15" 128 -1 -1 10 1 L 16 100 1N B 1 "Cyan16" 255 255 255 10 61 L 17 100 1N C 1 "Magenta17" 255 255 0 9 61 L 18 100 1N D 1 "Yellow18" 255 255 0 8 1 I 19 100 1N 0 1 "Spare19" 0 -1 -1 8 61 I 20 100 1N 0 1 "Spare20" 0 -1 -1 END ; ;---------------------------------------------------------------------------- ; Text to be displayed when the Instrument is selected for Patching ; TEXT Razorhead V2.1dm 18/05/98 Bank Faders Bottom Top --------------------- 1 dimmer15 -- 2 -- -- 3 pan1 tilt8 4 s3 s4 5 s5 s6 6 s10 s11 7 s12 s13 8 s19 s20 9 -- yellow18 10 cyan16 magenta17 11 Command7 Data14 END ATTR END ; ;---------------------------------------------------------------------------- ; Tables Positions PFTABLE "Pan" -1 1 "00" 21 00 "40" 22 40 "80" 23 80 "c0" 24 c0 PFEND PFTABLE "Tilt" -1 8 "00" 25 00 "40" 26 40 "80" 27 80 "c0" 28 c0 PFEND ; Color table ;PFTABLE "Color" 29 16 17 18 ;"White" 1 ff ff ff ;"Red" 2 ff 0 0 ;"Amber" 3 ff 80 0 ;"Yellow" 4 ff ff 0 ;"Green" 5 0 ff 0 ;"Cyan" 6 0 ff ff ;"Blue" 7 0 5a ff ;"Lavender" 8 69 5a ff ;"UV" 9 0 69 ff ;"Magenta" 10 ff 0 ff ;PFEND PFTABLE "Command" -1 7 14 "Enable" 11 a5 5a "Disable" 12 a5 a5 "Reset" 13 0 0 PFEND