building fixtures..

Questions or discussions about the Titan and classic consoles and software.

Moderator: Moderators

Tompa
Posts: 18
Joined: 06 Aug 2008, 10:12
Location: Stockholm, Sweden

building fixtures..

Postby Tompa » 16 Oct 2008, 09:49

when will building fixtures be doeble in the diamond4 cosoles?
One of few things I really do miss when using my D4.
User avatar
Olie
Site Admin
Posts: 456
Joined: 11 Feb 2004, 15:24
Location: London
Contact:

Postby Olie » 17 Oct 2008, 09:17

You can use the personality builder software. If you PM me with your email I can send you the link.
Avolites Software Team
User avatar
Jomo
Posts: 10
Joined: 11 Sep 2005, 18:14
Location: Lille (France)
Contact:

Postby Jomo » 22 Dec 2008, 18:28

Hello. I have a big problem with personnality files for my Diamond-3.

I must make a show in a few days with CLAY PAKY Alpha Wash 1200, Alpha spot HPE 1200, and Alpha Profiles 1200.
I prepare my show with Wisywig, all my projectors answer well except the HPE.

All the personnality files of CLAY PAKY Alpha spot HPE 1200 (28 channels) which I have choose on the site of Avolites does not function, and I seek has to create one of them.

I specify that the descriptive listing of the values of each channel corresponds well but no library file does not function.
I also specify that if I patche a machine like dimmers, it answer all his channels perfectly.

the file which corresponds exactly to fixture that I need is this one:
CPASHPEX.D2, on Diamond-2/3 disk 1. (except that the file does not function.)

I am able to do it for Pearl or one Azure but obviously, for the diamond-3, it is more complicated. I do not leave myself there. Does Y have to you it somebody who could help me? To manufacture me a valid bookshop? I have of it an urgent need and I already spent the day to be tried to arrange existing bookshops but without result.

Thanks from advance for your assistance.
Without light, it's just radio...
User avatar
niclights
The eManual
Posts: 4442
Joined: 24 Sep 2004, 01:06
Location: UK

Postby niclights » 22 Dec 2008, 18:58

Are you sure that is the correct file?

According to the database there are two 28 channel versions:

File name: CPA12H6B.D2/ Name on desk: CPA12H16M1 (16b, Rain on)
and
File name: CPA12HS1.D2/ Name on desk: CPA12HStM1 (Extn, Rain on)

Both are on disk 1

Code for the first:

Code: Select all

;-----------------------------------------------------------------------|
; The Clay Paky Alpha Spot HPE Personality for the Diamond II           |
;-----------------------------------------------------------------------|
;       History :-                                                      |
;-----------------------------------------------------------------------|
;   Revision |  Date     |  By    | Description                         |
;------------|-----------|--------|-------------------------------------|
;       1.0  | 03-04-06  | Ed     | Created from Alpha Spot HPE         |
;            | 04-04-06  | Ed     | Checked                             |
;---------------------------------------------------------------------- |


