Results 1 to 22 of 22
percent vs. dmx value is being discussed in the ControlBooth Lighting and Electrics forum; Hey guys, I did a quick search for this and didn't see anything. I was wondering if anyone had a ...

  1. #1


    Join Date
    Nov 2009
    Posts
    29
    Thanks
    0
    Thanked 1 Time in 1 Post

    Computer percent vs. dmx value

    Hey guys, I did a quick search for this and didn't see anything.
    I was wondering if anyone had a conversion table for DMX values and what they compare to in percentage. I use a ETC Express 48/96 and we just got some LED lights and it would ease up programming.

    Thanks for your help,
    Bobby

  2. The Following User Says Thank You to Bobby For This Useful Post:

    sleepy (February 27th, 2013)

  3. #2
    Senior Team  Premium Member 
    Footer's Avatar
    Join Date
    Nov 2005
    Location
    Saratoga Springs, NY
    Occupation
    Production Coordinator
    Posts
    7,677
    Thanks
    2
    Thanked 546 Times in 440 Posts

    Default Re: percent vs. dmx value

    its essentially 2.5 in value to 1%. DMX is a 8bit protocol so you have 255 values in a given DMX slot.
    Kyle Van Sandt
    Production Coordinator
    The Egg
    Van Sandt Designs

    "Pull rope, push box, push button, get a banana."

  4. #3

    coldnorth57's Avatar
    Join Date
    Jun 2008
    Location
    Prince George BC Canada
    Occupation
    Entrainment Technician
    Posts
    196
    Thanks
    7
    Thanked 4 Times in 4 Posts

    Default Re: percent vs. dmx value

    it is just simple math 256/100 = X/% so if you want 50% then divid 256 by 2 and that gives you 128 and this works for all % points

  5. #4
     Premium Member 


    MNicolai's Avatar
    Join Date
    Mar 2008
    Location
    Milwaukee Metro Area
    Posts
    1,956
    Thanks
    83
    Thanked 207 Times in 148 Posts

    Default Re: percent vs. dmx value

    Not really a table, but it's just 255/100 = 2.55/1%. So if you want 50%, quick math gets you to ~127.

    +5% = 12.75
    +10% = 25.5

    5% - 12.75
    10% - 25.5
    15% - 38.25
    ...
    ...
    90% - 229.5
    95% - 242.25
    100% - 255

    Most of the time if you do the quick math in your head, that'll get you close enough to the values you want. Granted, it's easier mentally going from percentage to DMX value than the other way around. If you really want a table though it'd take about a minute to make in Excel to whatever level of precision you, be it for every percentage point or every 5 or 10 percentage points.
    Mike Nicolai
    Milwaukee, WI

  6. #5
     Premium Member 
    starksk's Avatar
    Join Date
    Mar 2009
    Location
    Madison, WI
    Occupation
    Technical Support Specialist
    Posts
    435
    Thanks
    49
    Thanked 81 Times in 65 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by MNicolai View Post
    Not really a table, but it's just 255/100 = 2.55/1%. So if you want 50%, quick math gets you to ~127.
    [...]
    ...
    90% - 229.5
    95% - 242.25
    100% - 255

    Most of the time if you do the quick math in your head, that'll get you close enough to the values you want. Granted, it's easier mentally going from percentage to DMX value than the other way around. If you really want a table though it'd take about a minute to make in Excel to whatever level of precision you, be it for every percentage point or every 5 or 10 percentage points.
    A good thing to note here is that different console models have different ways of handling the rounding that is necessary because there is no such DMX value as 242.25 (for example). Some consoles actually do the math and round up, some round down, and most have a table that is referenced in the console's deep level of programming code that tells it what to output at each percentage point.

    To make life more complicated, there is not a "standard" table that every manufacturer uses, or even that is necessarily used between console lines of the same manufacturer.

    Moral of the story: Using the division method will get you close, but you may need to do some tweaking to get exactly what you need.
    Kirk Starks
    Technical Support Specialist
    ETC, Inc.

  7. #6


    Join Date
    Nov 2009
    Posts
    29
    Thanks
    0
    Thanked 1 Time in 1 Post
    Thread Starter

    Default Re: percent vs. dmx value

    Thanks guys!

  8. #7


    Join Date
    Dec 2008
    Location
    New York, NY
    Occupation
    Programmer
    Posts
    753
    Thanks
    34
    Thanked 47 Times in 39 Posts

    Default Re: percent vs. dmx value

    I just wanted point out what others might have noticed in the above posts. Some people are using 255 and some are using 256. While 1 out of 256 is very small and not too noticeable, the correct value is 256. Like someone said, it is 8-bit, or 2^8, or 256. I am going to assume that people are making this mistake because the values we use are 0-255, but that is actually 256 values because 0 counts too!


    -Tim

  9. #8
     Premium Member 


    epimetheus's Avatar
    Join Date
    Apr 2009
    Location
    Houston, TX
    Occupation
    Electrical Engineer
    Posts
    748
    Thanks
    28
    Thanked 37 Times in 33 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by xander View Post
    I just wanted point out what others might have noticed in the above posts. Some people are using 255 and some are using 256. While 1 out of 256 is very small and not too noticeable, the correct value is 256. Like someone said, it is 8-bit, or 2^8, or 256. I am going to assume that people are making this mistake because the values we use are 0-255, but that is actually 256 values because 0 counts too!


    -Tim
    While I agree that 1/256 is very small, the difference between 1/255 and 1/256 is orders of magnitude smaller than that. And, 256 is not a DMX value, it is the number of values available. In DMX land, 255=100, so the correct ratio actually is 255/100. As I'm typing this, I'm discovering how insane it is to be arguing this, so I'm going to stop now.

  10. #9


    Join Date
    Nov 2009
    Location
    Hoboken
    Occupation
    Undergrad
    Posts
    89
    Thanks
    6
    Thanked 5 Times in 4 Posts

    Default Re: percent vs. dmx value

    actually, 255 is right.
    0% = 0 DMX
    100% = 255 DMX

    So, take the percentage and multiply by 255/100 and you'll get the DMX value.

    If we use your conversion factor of 256/100, we get 100% * (256/100) = 256 DMX which is an invalid output.

    Edit: epimetheus, are you calling me insane?

  11. #10
    Senior Team  Premium Member 
    derekleffew's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV, USA
    Occupation
    Academician/Pedantist
    Posts
    5,516
    Thanks
    256
    Thanked 963 Times in 786 Posts

    Blog Entries
    4

    Default Re: percent vs. dmx value

    Quote Originally Posted by epimetheus View Post
    ...In DMX land, 255=100, so the correct ratio actually is 255/100. As I'm typing this, I'm discovering how insane it is to be arguing this, so I'm going to stop now.
    Yep, but even more to drive one crazy...
    0-255 is 256 (2^8) unique values.
    0-65535 is 65536 (2^16) unique values.
    0-100% is 101 unique values.

    And all this time as an LD you thought you only had 100 choices for each channel.
    Good authors too who once knew better words, Now only use four letter words, Writing prose.

  12. #11


    Join Date
    Dec 2008
    Location
    New York, NY
    Occupation
    Programmer
    Posts
    753
    Thanks
    34
    Thanked 47 Times in 39 Posts

    Default Re: percent vs. dmx value

    Thank you dcollins and epimetheus for correcting me. The ratio off 255/100 is correct. I think what triggered my response was in this post:
    Quote Originally Posted by Footer View Post
    its essentially 2.5 in value to 1%. DMX is a 8bit protocol so you have 255 values in a given DMX slot.

  13. #12


    Join Date
    Sep 2007
    Location
    perth W Australia
    Occupation
    President/Owner
    Posts
    718
    Thanks
    24
    Thanked 31 Times in 27 Posts

    Default Re: percent vs. dmx value

    It is rather strange that on 12/24 and 24/48 chinese desks costing $300-500 I can change the display to read dmx or % but not on multi thousand dollar desks.Perhaps ETC could use a Chinese consultant.
    David Ashton
    All Things Theatre
    Perth,Australia

    "for every complex problem there is a solution which is neat, simple,and wrong"
    H. L. Menken

  14. #13
    len
    len is offline


    Join Date
    Oct 2004
    Location
    Chicagoland
    Occupation
    President/Owner
    Posts
    2,334
    Thanks
    29
    Thanked 77 Times in 70 Posts

    Default Re: percent vs. dmx value

    I've been developing a reference for my own use over the last few weeks, showing the rgb % for different colors. The base I have been using is 500+ Named Colours with rgb and hex values and then entering them into a spreadsheet using X/255, not 256. I've been doing this since some of my controllers can do percent and others can't. That doesn't really matter anyway because the number and quality of the respective diodes in the fixture will affect the output, so using the same settings on two different brands of fixture will get you different output.

    I'd be happy to put my efforts up so far on something that could be collaborated on, maybe google worksheets. Is anyone interested?
    http://www.chicagolightingdesign.com
    "I don't feel it's healthy to keep your faults bottled up inside me." - Bucky Katt

  15. #14
     Premium Member 
    starksk's Avatar
    Join Date
    Mar 2009
    Location
    Madison, WI
    Occupation
    Technical Support Specialist
    Posts
    435
    Thanks
    49
    Thanked 81 Times in 65 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by David Ashton View Post
    It is rather strange that on 12/24 and 24/48 chinese desks costing $300-500 I can change the display to read dmx or % but not on multi thousand dollar desks.Perhaps ETC could use a Chinese consultant.
    While there is no further development for the Express line of consoles, our current line of consoles (Congo Family, Eos Family) have the ability to display the DMX value being output.

    No consultant needed
    Kirk Starks
    Technical Support Specialist
    ETC, Inc.

  16. #15
     Premium Member 


    epimetheus's Avatar
    Join Date
    Apr 2009
    Location
    Houston, TX
    Occupation
    Electrical Engineer
    Posts
    748
    Thanks
    28
    Thanked 37 Times in 33 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by starksk View Post
    While there is no further development for the Express line of consoles, our current line of consoles (Congo Family, Eos Family) have the ability to display the DMX value being output.

    No consultant needed
    How would one go about this on an Ion? I know I can go to the Background tab in the About screen. Occasionally though it would be nice to be able to hit a key and have the percent values in the channel display change over to DMX.

  17. #16
     Premium Member 
    starksk's Avatar
    Join Date
    Mar 2009
    Location
    Madison, WI
    Occupation
    Technical Support Specialist
    Posts
    435
    Thanks
    49
    Thanked 81 Times in 65 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by epimetheus View Post
    How would one go about this on an Ion? I know I can go to the Background tab in the About screen. Occasionally though it would be nice to be able to hit a key and have the percent values in the channel display change over to DMX.
    Ok, I guess I should have clarified... You can display what the DMX value is being output from the console (unlike most of Express) but not always from the channel display.

    On Ion, the background tab in the About screen is the way to display that information. If you have a device, you can see what ranges the non-intensity parameters are currently set to (useful if you have palettes referenced) by holding [Data] and if that range was set 0-255, you would see the absolute value there as well.

    Sorry to get your hopes up. I have filed it in as a customer request for the development team to evaluate.
    Kirk Starks
    Technical Support Specialist
    ETC, Inc.

  18. #17
     Premium Member 


    epimetheus's Avatar
    Join Date
    Apr 2009
    Location
    Houston, TX
    Occupation
    Electrical Engineer
    Posts
    748
    Thanks
    28
    Thanked 37 Times in 33 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by starksk View Post
    Ok, I guess I should have clarified... You can display what the DMX value is being output from the console (unlike most of Express) but not always from the channel display.

    On Ion, the background tab in the About screen is the way to display that information. If you have a device, you can see what ranges the non-intensity parameters are currently set to (useful if you have palettes referenced) by holding [Data] and if that range was set 0-255, you would see the absolute value there as well.

    Sorry to get your hopes up. I have filed it in as a customer request for the development team to evaluate.
    Sweet! It's not such a big deal when the fixture definitions are accurate, but I had a heck of a time figuring out a fixture that had a bad definition. I ended up have to switch over to my Artnet->DMX box (Enttec ODE) and the DMX Workbench software to figure out the correct DMX values.

  19. #18
    Senior Team  Premium Member 
    Footer's Avatar
    Join Date
    Nov 2005
    Location
    Saratoga Springs, NY
    Occupation
    Production Coordinator
    Posts
    7,677
    Thanks
    2
    Thanked 546 Times in 440 Posts

    Default Re: percent vs. dmx value

    This is something the Strand 300/500 series did. On the main screen, you could see the true DMX value in the parameter display.
    Kyle Van Sandt
    Production Coordinator
    The Egg
    Van Sandt Designs

    "Pull rope, push box, push button, get a banana."

  20. #19
    CBmod philhaney's Avatar
    Join Date
    Aug 2008
    Location
    Laguna Beach, CA
    Occupation
    Flyman
    Posts
    710
    Thanks
    72
    Thanked 19 Times in 19 Posts

    Default Re: percent vs. dmx value

    I know this is a necropost, but I'm posting to help anyone who comes along and finds this thread in their search for information (I did a Google search for "Convert DMX values to percent" and this thread was the first hit on the list).

    If 100% = 255 DMX (as was previously stated), then 1% = 2.55 DMX. Plugging this into Excel, and rounding off, produced the following table:

    percent vs. dmx value-dmx-percent.gif

    Click the image to get the larger version. This table is not exact, but it should get you in the ballpark.

    Enjoy...
    The ability to make good decisions comes from experience.
    Experience comes from making bad decisions.

  21. #20
    JD
    JD is online now

    JD's Avatar
    Join Date
    Jan 2005
    Occupation
    President/Owner
    Posts
    2,248
    Thanks
    34
    Thanked 186 Times in 167 Posts

    Default Re: percent vs. dmx value

    Quote Originally Posted by David Ashton View Post
    It is rather strange that on 12/24 and 24/48 chinese desks costing $300-500 I can change the display to read dmx or % but not on multi thousand dollar desks.Perhaps ETC could use a Chinese consultant.
    Actually from about $150! You noticed that too? It is strange.

    Anyway, derek is right about the 101 values for 100%, but, we can throw out the 0 DMX = 0%, which is basically "off."
    That leaves us with the other 255 values for the 1 to 100% (100 units), or basically back to the divide by 2.55
    John Dziel
    DAE Concert Lighting
    founded 1971
    Intelligent Lighting Solutions
    "Oh, that switch also fed the Hotel ?"

  22. #21
    Senior Team  Premium Member 
    derekleffew's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV, USA
    Occupation
    Academician/Pedantist
    Posts
    5,516
    Thanks
    256
    Thanked 963 Times in 786 Posts

    Blog Entries
    4

    Default Re: percent vs. dmx value

    Quote Originally Posted by JD View Post
    ... we can throw out the 0 DMX = 0%, which is basically "off."
    But 0% is my almost favorite level, second only to Full, FL, FF, 100%, 255, 65535.
    Good authors too who once knew better words, Now only use four letter words, Writing prose.

  23. #22


    Join Date
    Feb 2011
    Location
    SoCal
    Occupation
    Community College Student/Paid Theatre Aide
    Posts
    257
    Thanks
    2
    Thanked 6 Times in 6 Posts

    Default Re: percent vs. dmx value

    Sometimes I'm my favorite too.
    David Vincent Aldrich
    Irvine, CA

    "Did you ever stop to think, and forget to start again? " ~Winnie the Pooh

    "I have no special talents. I am only passionately curious." ~Albert Einstein

Tags for this Thread

Posting Permissions

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