Robots in Architecture Forum

KUKA|prc - parametric robot control for Grasshopper => Support => Topic started by: ziqiuhuang on August 16, 2023, 01:25:42 PM

Title: Wireless UDP Connection
Post by: ziqiuhuang on August 16, 2023, 01:25:42 PM
Hello,
I try to combine movement with I/O and realize real-time control.

We have a OPCUA client in sunrise for real-time communication.
I try to use UDP for communication because it is simple and easy to realize.

I wonder if UDP can connect with PC in wireless.
Best regards,
Ziqiu
Title: Re: Wireless UDP Connection
Post by: Johannes @ Robots in Architecture on August 16, 2023, 01:28:44 PM
Hello,

The UDP stuff is super simple (and was very rapidly implemented for a workshop). But if you can live with the limitations I don't see any problem using it wirelessly - we either use Servoing or regular motion types, so there is no hard real-time stuff that would complain about a few milliseconds of additional latency.

Best,
Johannes