Visual Productions forum

Author Topic: Own fixture  (Read 1399 times)

April 26, 2014, 10:31:19 PM
Read 1399 times

AxelF

  • Member
  • *
  • Posts: 152
Hi,

I am just programming a motion controller. The dmx layout is created by myself.

Currently I have:

Ch0: Position
CH1: Speed
CH2: if (val == 42 ) manual control
CH3: if (val == 255 ) set top position
CH4: if (val == 255 ) set bottom position
 
Now I try make a corresponding CueluxPro fixture

<model label="Traverse" angle_pan="1" angle_tilt="255">
      <changelogs>
           <change username="Axel Schroer" notes="Initial version" date="2014-02-04" time="00-00-00-00" />
      </changelogs>
      <part attribute="Position">
           <range function="Tilt MSB" offset="0">0,255</range>
           <range function="Speed" offset="1">0,255</range>
      </part>
      <part attribute="Macro">
           <range function="On" offset="2">42,43</range>
      </part>
 
....

</model>

The switch to "manual control" via the macro is not bad.

Unfortunately I cannot find any way to have a button, which outputs 255 as long as I press it and 0 it I don't press it.

Regards
Axel

April 27, 2014, 02:07:23 AM
Reply #1

AthenaProductions

  • Member
  • *
  • Posts: 3
That looks super interesting to a programmer such as myself. Can you share the entire script somehow? Is there a webpage that describes how this works? Thanks.

- Bill

 

SMF spam blocked by CleanTalk