How does LXConsole handles the percent vs. dmx value ?
Is there a way to send discrete DMX values instead of a percentage ?
I may be wrong, but I found out that while it isn't so important with conventional lighting, LEDs fixtures tends to need this fine control.
Thanks
Matthieu
percent vs. dmx value
The latest build of LXConsole adds the ability to specify levels in 0-255 as well as regular percent and hex formats. The following command lines are the same:
1@50
1@H80
1@D128
Note: The USITT ASCII Specification says that dmx_level = round( percentage * ( 255/100) )
The Track Sheet will now display levels in all three of these formats.
1@50
1@H80
1@D128
Note: The USITT ASCII Specification says that dmx_level = round( percentage * ( 255/100) )
The Track Sheet will now display levels in all three of these formats.