LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is UDP fast or no?

Hi
 How I do one aplication in UDP mode capeble to aquire a 60Hz sign online?
 I do one hardware with dspic (Microchip)with 200ksamples AD converter and enc28j60 (stand-alone Ethernet Controller with SPI interface) at rate up 10Mbps and one LabView aplication in UDP mode with online aquisition byte at byte. At all I dont have one sample better that 333bps, what happen?
 
 
0 Kudos
Message 1 of 2
(2,435 Views)
Probably, the overhead of the message packages cause bandwith problems. Try to send the data per 10-500 bytes per message. You can also gain a bit by sending the data as singles, in stead of dubbles.

Regards,

Wiebe.
0 Kudos
Message 2 of 2
(2,393 Views)