DEVICE=CPA12H16M1              ; Device Name (upto 11 chars after '='
DEVICE23=28 channels            ; 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  1 28 1b05 450 252 ff  0  6 28 24
;        | |  |    |   |   |  |  |
;        | |  |    |   |   |  |  |__ 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)
                            ;
             ;
         CLAY PAKY          ;
    Alpha Spot 1200 HPE     ;
        PERSONALITY         ;
           16b              ;
                            ;
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  0 0  8 0      ; CYAN
2  2  0 0  7 0      ; MAGENTA
3  2  0 0  9 0      ; YELLOW
4  2  0 0 149 0      ; CTO
5  2 40 0  4 0      ; COLOR
6  2 40 0 24 0      ; SHUTTER
7  1  0 0  0 0      ; DIMMER
8  2  0 0 15 0      ; IRIS
9  2 40 0 11 0      ; GOBO1
10 2 40 0 36 0      ; GOBO2
11 2 20 0 153 0      ; GOBO2ROT
27 0  0 0 153 0      ; GOBO2FINE
12 2 40 0 37 0      ; GOBO3
13 2 20 0 154 0      ; GOBO3ROT
28 0  0 0 154 0      ; GOBO3FINE
14 2 40 0 51 0      ; EFFECT
15 2  0 0 41 0      ; EFFECTROT
16 2 40 0 16 0      ; PRISM
17 2  0 0 78 0      ; PRISMROT
18 2  0 0 40 0      ; FROST
19 2  0 0 12 0      ; FOCUS
20 2  0 0 43 0      ; ZOOM
21 2 20 0 13 0      ; PAN
25 0  0 0 13 0      ; PANFINE
22 2 20 0 14 0      ; TILT
26 0  0 0 14 0      ; TILTFINE
23 2 40 0 80 0      ; RESET
24 2 40 0 52 0      ; LAMP CONTROL
;|  |  | |  | |
;|  |  | |  | |__ 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
8 ffff ffff 1   8 0 10   0 1  0  1  0  0  0  0  0  ; 1. CYAN
8 ffff ffff 1   7 0 11   0 1  1  2  0  0  0  0  0  ; 2. MAGENTA
8 ffff ffff 1   9 0 12   0 1  2  3  0  0  0  0  0  ; 3. YELLOW
8 ffff    0 1 149 0 15   0 1  3  4  0  0  0  0  0  ; 4. CTO
8 ffff    0 1   4 0  9   0 1  4  5  0  0  0  0  0  ; 5. COLOR
8 ffff ffff 1  24 0  1   0 1  5  6  0  0  0  0  0  ; 6. SHUTTER
8 ffff ffff 4   0 0  8   0 1  6  7  0  0  0  0  0  ; 7. DIMMER
8 ffff    0 1  15 0  2   0 1  7  8  0  0  0  0  0  ; 8. IRIS
8 ffff    0 1  11 0 23   0 1  8  9  0  0  0  0  0  ; 9. GOBO1
8 ffff    0 1  36 0 17   0 1  9 10  0  0  0  0  0  ; 10. GOBO2
4 ffff    0 1 153 1 19   0 1 10 11  0  0  0  0  0  ; 11. GOBO2ROT
8 ffff    0 1  37 0 18   0 1 12 13  0  0  0  0  0  ; 12. GOBO3
4 ffff    0 1 154 1 20   0 1 13 14  0  0  0  0  0  ; 13. GOBO3ROT
8 ffff    0 1  51 0 25   0 1 15 16  0  0  0  0  0  ; 14. EFFECT
8 ffff    0 1  41 0 27   0 1 16 17  0  0  0  0  0  ; 15. EFFECTROT
8 ffff    0 1  16 0 26   0 1 17 18  0  0  0  0  0  ; 16. PRISM
8 ffff    0 1  78 0 28   0 1 18 19  0  0  0  0  0  ; 17. PRISMROT
8 ffff    0 1  40 0 31   0 1 19 20  0  0  0  0  0  ; 18. FROST
8 ffff 8080 1  12 0  3   0 1 20 21  0  0  0  0  0  ; 19. FOCUS
8 ffff    0 1  43 0  4   0 1 21 22  0  0  0  0  0  ; 20. ZOOM
4 ffff 8080 3  13 1  5   0 1 22 23  0  0  0  0  0  ; 21. PAN
4 ffff 8080 3  14 1  6   0 1 24 25  0  0  0  0  0  ; 22. TILT
8 ffff    0 1  80 0 41   0 1 26 27  0  0  0  0  0  ; 21. RESET
8 ffff    0 1  52 0 42   0 1 27 28  0  0  0  0  0  ; 22. LAMP CONTROL
;|   |    | |   | |  |   | |  |  |  |  |  |  |  |__ 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   24
32 DA
0   0
MEND

MACRO "Lamp Off" 2   24
32 3F
0  0
MEND

MACRO "Reset" 3   23
32 C0
0  0
MEND


and the second:

Code: Select all

;-----------------------------------------------------------------------|
; The Clay Paky Alpha Spot HPE Personality for the Diamond II           |
;-----------------------------------------------------------------------|
;       History :-                                                      |
;-----------------------------------------------------------------------|
;   Revision |  Date     |  By    | Description                         |
;------------|-----------|--------|-------------------------------------|
;       1.0  | 04-04-06  | Ed     | Created from extn version           |
;---------------------------------------------------------------------- |


