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...