View Personality
Robe ColorSpot 250 AT (ROAT2501.D2)
View Table
;-----------------------------------------------------------------------| ; Robe ColorSpot 250 AT Mode 1 18 Channels | ;-----------------------------------------------------------------------| ; History :- | ;-----------------------------------------------------------------------| ; Revision | Date | By | Description | ;----------|-----------|-----------|------------------------------------| ; 1.0 | 25-07-05 | Ed Spencer| Created from 575AT Mode 1 | ; | 26-10-05 | Ed Spencer| Revised device name | ;-----------------------------------------------------------------------| DEVICE=RO_SP250AT1 ; Device Name (upto 11 chars after '=' DEVICE23=18 ; 22 chars after '=' ; extra information for softkey prompt lines 2&3 ; a total of 22 chars, split into 2 lines of 11 ; Device information ; __ Number of lines of DMX info. ; | __ Number of lines of wheel info ; | | ; | | ; | | HSTART 3 18 1b05 530 280 ff 0 2 18 12 ; | | | | | | | | ; | | | | | | | |__ Line number for flash button DMX info ; | | | | | | | from DMX definition (1..x) ; | | | | | | |__ Button release value ; | | | | | |__ Button ON value (ff means use swop/add fader) ; | | | | |__ The TILT arc in Degrees ; | | | |__ The Pan arc in degrees ; | | |__ Date in PC format (1b05==5/08/93) ; | |__ Number of DMX slots used ; |__ Patch direction (1-backward, 0 forward, (3 for moving head, 1 for Moving Mirror)) TEXTSTART ; Upto 21 lines of 28 characters (use the template below) ; Robe ColorSpot 250 ; ; MODE 1 ; ; 18-DMX CHANNELS ; TEXTEND ;------------------------------------------------------------ ; For the Attribute Dictionary refer to file 'dict.per' ;------------------------------------------------------------ ; DMX information ; No unused lines allowed between keyword 'DSTART' and last DMX definition DSTART ; DMX defintion 1 2 20 0 13 0 ; PAN 2 0 0 0 0 0 ; PAN LOW 3 2 20 0 14 0 ; TILT 4 0 0 0 0 0 ; TILT LOW 5 2 40 0 58 0 ; Speed_p/t 6 2 40 0 52 0 ; Control 7 2 20 0 38 0 ; COLOR 8 0 0 0 0 0 ; COLOR low 9 2 40 0 36 0 ; Gobo 10 2 20 0 64 0 ; Gobo Rot 11 0 0 0 0 0 ; Gobo Low 12 2 40 0 16 0 ; Prism 13 2 0 0 78 0 ; Prism Rot 14 2 20 0 12 0 ; Focus 15 0 0 0 0 0 ; Focus Low 16 2 0 0 24 0 ; Shutter 17 1 0 0 0 0 ; Dimmer 18 0 0 0 0 0 ; Dimmer Low ;| | | | | | ;| | | | | |__ Spare (always 0 for now) ;| | | | |__ Attribute name (See list above) ;| | | |__ Curve (0 means no curve otherwise curve number) ;| | |__ Flags (7=inverted, 6=instant, 5=16-bit) ;| |__ Channel type (1=HTP, 2=LTP, 0=Dummy(for 16-bit defines) ;|_ DMX offset (1..255, 0 means DIMMER will be patched seperately) ;------------------------------------------------------------ ; WHEEL information ; No unused lines allowed between keyword 'WSTART' and last DMX definition WSTART 4 ffff 8080 3 13 1 5 0 1 0 1 0 0 0 0 0 ; 1. Pan 4 ffff 8080 3 14 1 6 0 1 2 3 0 0 0 0 0 ; 3. Tilt 8 ffff 0 1 58 0 42 0 1 4 5 0 0 0 0 0 ; 5. Speed p/t 8 ffff 0 1 52 0 41 0 1 5 6 0 0 0 0 0 ; 6. Control 4 ffff 0 1 38 1 9 0 1 6 7 0 0 0 0 0 ; 7. Color 8 ffff 0 1 36 0 17 0 1 8 9 0 0 0 0 0 ; 9. Gobo 4 ffff 0 1 64 1 18 0 1 9 10 0 0 0 0 0 ; 10. Gobo Rot 8 ffff 0 1 16 0 25 0 1 11 12 0 0 0 0 0 ; 12. Prism 8 ffff 0 1 78 0 26 0 1 12 13 0 0 0 0 0 ; 13. Prism_Rot 4 ffff 8080 1 12 1 33 0 1 13 14 0 0 0 0 0 ; 14. Focus 8 ffff 2828 1 24 0 1 0 1 15 16 0 0 0 0 0 ; 16. SHUTTER 4 ffff ffff 4 0 1 8 0 1 16 17 0 0 0 0 0 ; 17. DIMMER ;| | | | | | | | | | | | | | | |__ List of Table channels as ;| | | | | | | | | | |_______________ line numbers from DMX def. ;| | | | | | | | | | 0 means unused channel ;| | | | | | | | | |__ DMX line (minus 1) pertainig to this wheel ;| | | | | | | | |__ Number of chanels under control OR Table width ;| | | | | | | |__ Table type (Attribute number) 0 means NOT a table ;| | | | | | |__ Wheel number (1..8 on bank1, 9..16 on bank2 et cetera) ;| | | | | |__ 0 for 8 bits, 1 for 16 bits ;| | | | |__ Attribute name from above list (0..MAX) ;| | | |__ Wheel type (1-offset, 2-Table, 3-Pan/Tilt, 4-Dimmer) ;| | |__ Default value (left shifted as necessary) ;| | _ AND mask, where more than wheel controls same DMX slot ;|__ Wheel multiplication =16-(bits used) ; eg. for 8 bit channels it is 8, for 12 bit channels it is 4 ;-------------------------------------------------------------------- ; TABLES ; Each Table is enclosed by the keywords "TSTART" and "*** TEND ***" ; The legend is 16 chars long ; The correct number of values must be supplied (8-bits) with spaces in ; between MACRO "LAMP ON" 1 6 50 87 10 0 MEND MACRO "RESET" 2 6 32 cd 10 0 MEND MACRO "LAMP OFF" 3 6 32 eb 10 0 MEND ;--------------------------------------------------------------------