Page 1 of 1

Put Hexadecimal message in UDP out?

PostPosted: Sun Feb 16, 2020 2:29 pm
by rubendesnoo
Hi, I want to send a message to an device that can receive UDP messages.
I works perfectly with a script button and with the script out node, see attached file.

But I would like to send a contant string of messages, so I can connect an fader to the value in this message.

I see the option 'update permanently'in the UDP out node, butthe message I would like to send doesn't work with this node.

How do I program his?

Or is there another way to send constantly changing values in UDP messages?

Best regards

Re: Put Hexadecimal message in UDP out?

PostPosted: Tue Feb 18, 2020 11:14 pm
by justyn roy
Hi Ruben,

What message are you trying to change - is it the value of the fader you want to pass to the output of the UDP message?


Regards,

Re: Put Hexadecimal message in UDP out?

PostPosted: Mon Feb 24, 2020 11:16 am
by rubendesnoo
Yes, thats what I am trying to do, already figure this out with a variable..... but it needs to be hexadecimal. How do I translate decimal to hexadecimal in WD?

Re: Put Hexadecimal message in UDP out?

PostPosted: Thu Feb 27, 2020 10:30 pm
by Benni_M
You can add a action Script and send a command if the Fader Value Changed.

For conversion you can use VReplaceNumberByHexCode and the string is Fader1.Value.
Pass this in a Variable and add these variable to you send string.