According to the documentation:
Example:
DisplayPopup Dmx(10) // display the value of 10th DMX channel.
All I get is 0.00 no matter what channel 10 is set to.
I've also tried:
Example:
Position Dmx(10, -100, 100), Dmx(11, -100, 100), Dmx(12, -100, 100)
just to verify that it's not a displaypopus problem. Still. No effect on position no matter what the dmx channels are set to.
What am I missing?
or is dmx(channel) just not working?
UPDATE:
apparently you can read the DMX channel values using dmxOutput.XX although it seems they coded it with a zero index so you need to use dmxOutput.9 to read channel 10.
Example:
DisplayPopup Dmx(10) // display the value of 10th DMX channel.
All I get is 0.00 no matter what channel 10 is set to.
I've also tried:
Example:
Position Dmx(10, -100, 100), Dmx(11, -100, 100), Dmx(12, -100, 100)
just to verify that it's not a displaypopus problem. Still. No effect on position no matter what the dmx channels are set to.
What am I missing?
or is dmx(channel) just not working?
UPDATE:
apparently you can read the DMX channel values using dmxOutput.XX although it seems they coded it with a zero index so you need to use dmxOutput.9 to read channel 10.