Results 1 to 3 of 3

Thread: 16 bit fixtures in pixelmap

  1. #1

    16 bit fixtures in pixelmap

    Hello,

    I want to make a costum fixture for in pixelmap. I know how to make a 8 bit RGB fixture, but I have to make a 16 bit RGB Fixture. We want to control the Evenled of martin in 16 bit mode.

    Is there somebody how can give me an example how to program it as xlm file.

    Kind regards,

    Erik-Jan Berendsen

  2. #2
    Quote Originally Posted by Ejberendsen View Post
    Hello,

    I want to make a costum fixture for in pixelmap. I know how to make a 8 bit RGB fixture, but I have to make a 16 bit RGB Fixture. We want to control the Evenled of martin in 16 bit mode.

    Is there somebody how can give me an example how to program it as xlm file.

    Kind regards,

    Erik-Jan Berendsen
    ignore the lower bits -

    just treat it as an 8 bit fixture- set the LSB to zero

    the 16bits is pointless...

  3. #3
    Quote Originally Posted by samsc View Post
    ignore the lower bits -

    just treat it as an 8 bit fixture- set the LSB to zero

    the 16bits is pointless...
    its something like this:

    ( i tested this almost a year ago - but i cant remember exactly )



    Code:
    	<Fixture menuname="evenled test" uniqueid="evn1" excelexportid="evn1" pixelwidth="4" pixelheight="4" output="CUSTOM" comment="even 1" channelcount="96" channelsperpixel="6" orientation="BOTTOMLEFT">
    		<channel index="1" output="RED" />
    		<channel index="2" fixedoutput="0" />
    		<channel index="3" output="GREEN" />
    		<channel index="4" fixedoutput="0" />
    		<channel index="5" output="BLUE" />
    		<channel index="6" fixedoutput="0" />
    	</Fixture>

Similar Threads

  1. Using pixelmad 'grid' fixtures
    By samsc in forum PixelMAD Documentation
    Replies: 15
    Last Post: 04-09-2014, 12:23 AM
  2. ArtNet LED Fixtures?
    By corpos12 in forum Catalyst Technology questions
    Replies: 2
    Last Post: 04-08-2009, 11:13 AM
  3. Can I edit Pixel Mad Fixtures using Apple Numbers ?
    By emilianomorgia in forum Catalyst Technology questions
    Replies: 9
    Last Post: 06-11-2008, 04:59 PM
  4. pixel mapped Fixture Controller as regular fixture profile
    By Mick Murray in forum Catalyst Feature requests
    Replies: 1
    Last Post: 18-06-2008, 11:54 PM
  5. Array tools for placing led fixtures
    By litemover in forum Catalyst Feature requests
    Replies: 3
    Last Post: 26-07-2007, 01:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •