Some commands aren't working

Helyx

Active Member
Hallo Everyone,

i want to read out the Value of a DMX Channel (or a normal channel) and assign it to an parameter. Lets say to MASTER.BPM

In the help file are some examples, but they dont seem to work.
What are to correct commands to read out the value of a DMX Channel / Channel.
Dmx(2) or DmxIn(2) dont work.
I'm using Beyond 603

Greetings
 

Attachments

  • forum.jpg
    forum.jpg
    46.3 KB · Views: 17
Last edited:
I recommend to try this code:

WaitForDmx 10
Master.BPM=100+dmx(10)/10
restart


10 is number of DMX channel, 1..2048.
dmx(10) read the value of 10th channel.

Best Regards,

Alexey.
 
In your screenshot the tab with error messages is not visible. Please let me know error message. Also, please esnure that DMX IN enabled.

Best Regards,

Alexey.
 
Back
Top