UDP example

A UDP master slave connection can be implemented as shown in the two snippets below.

Please note that the following UDP packet sizes should not be exceeded:
PC to target: 1kbyte
Target to PC: 50kByte

Slave communications loop. (Running on target)
UDP Slave snippet
drag and drop this VI snippet into a LabVIEW block diagram.

Master loop. (Running on PC)
UDP master snippet
drag and drop this VI snippet into a LabVIEW block diagram.