Hi!
In the DVC Gold datasheet (https://eu-litterature.n-g.co/Release/d ... eet_en.pdf) it says that
"The controller can be connected to an existing automation system using a local area network (LAN) and triggered via UDP packets on port 2430."
For more info about that it further says: "Refer to the remote protocol document for more information."
Where can I find this document? Please post a link here @simonB @TomHat. Thanks!
Best regards
DVC GOLD UDP Triggering
Re: DVC GOLD UDP Triggering
Hello,
I need these information, too.
So please be so good and send the link
Thank you in advance.
Best regards.
I need these information, too.
So please be so good and send the link
Thank you in advance.
Best regards.
Re: DVC GOLD UDP Triggering
Hello,
Sorry for the late reply.
Here is the document you need : https://eu-litterature.n-g.co/Release/s ... ontrol.pdf.
Hope this helps.
Best regards,
Sorry for the late reply.
Here is the document you need : https://eu-litterature.n-g.co/Release/s ... ontrol.pdf.
Hope this helps.
Best regards,
TomHat
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500
Re: DVC GOLD UDP Triggering
Hello TomHat,
thanks, helps a lot.
When the DVC Gold is in stand alone after power up, receive it the UDP commands sendet e.g. from a Streamdeck or receive DVC only in live mode UDP commands?
Thanks again.
Best regards.
thanks, helps a lot.
When the DVC Gold is in stand alone after power up, receive it the UDP commands sendet e.g. from a Streamdeck or receive DVC only in live mode UDP commands?
Thanks again.
Best regards.
Re: DVC GOLD UDP Triggering
Hello,
The UDP commands are only handled by the DVC Gold in Stand Alone mode.
Regards,
The UDP commands are only handled by the DVC Gold in Stand Alone mode.
Regards,
TomHat
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500
Re: DVC GOLD UDP Triggering
Thanks a lot for the document!
Re: DVC GOLD UDP Triggering
So, I've managed to do the following:
I've built a MIDI 2 UDP Transceiver using an ESP32.
I can send MIDI notes from OnSong to the transceiver and it translates them into HEX codes from the document linked above. It works flawlessly so far, but only for the buttons A1-10.
How can I address B1-10 and C1-10 via HEX-Codes? I would like to make use of all the available scene storage.
Thanks!
Best regards,
Ben
I've built a MIDI 2 UDP Transceiver using an ESP32.
I can send MIDI notes from OnSong to the transceiver and it translates them into HEX codes from the document linked above. It works flawlessly so far, but only for the buttons A1-10.
How can I address B1-10 and C1-10 via HEX-Codes? I would like to make use of all the available scene storage.
Thanks!
Best regards,
Ben
Re: DVC GOLD UDP Triggering
Hello,
You need to know that once your scenes are written into the memory of your device, they are saved in order of the zones they are in.
So if you have 10 scenes in each zone :
- scenes 1-10 from zone A will be index 00-09
- scenes 1-10 from zone B will be index 10-19
- scenes 1-10 from zone C will be index 20-29
It's like they are all in the same list when you're looking to trigger them via UDP command.
Hope this helps.
Regards,
You need to know that once your scenes are written into the memory of your device, they are saved in order of the zones they are in.
So if you have 10 scenes in each zone :
- scenes 1-10 from zone A will be index 00-09
- scenes 1-10 from zone B will be index 10-19
- scenes 1-10 from zone C will be index 20-29
It's like they are all in the same list when you're looking to trigger them via UDP command.
Hope this helps.
Regards,
TomHat
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500
--
Daslight Support
Mail : [email protected]
Phone (French) : +33 (0) 616 427 588
Phone (English) : +44 (0) 7 481 811 500