06-19-2024 08:35 AM
I have a UDP frame (the data part in Wireshark see ScreenShot). I can read it with LabView. However, we would like to know how the control frame is composed so that we can control the ServoMotor directly via Labview.
Is there any information on the composition of UDP frames?
If not, how is it possible to control a ServoMotor via Labview without using UDP frames?
06-19-2024 08:52 AM
Hi Julie,
@julieberg wrote:
Is there any information on the composition of UDP frames?
The data part is defined by the sender of those UDP messages.
What do you know about the sender?
@julieberg wrote:
If not, how is it possible to control a ServoMotor via Labview ... ?
Read the manual of your "ServoMotor" and implement the communication as described in this manual!