View Personality
High End Catalyst (HECATTWO.R20)
View Table
; "High End Catalyst", 23 DMX channels, filename :hecat.r20 ; ; Date By Description ; 23-01-02 Edward Created ; 06-09-02 D.Shelton Personality split into two and added extra channels ; 13-09-02 D.Shelton Personality split into three, due to lack of control channels on desk ; 31-03-05 Phil Revised device name ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE HE_CatTwo 23 DMX channels NAME "High End" "Catalyst, v1.2: Second Patch" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 23 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 1 0 0 ; | | | ; | | |_______ maximum tilt movement (in degrees) ; | |___________ maximum pan movement (in degrees) ; |_______________ 1 means moving mirror, 2 means moving head ; ;---------------------------------------------------------------------------- ; Patching Information. (Upto 10 lines allowed) 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=490 ; ; DMX number must be divisible by this DIVBY=1 ; ;---------------------------------------------------------------------------- ; DMX channel description ; ; Column by column description of each DMX channel ; DMX 10 1 L 1 100 1N B 1 "Cyan" 255 0 0 ; Cyan 10 61 L 2 100 1N C 1 "Magenta" 255 0 0 ; Magenta 9 61 L 3 100 1N D 1 "Yellow" 255 0 0 ; Yellow 9 1 L 4 100 1N T 1 "Red" 0 0 0 ; Graduated Red 8 61 L 5 100 1N U 1 "Green" 0 0 0 ; Graduated Green 8 1 L 6 100 1N V 1 "Blue" 0 0 0 ; Graduated Blue 2 61 L 7 100 1N 0 1 "Strobe" 0 0 0 ; Strobe 5 1 L 8 100 1N 0 1 "Crossfade" 0 0 0 ; Crossfade (TBD) 7 61 L 9 100 1N 0 1 "Colour Rot" 0 0 0 ; Colour Rotate 7 1 L 10 100 1N 0 1 "Vis Funct" 0 0 0 ; Visual Effect Selection 6 1 L 11 100 1N 0 1 "Vis1" 0 0 0 ; Visual Effect 1 6 61 L 12 100 1N 0 1 "Vis2" 0 0 0 ; Visual Effect 2 11 1 L 13 100 1N 0 1 "Keystone1x" 128 128 128 ; Keystone 1x 11 61 L 14 100 1N 0 1 "Keystone1y" 128 128 128 ; Keystone 1y 12 1 L 15 100 1N 0 1 "Keystone2x" 128 128 128 ; Keystone 2x 12 61 L 16 100 1N 0 1 "Keystone2y" 128 128 128 ; Keystone 2y 13 1 L 17 100 1N 0 1 "Keystone3x" 128 128 128 ; Keystone 3x 13 61 L 18 100 1N 0 1 "Keystone3y" 128 128 128 ; Keystone 3y 14 1 L 19 100 1N 0 1 "Keystone4x" 128 128 128 ; Keystone 4x 14 61 L 20 100 1N 0 1 "Keystone4y" 128 128 128 ; Keystone 4y 16 1 L 21 100 1N 0 1 "Info" 0 0 0 ; Information (TBD) 15 1 L 22 100 1N 0 1 "Reserved" 0 0 0 ; Reserved 15 61 L 23 100 1N 0 1 "Reserved" 0 0 0 ; Reserved END ; ;---------------------------------------------------------------------------- ; Text to be displayed when the Instrument is selected for Patching ; TEXT High End CATALYST Bank Faders --------------------- 1 -- -- 2 -- Strobe 3 -- -- 4 -- -- 5 X-Fade -- 6 Vis1 Vis2 7 VisFunt ColRot 8 Blue Green 9 Red Yellow 10 Cyan Magenta 11 KStn1x KStn1y 12 KStn2x KStn2y 13 KStn3x KStn3y 14 KStn4x KStn4y 15 Reserved Reserved 16 Info -- END ATTR END ; ;---------------------------------------------------------------------------- ; Tables