View Personality
PRG Best Boy Wash (PRGBSTBW.R20)
View Table
; 'PRG Best Boy Wash', 26 DMX Channels, filename: PRGBSTBW.R20 ; Copyright © Avolites Ltd. 2014 ; ; Date By Description ; 22-07-09 Administrator Created ; 04-11-11 John Rogers Added V1.6 mode and physcal P/T information. ; 17-08-12 Peter Budd Created from PRG Bad Boy ; 22-08-12 Peter Budd Edited updated locate values ; 23-08-12 Peter Budd Corrected CMY Channel ; 11-02-13 Peter Budd Removed CTO colour, and moved colour mixing to else to enable auto-legending. ; 20-10-14 Peter Budd Created from the PRG Best Boy. ; 20-10-14 Pers Creator Created - Exported from Diamond 4 file. ; ;---------------------------------------------------------------------------- ; The device name, upto 11 characters, no spaces are allowed DEVICE PRG_BstBoyW mode=26 DMX, 16bit 26 DMX Channels NAME "PRG" "Best Boy Wash" ; ;---------------------------------------------------------------------------- ; The Type of instrument, 1 & M must required for backward compatibility ; The middle number denotes the number of DMX channels used TYPE 1 26 M ; ;---------------------------------------------------------------------------- ; Mirror/Head resolution MIRROR 2 615 260 ; | | | ; | | |_______ 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 current 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 "" "" "Set to 26 DMX, 16bit" "" "" DAEND ; ;---------------------------------------------------------------------------- ; Specify DMX limits ; ; minimum allowed dmx number MINDMX=1 ; ; maximum allowed dmx number MAXDMX=486 ; ; 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..20) ; 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 reduced 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=Colour Wheel 1, B=Cyan, C=Magenta, D=Yellow, ; E=Pan, F=Tilt, G=Iris, H=Dimmer, I=Gobo1, J=Gobo2, K=Gobo1 Rotate, ; L=Focus, M=Gobo2 Rotate, N=Colour Wheel 2, O=Shutter, P=Prism, Q=Zoom, ; R=Effect Rotate, S=Frost, T=Red, U=Green, V=Blue, 0=uncategorised) ; 9. Checksum channel (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 Lowlight level of this channel ; DMX 1 1 H 1 100 1N H 1 "Dimmer" 255 0 0 3 61 s 2 100 1N E 1 "Pan" 128 0 0 0 0 L 3 100 1N E 1 "Pan Low" 128 0 0 3 1 s 4 100 1N F 1 "Tilt" 128 0 0 0 0 L 5 100 1N F 1 "Tilt Low" 128 0 0 10 1 L 6 100 1N B 1 "Cyan" 0 0 255 9 61 L 7 100 1N D 1 "Yellow" 0 255 0 10 61 L 8 100 1N C 1 "Magenta" 0 0 255 9 1 L 9 100 1N 0 1 "CMY Func" 0 0 0 20 1 L 10 100 1N 0 1 "CTO" 64 0 0 4 1 I 11 100 1N A 1 "Colour" 0 0 0 4 61 L 12 100 1N 0 1 "Colour Func" 0 0 0 6 1 I 13 100 1N I 1 "Gobo 1" 0 0 0 6 61 S 14 100 1N I 1 "Gobo 1 Rot" 0 0 0 0 0 I 15 100 1N I 1 "Gobo 1 R Low" 0 0 0 5 1 s 16 100 1N Q 1 "Zoom" 128 0 0 0 0 L 17 100 1N Q 1 "Zoom Low" 128 0 0 2 1 L 18 100 1N G 1 "Iris" 255 0 0 2 61 L 19 100 1N O 1 "Shutter" 0 0 0 7 1 L 20 100 1N 0 1 "Macro" 0 0 0 7 61 I 21 100 1N 0 1 "Macro Speed" 0 0 0 8 1 L 22 100 1N 0 1 "P/T Speed" 255 0 0 8 61 L 23 100 1N 0 1 "Colour Speed" 255 0 0 18 1 I 24 100 1N 0 1 "Image Speed" 255 0 0 18 61 L 25 100 1N 0 1 "Beam Speed" 255 0 0 20 61 L 26 100 1N 0 1 "Control" 0 0 0 END ; ;---------------------------------------------------------------------------- TEXT PRG Best Boy Wash 26 DMX, 16bit INPUT fixture DMX No. Press a Fixture Select or Swop button to make the patch. END ATTR Function Obsolete END ;---------------------------------------------------------------------------- ; Preset Palette Tables PFTABLE "Intensity" -1 19 "Open" 31 E "Slow Strobe" 32 1E "Fast Strobe" 33 27 "Slow Random Strobe" 34 68 "Fast Random Strobe" 35 6A "Slow Pulse" 36 46 "Fast Pulse" 37 4F "Closed" 38 0 PFEND PFTABLE "Pan/Tilt" -1 2 4 "Middle" 21 80 80 "Left" 22 4F 80 "Right" 23 B0 80 "Top" 24 80 4F "Bottom" 25 80 B0 "TLeft" 26 4F 4F "TRight" 27 B0 B0 "BLeft" 28 4F B0 "BRight" 29 B0 4F PFEND PFTABLE "Colour" -1 6 8 7 "Open" 1 0 0 0 "Red" 2 0 FF FF "Amber" 3 0 7F FF "Yellow" 4 0 0 FF "Green" 5 FF 0 FF "Cyan" 6 FF 0 0 "Blue" 7 FF FF 0 "Magenta" 10 0 FF 0 "Lavender" 8 4A 91 F "Ultra Violet" 9 CC FF 0 PFEND PFTABLE "Gobo" -1 13 "Open" 11 0 "Gobo 1" 12 E "Gobo 2" 13 18 "Gobo 3" 14 22 "Gobo 4" 15 2C PFEND PFTABLE "Beam" -1 16 18 "Zoom Small" 41 0 FF "Zoom Medium" 42 80 FF "Zoom Large" 43 FF FF "Iris Small" 44 80 FF "Iris Medium" 45 80 80 "Iris Large" 46 80 0 PFEND ;---------------------------------------------------------------------------- ; Macros MACRO "Reset All" 1 26 "data" 0 A "delay" 1 3C "data" 0 0 MEND MACRO "Reset Errors" 2 26 "data" 0 B "delay" 1 3C "data" 0 0 MEND MACRO "Reset Zm/Edge" 3 26 "data" 0 C "delay" 1 3C "data" 0 0 MEND MACRO "Reset Colour" 4 26 "data" 0 E "delay" 1 3C "data" 0 0 MEND MACRO "Reset Gobo" 5 26 "data" 0 10 "delay" 1 3C "data" 0 0 MEND MACRO "Reset Intensity/Iris/Frost" 6 26 "data" 0 12 "delay" 1 3C "data" 0 0 MEND MACRO "Reset PT" 7 26 "data" 0 13 "delay" 1 3C "data" 0 0 MEND MACRO "Lamp Off" 8 26 "data" 0 14 "delay" 1 3C "data" 0 0 MEND MACRO "Lamp On" 9 26 "data" 0 1E "delay" 1 3C "data" 0 0 MEND MACRO "Lamp Full" 10 26 "data" 0 28 "delay" 1 3C "data" 0 0 MEND MACRO "Lamp Mid" 11 26 "data" 0 2D "delay" 1 3C "data" 0 0 MEND MACRO "Lamp Low" 12 26 "data" 0 32 "delay" 1 3C "data" 0 0 MEND ;---------------------------------------------------------------------------- ; 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 1 ;Dimmer 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 2 ;Pan 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 4 ;Tilt 0 255 "%3d.%02d%%"(c-a)*100/(b-a),100*((c-a)*100%(b-a))/(b-a) REND RANGE 6 ;Cyan 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 7 ;Yellow 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 8 ;Magenta 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 9 ;CMY Func 0 0 "Continuous" 10 19 "Spin Cyan" 20 29 "Spin Yellow" 30 39 "Spin Magent" 40 49 "Spin All" 50 255 "Reserved" REND RANGE 10 ;CTO 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 11 ;Colour 0 0 "Open" 43 43 "Pink" 86 86 "Red" 129 129 "Orange" 172 172 "Green" 215 215 "UV" REND RANGE 12 ;Colour Func 0 0 "Index" 10 19 "Fixed" 20 39 "Scroll" 40 43 "Rnd Strobe" 44 46 "Rnd Strobe" 47 49 "Rnd Strobe" 50 255 "Strobe %3d%%"(c-a)*100/(b-a) REND RANGE 13 ;Gobo 1 0 0 "Open" 10 19 "Gobo 1" 20 29 "Gobo 2" 30 39 "Gobo 3" 40 49 "Gobo 4" 50 150 "Sc CW %3d%%"100-((c-a)*100/(b-a)) 151 153 "No Scroll" 154 255 "Sc CCW %3d%%"(c-a)*100/(b-a) REND RANGE 14 ;Gobo 1 Rot 0 191 "Index %3d%%"(c-a)*100/(b-a) 192 222 "Sp CW %3d%%"100-((c-a)*100/(b-a)) 223 224 "No Spin" 225 255 "Sp CCW %3d%%"(c-a)*100/(b-a) REND RANGE 16 ;Zoom 0 255 "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 18 ;Iris 0 255 "%3d%%"100-((c-a)*100/(b-a)) REND RANGE 19 ;Shutter 0 0 "Open" 10 19 "Closed" 20 39 "Pulse %3d%%"(c-a)*100/(b-a) 40 59 "Pulse %3d%%"(c-a)*100/(b-a) 60 79 "Ceilin %3d%%"(c-a)*100/(b-a) 80 99 "Ceilin %3d%%"(c-a)*100/(b-a) 100 102 "Slow Rand" 103 106 "Med Rand" 107 109 "Fast Rand" 110 255 "Stro %3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a) REND RANGE 20 ;Macro 0 0 "No Macro" 1 1 "Iris Square" 2 2 "Iris Sine" 3 3 "Iris Sawtoo" 4 4 "Iris Revers" 5 5 "Iris Close" 6 6 "Iris Open" 7 7 "Zm/Iris Clo" 8 8 "Zm/Iris Ope" 9 9 "Zm Sine" 10 10 "Zm Sawtooth" 11 11 "Zm Rev Sawt" REND RANGE 21 ;Macro Speed 0 246 "%3d%%"100-((c-a)*100/(b-a)) 247 249 "Slow" 250 252 "Medium" 253 255 "Fast" REND RANGE 22 ;P/T Speed 0 254 "%3d%%"100-((c-a)*100/(b-a)) 255 255 "Follow Cue" REND RANGE 23 ;Colour Speed 0 254 "%3d%%"100-((c-a)*100/(b-a)) 255 255 "Follow Cue" REND RANGE 24 ;Image Speed 0 254 "%3d%%"100-((c-a)*100/(b-a)) 255 255 "Follow Cue" REND RANGE 25 ;Beam Speed 0 254 "%3d%%"100-((c-a)*100/(b-a)) 255 255 "Follow Cue" REND RANGE 26 ;Control 0 0 "Safe" 10 10 "Reset All" 11 11 "Reset Error" 12 12 "Reset Zm/Ed" 13 13 "Safe" 14 14 "Reset Colou" 15 15 "Safe" 16 16 "Reset Gobo" 17 17 "Safe" 18 18 "Reset Inten" 19 19 "Reset PT" 20 20 "Lamp Off" 21 29 "Safe" 30 30 "Lamp On" 31 39 "Safe" 40 40 "Lamp Full" 45 45 "Lamp Mid" 50 50 "Lamp Low" 78 78 "Edge Near" 79 79 "Edge Far" 80 80 "Gobo Set Ze" 90 90 "Display On" 95 95 "Display Off" 108 108 "Pan/Tilt Un" 112 112 "Pan/Tilt Lo" 114 114 "No Fade Out" 116 116 "Fade Out af" 118 118 "Fade Out af" 120 120 "Clear Logs" 122 122 "Invert Pan" 124 124 "Un-Invert P" 126 126 "Invert Tilt" 128 128 "Un-Invert T" 130 130 "Swap Pan/Ti" 132 132 "Un-Swap Pan" REND