blechdom / node-red-contrib-dmxusbpro

2 stars 9 forks source link

Example input #1

Open Florvis opened 5 years ago

Florvis commented 5 years ago

Hi

Is it possible to give an example what should be on the input of the node? Where can I find the "DMX Presets with MongoDB2 and DMXUSBPRO node" example?

Kind Regards Floris

pricard32 commented 4 years ago

Hi Florvis, copy and paste "DMX Presets with MongoDB2 and DMXUSBPRO node" on google and you will find it.

But unfurnatly for me, that didnt help me to understand how to format the input, did you find it?

GaneshBaronAloir commented 3 years ago

From my test I understood that the node takes an array of values as input. The index of each element in the array represents the channel number like so:

[channel1_value, channel2_value, channel_3value, channel4_value]

for a maximum of 512 channels.

Hope that helps