LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer signal from UDP

Hello. In my project it is necessary to transmit a signal from PXI to the ADC NI5783 to another computer using the UDP protocol. To solve this problem, I used the standard example of simple UDP. But I had a problem with the timing of the signal. How to make the signal synchronization on the second computer?

0 Kudos
Message 1 of 3
(1,932 Views)

I don't think you'll be able to.  Network communications aren't deterministic, and certainly not UDP which can't even guarantee the signal will arrive.

0 Kudos
Message 2 of 3
(1,903 Views)

UDP is an undeterministic protocol. Wouldnt it be possible to implement the same using TCP?

0 Kudos
Message 3 of 3
(1,860 Views)