DEVICE=CPA12HStM1              ; Device Name (upto 11 chars after '='
DEVICE23=24 channels            ; 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  1 24 1b05 450 252 ff  0  6 24 24
;        | |  |    |   |   |  |  |
;        | |  |    |   |   |  |  |__ 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)
                            ;
                            ;
         CLAY PAKY          ;
    Alpha Spot 1200 HPE     ;
        PERSONALITY         ;
            std             ;
                            ;
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  0 0  8 0      ; CYAN
2  2  0 0  7 0      ; MAGENTA
3  2  0 0  9 0      ; YELLOW
4  2  0 0 149 0     ; CTO
5  2 40 0  4 0      ; COLOR
6  2 40 0 24 0      ; SHUTTER
7  1  0 0  0 0      ; DIMMER
8  2  0 0 15 0      ; IRIS
9  2 40 0 37 0      ; GOBO3
10 2 40 0 11 0      ; GOBO1
11 2 40 0 153 0     ; GOBO1ROT
12 2 40 0 36  0     ; GOBO2
13 2 40 0 154 0     ; GOBO2ROT
14 2 40 0 51  0     ; GRAPHICSDISC
15 2 20 0 41  0     ; GRAPHICDISCROT
16 2 20 0 16  0     ; PRISM
17 2 40 0 78  0     ; PRISMROT
18 2 40 0 40  0     ; FROST
19 2 40 0 12  0     ; FOCUS
20 2  0 0 43 0      ; ZOOM
21 2 40 0 13 0      ; PAN
22 2 40 0 14 0      ; TILT
23 2 40 0 80 0      ; RESET
24 2 40 0 52 0      ; LAMP CONTROL
;|  |  | |  | |
;|  |  | |  | |__ 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
8 ffff ffff 1   8 0 10   0 1  0  1  0  0  0  0  0  ; 1. CYAN
8 ffff ffff 1   7 0 11   0 1  1  2  0  0  0  0  0  ; 2. MAGENTA
8 ffff ffff 1   9 0 12   0 1  2  3  0  0  0  0  0  ; 3. YELLOW
8 ffff    0 1 149 0 15   0 1  3  4  0  0  0  0  0  ; 4. CTO
8 ffff    0 1   4 0  9   0 1  4  5  0  0  0  0  0  ; 5. COLOR
8 ffff ffff 1  24 0  1   0 1  5  6  0  0  0  0  0  ; 6. SHUTTER
8 ffff ffff 4   0 0  8   0 1  6  7  0  0  0  0  0  ; 7. DIMMER
8 ffff    0 1  15 0  2   0 1  7  8  0  0  0  0  0  ; 8. IRIS
8 ffff    0 1  37 0 23   0 1  8  9  0  0  0  0  0  ; 9. GOBO3
8 ffff    0 1  11 0 17   0 1  9 10  0  0  0  0  0  ; 10.GOBO1
8 ffff    0 1 153 0 18   0 1 10 11  0  0  0  0  0  ; 11. GOBO1ROT
8 ffff    0 1  36 0 19   0 1 11 12  0  0  0  0  0  ; 12. GOBO2
8 ffff    0 1 154 0 20   0 1 12 13  0  0  0  0  0  ; 13. GOBO2ROT
8 ffff    0 1  51 0 27   0 1 13 14  0  0  0  0  0  ; 14. GRAPHICSDISC
8 ffff    0 1  41 0 28   0 1 14 15  0  0  0  0  0  ; 15. GRAPHICSDISCROT
8 ffff    0 1  16 0 25   0 1 15 16  0  0  0  0  0  ; 16. PRISM
8 ffff    0 1  78 0 26   0 1 16 17  0  0  0  0  0  ; 17. PRISMROT
8 ffff    0 1  40 0 31   0 1 17 18  0  0  0  0  0  ; 18. FROST
8 ffff 8080 1  12 0  3   0 1 18 19  0  0  0  0  0  ; 19. FOCUS
8 ffff    0 1  43 0  4   0 1 19 20  0  0  0  0  0  ; 20. ZOOM
8 ffff 8080 3  13 0  5   0 1 20 21  0  0  0  0  0  ; 21. PAN
8 ffff 8080 3  14 0  6   0 1 21 22  0  0  0  0  0  ; 22. TILT
8 ffff    0 1  80 0 41   0 1 22 23  0  0  0  0  0  ; 23. RESET
8 ffff    0 1  52 0 42   0 1 23 24  0  0  0  0  0  ; 24. LAMP CONTROL
;|   |    | |   | |  |   | |  |  |  |  |  |  |  |__ 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


