Page 1 of 1
					
				Double dmx address with one channel fixture [fixed]
				Posted: 17 September 2018, 12:53
				by thorehl
				
@ 640x480

@ 1680x1050

@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 ?
 
			
					
				Re: v9.1.0.0 and backwards
				Posted: 17 September 2018, 14:52
				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"
			 
			
					
				Re: Double dmx address in every "tile"
				Posted: 17 September 2018, 19:39
				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
 
			
					
				Re: Double dmx address in every "tile"
				Posted: 24 September 2018, 17:40
				by support
				
			 
			
					
				Re: Double dmx address with one channel fixture [fixed]
				Posted: 25 September 2018, 11:43
				by thorehl
				Works perfectly! Thanks!