Visual Productions forum

Author Topic: Mac700 Prisma not released  (Read 2894 times)

September 25, 2010, 03:05:48 AM
Read 2894 times

PeroT

  • Member
  • *
  • Posts: 14
Hi,

Prisma channel on Mac700 Basic does not get released once it is been touched in programmer. It stays on untill rebooting Cuelux.

Regards.

September 27, 2010, 03:54:57 AM
Reply #1

TAHS

  • Member
  • *
  • Posts: 82
I found one mistake in the personality.
Here the complete MAC700:
Code: [Select]
fixture "MAC 700"
angle pan 540
angle tilt 246
reset
{
offset 0
    on 208,217
    time 4
}
lamp
{
offset 0
    pulse
    on 228,237
    off 248,255
    time 4
}
shutter
{
offset 0
    on 0,19
}
strobe
{
offset 0
    control 72,50
    random 187,128
    pulse 99,80
reserved 100,119 191,202
    min 1
    max 23
}
dimmer msb 1 0,255
mode "16-bit Basic Mode"
color cyan 2 0,255
color magenta 3 0,255
color yellow 4 0,255
color
{
offset 5
slot 154,158 CLR_RED
slot 159,163 CLR_CTC_2K9
slot 164,168 CLR_CTC_3K2
slot 169,173 CLR_GREEN_LIGHT
slot 174,178 CLR_ORANGE
slot 179,183 CLR_PINK
slot 184,188 CLR_GREEN
slot 189,193 CLR_BLUE
slot 194,198 CLR_WHITE
scroll 219,199
}
gobo
{
offset 6
slot 0 GB_OPEN static
slot 12 rotate_cw 36 rotate_ccw 36 GB_CYCLONE rotating
slot 16 rotate_cw 40 rotate_ccw 40 GB_WINDMILL rotating
slot 20 rotate_cw 44 rotate_ccw 44 RSG_33301sm rotating
slot 24 rotate_cw 48 rotate_ccw 48 RSS_79054sm rotating
slot 28 rotate_cw 52 rotate_ccw 52 MAR_WATER_4 rotating
slot 32 rotate_cw 56 rotate_ccw 56 MAR_FLAMES_6 rotating
scroll 204,229
random 255,241
index msb offset 7 0,255 angle 395
index lsb offset 8 0,255
rotation msb offset 7 stop 0 cw 3,127 ccw 252,128
rotation lsb offset 8 0,255
}
gobo
{
offset 9
slot 202,194 GB_OPEN static
slot 113,121 MAR_TWO_TONE static
slot 122,130 MAR_LEAF_BREAKUP_MEDIUM static
slot 131,139 MAR_BIO static
slot 140,148 MAR_WORMS static
slot 149,157 MAR_NINESTAR static
slot 158,166 MAR_SPLODGE static
slot 167,175 MAR_TYE_DYE static
slot 176,184 MAR_TRIANGLES_2 static
slot 185,193 MAR_CRACKLE static
scroll 221,203
random 255,241
}
preset 10 0
preset 11 0
preset 12 0
prism
{
offset 13
slot 0,19 150,255 facet 1 static
slot 84 facet 3 rotating
rotation msb offset 13 relative 64
}
iris msb 14 77,0
focus msb 15 255,0
zoom msb 16 255,0
position pan msb 17 0,255
position pan lsb 18 0,255
position tilt msb 19 0,255
position tilt lsb 20 0,255
preset 21 0
preset 22 0
mode "16-bit Extended mode"
dimmer lsb 2 0,255
color cyan 3 0,255
preset 4 0
color magenta 5 0,255
preset 6 0
color yellow 7 0,255
preset 8 0
color
{
offset 9
slot 154,158 CLR_RED
slot 159,163 CLR_CTC_2K9
slot 164,168 CLR_CTC_3K2
slot 169,173 CLR_GREEN_LIGHT
slot 174,178 CLR_ORANGE
slot 179,183 CLR_PINK
slot 184,188 CLR_GREEN
slot 189,193 CLR_BLUE
slot 194,198 CLR_WHITE
scroll 219,199
}
preset 10 0
gobo
{
offset 11
slot 0 GB_OPEN static
slot 12 rotate_cw 36 rotate_ccw 36 GB_CYCLONE rotating
slot 16 rotate_cw 40 rotate_ccw 40 GB_WINDMILL rotating
slot 20 rotate_cw 44 rotate_ccw 44 RSG_33301sm rotating
slot 24 rotate_cw 48 rotate_ccw 48 RSS_79054sm rotating
slot 28 rotate_cw 52 rotate_ccw 52 MAR_WATER_4 rotating
slot 32 rotate_cw 56 rotate_ccw 56 MAR_FLAMES_6 rotating
scroll 204,229
random 255,241
index msb offset 12 0,255 angle 395
index lsb offset 13 0,255
rotation msb offset 12 stop 0 cw 3,127 ccw 252,128
rotation lsb offset 13 0,255
}
gobo
{
offset 14
slot 202,194 GB_OPEN static
slot 113,121 MAR_TWO_TONE static
slot 122,130 MAR_LEAF_BREAKUP_MEDIUM static
slot 131,139 MAR_BIO static
slot 140,148 MAR_WORMS static
slot 149,157 MAR_NINESTAR static
slot 158,166 MAR_SPLODGE static
slot 167,175 MAR_TYE_DYE static
slot 176,184 MAR_TRIANGLES_2 static
slot 185,193 MAR_CRACKLE static
scroll 221,203
random 255,241
}
preset 15 0
preset 16 0
preset 17 0
prism
{
offset 18
slot 0,19 150,255 facet 1 static
slot 84 facet 3 rotating
rotation msb offset 18 relative 64
}
iris msb 19 77,0
iris lsb 20 255,0
focus msb 21 255,0
focus lsb 22 255,0
zoom msb 23 255,0
zoom lsb 24 255,0
position pan msb 25 0,255
position pan lsb 26 0,255
position tilt msb 27 0,255
position tilt lsb 28 0,255
preset 29 0
preset 30 0
Please copy/paste this in your FXT file and delete the old MAC700 fixture in that file.

The thing what was wrong, was this:
Code: [Select]
prism
{
offset 13
slot 0,19 150,255 facet 1 static
slot 84     facet 3 rotating
rotation msb offset 13 relative 64
}
By rotation msb was the offset set to 11 and not to 13.

I also have changed slot 84 facet 3 rotating the 84 was first set to 80.

In the DMX-monitor it looks now OK.
I hope this will solve your release.
With Best Regards,
Marten

September 27, 2010, 05:38:40 PM
Reply #2

PeroT

  • Member
  • *
  • Posts: 14
Hi,

Thank you for profile. However, i found that prisma is releasing when i change slot value from 84 to 0.
Real Fixture profile editior is  obviously needed. :)

Regards

September 27, 2010, 05:46:04 PM
Reply #3

Bart van Wunnik

  • Member
  • *
  • Posts: 221
    • CompYouServ
We are currently working on the fixture editor :)
Bart van Wunnik


September 28, 2010, 09:44:02 PM
Reply #4

PeroT

  • Member
  • *
  • Posts: 14
Good to hear that.

 

SMF spam blocked by CleanTalk