;--------------------------------------------------------------------


Does that help?
User avatar
Jomo
Posts: 10
Joined: 11 Sep 2005, 18:14
Location: Lille (France)
Contact:

Postby Jomo » 23 Dec 2008, 10:16

Hello.

Yes. I already checked and that does not function. Neither one nor the other. I almost succeeded by arranging a file of Profiles 1200, but I still have some imperfections in the specifications of Wheels.

I too much will not insist because when I modify a little, the screen of the console refuses to load the file and “error DEV0:142”.

And if not, I also included/understood how to also insert the file in the per.lst so that functions.

But I repeat it, these files which are on the site of AVO do not function.

- alpha wash file is OK
- alpha profile file is OK
- alpha spot HPE do not function.
- alpha spot HPE is OK with patch them like dimmers, and function on “Dimmer, Shutter, Cyan, Mag, Yellow, CTO”, with a file of Alpha profiles, since they are common channels. The remainder is obviously shifted.

But with the adapted file, not the least signs of life.

Here is the file of Alpha profiles such as I modified it, and who function about even if there are large errors in the wheels, but at least, it goes!

Code: Select all

;-------------------------------------------------------------------------|
; Clay Paky Alpha Profile 1500 Extended,personality for the Diamond II    |
;-------------------------------------------------------------------------|
;   History :-                                                            |
;-------------------------------------------------------------------------|
;   Revision |  Date     |  By       | Description                        |
;------------|-----------|-----------|------------------------------------|
;   1.0      |  27-11-08 | David Hunt| Created                            |
;            |  27-11-08 | David Hunt| Checked              |
;            |  02-12-08 | J.Moreton | Checked                            |
;-------------------------------------------------------------------------|


DEVICE=CP_AP1200M9      ; Device Name (upto 11 chars) must be enclosed in single
DEVICE23=Extended       ; 22 chars after '='
                        ; extra information for softkey prompt lines 2&3
                        ; a total of 22 chars, split into 2 lines of 11

;                                  __ Number of lines of DMX info.
;                                 |   __ Number of lines of wheel info
;                                 |  |
;                                 |  |
;                                 |  |
HSTART  3 28 1b05  0   0  ff 0 8 28  28
;       |  |  |    |   |  |  | |
;       |  |  |    |   |  |  | |__ 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, 2 forward)




