Double dmx address with one channel fixture [fixed]

declare your lighting equipment
Post Reply
thorehl
Posts: 233
Joined: 20 January 2015, 22:16

Double dmx address with one channel fixture [fixed]

Post by thorehl »

Image
@ 640x480

Image
@ 1680x1050

Image
@3360x1050
(multiscreen)


@Support, didn't we address this a few years ago or didn't we find its source?
Why is there double dmx address in every "tile" even though there isn't space and the fixture span is one ?
Thore
lydlys.com - Freelance sound & light engeneer
Using HW: D1024 & D512
Controller: 2x Akai APC mini
my DIY light mixer
support
Administrateur
Posts: 10645
Joined: 07 December 2009, 16:32

Re: v9.1.0.0 and backwards

Post by support »

It looks like this simply because there is not enough room to show all (first and last) dmx addresses.
We add in the ToDo list: "do not display any dmx address when the box is too small"
The Lighting Controller
thorehl
Posts: 233
Joined: 20 January 2015, 22:16

Re: Double dmx address in every "tile"

Post by thorehl »

Code: Select all

if ( $dmx[0] == $dmx[1] ) 
   unset $dmx[1];
endif
or

Code: Select all

if ($dmx[0] == $dmx[1] )
  set $dmx[1] = "";
endif
//To everyone else.. this is not actual code :p
Thore
lydlys.com - Freelance sound & light engeneer
Using HW: D1024 & D512
Controller: 2x Akai APC mini
my DIY light mixer
support
Administrateur
Posts: 10645
Joined: 07 December 2009, 16:32

Re: Double dmx address in every "tile"

Post by support »

The Lighting Controller
thorehl
Posts: 233
Joined: 20 January 2015, 22:16

Re: Double dmx address with one channel fixture [fixed]

Post by thorehl »

Works perfectly! Thanks!
Thore
lydlys.com - Freelance sound & light engeneer
Using HW: D1024 & D512
Controller: 2x Akai APC mini
my DIY light mixer
Post Reply

Return to “Editor - Fixtures”