TEXTSTART       ; Upto 21 lines of 28 characters
                            ;
       Clay Paky            ;
      Alpha Profile         ;
          1200              ;
        Extende9            ;
      28 DMX  8 bit         ;
       PERSONALITY          ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
                            ;
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 Picture
1  2  0 0   8 0     ; Cyan
2  2  0 0   7 0     ; Magenta
3  2  0 0   9 0     ; Yellow
4  2  0 0 149 0     ; CTO
5  2  0 0   4 0     ; Colour
6  2 40 0  24 0     ; Shutter
7  1  0 0   0 0     ; Dimmer
8  2  0 0  15 0     ; Iris
9  2 40 0  36 0     ; Gobo 1
10 2 40 0  37 0     ; Gobo 2
11 2 20 0  99 0     ; Gobo 2 Rot
12 0  0 0   0 0     ; Gobo 2 Rot Low
13 2  0 0 163 0     ; Blade Up 1
14 2  0 0 164 0     ; Blade Up 2
15 2  0 0 165 0     ; Blade Dw 1
16 2  0 0 166 0     ; Blade Dw 2
17 2  0 0 167 0     ; Blade Rg 1
18 2  0 0 168 0     ; Blade Rg 2
19 2  0 0 169 0     ; Blade Lf 1
20 2  0 0 170 0     ; Blade Lf 2
21 2  0 0 144 0     ; Framing Rot
22 2  0 0  51 0     ; Effect
23 2  0 0  41 0     ; Effect Rot
24 2  0 0  12 0     ; Focus
25 2  0 0  43 0     ; Zoom
26 2 20 0  13 0     ; Pan
27 0  0 0   0 0     ; Pan Low
28 2 20 0  14 0     ; Tilt
29 0  0 0   0 0     ; Tilt Low
30 2  0 0  80 0     ; Reset
31 2 40 0  52 0     ; Control
;| |  | |   | |
;| |  | |   | |__ Spare (always 0 for now)
;| |  | |   |__ Attribute name (See list above)
;| |  | |__ Curve (0 means no curve otherwise curve number)
;| |  |__ Flags (7=inverted, 40=instant, 20=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

WSTART
8 ffff    0 1   8 0  9   0  1  0  1  0  0  0  0  0      ; 1. Cyan
8 ffff    0 1   7 0 10   0  1  1  2  0  0  0  0  0      ; 2. Magenta
8 ffff    0 1   9 0 11   0  1  2  3  0  0  0  0  0      ; 3. Yellow
8 ffff    0 1 149 0 12   0  1  3  4  0  0  0  0  0      ; 4. CTO
8 ffff    0 1   4 0 15   0  1  4  5  0  0  0  0  0      ; 5. Colour
8 ffff 6969 1  24 0  1   0  1  5  6  0  0  0  0  0      ; 6. Shutter
8 ffff ffff 4   0 0  8   0  1  6  7  0  0  0  0  0      ; 7. Dimmer
8 ffff 8383 1  15 0 33   0  1  7  8  0  0  0  0  0      ; 8. Iris
8 ffff    0 1  36 0 17   0  1  8  9  0  0  0  0  0      ; 9. Gobo 1
8 ffff    0 1  37 0 18   0  1  9 10  0  0  0  0  0      ;10. Gobo 2
4 ffff    0 1  99 1 19   0  2 10 11  0  0  0  0  0      ;11. Gobo 2 Rot
8 ffff    0 1 163 0 34   0  1 12 13  0  0  0  0  0      ;12. Blade 1 Up
8 ffff    0 1 164 0 35   0  1 13 14  0  0  0  0  0      ;13. Blade 2 Up
8 ffff    0 1 165 0 36   0  1 14 15  0  0  0  0  0      ;14. Blade 1 Dw
8 ffff    0 1 166 0 37   0  1 15 16  0  0  0  0  0      ;15. Blade 2 Dw
8 ffff    0 1 167 0 38   0  1 16 17  0  0  0  0  0      ;16. Blade 1 Rg
8 ffff    0 1 168 0 39   0  1 17 18  0  0  0  0  0      ;17. Blade 2 Rg
8 ffff    0 1 169 0 40   0  1 18 19  0  0  0  0  0      ;18. Blade 1 Lf
8 ffff    0 1 170 0 43   0  1 19 20  0  0  0  0  0      ;19. Blade 2 Lf
8 ffff    0 1 144 0 44   0  1 20 21  0  0  0  0  0      ;20. Framing Rot
8 ffff    0 1  51 0 25   0  1 15 16  0  0  0  0  0      ;21. Effect
8 ffff    0 1  41 0 26   0  1 16 17  0  0  0  0  0      ;22. Effect Rot
8 ffff    0 1  12 0 27   0  1 20 21  0  0  0  0  0      ;23. Focus
8 ffff 8080 1  43 0 28   0  1 21 22  0  0  0  0  0      ;24. Zoom
4 ffff 8080 3  13 1  5   0  2 22 23  0  0  0  0  0      ;25. Pan
4 ffff 8080 3  14 1  6   0  2 24 25  0  0  0  0  0      ;26. Tilt
8 ffff    0 1  80 0 41   0  1 26 27  0  0  0  0  0      ;27. Reset
8 ffff    0 2  52 0 42  52  1 27 28  0  0  0  0  0      ;28. Control

;|   |    | |   | |  |   |  |  |  |  |  |  |  |  |__ List of Table channels as
;|   |    | |   | |  |   |  |  |  |_______________ line numbers from DMX def.
;|   |    | |   | |  |   |  |  |                  ff or 0 means unused channel
;|   |    | |   | |  |   |  |  |__ DMX line pertainnig to this wheel (-1)
;|   |    | |   | |  |   |  |__ Number of chanels under control (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

; FUNCTION TABLE
;         __ Table width (upto 6 allowed)
;        |  __ Type of Table from attribute list
;        | |
TSTART  1 52
Safe              12
Lamp Off          63
Lamp HalfOn      140
Lamp FullOn      217

*** TEND ***

;--------------------------------------------------------------------





If one among you has Wysywig and wishes to also test with D2 or D3, you will see that the two files of origin do not function and I do not understand why because all the data specific to the projectors are perfectly exact there.
Without light, it's just radio...

Who is online

Users browsing this forum: No registered users and 43 guests