02-06-2024 02:59 AM
Hi,
I need to read data at fast data rate. But now i got data missing while data rate is high. If data rate is less it reds correctly . But got missing when increasing the data rate. How to solve my issue?
Thanks and Regards
Parvathi
02-06-2024 03:10 AM - edited 02-06-2024 03:12 AM
Hi Pavarthi,
@Parvathiiii wrote:
I need to read data at fast data rate. But now i got data missing while data rate is high. If data rate is less it reds correctly . But got missing when increasing the data rate. How to solve my issue?
Use shift registers to hold&collect data.
Update frontpanel more seldomly...
You don't need to convert U8 data to string just to create an I32 value from 4 U8 elements...
Please don't maximize window sizes, that's just annoying...
02-06-2024 06:22 AM
can you try to send and receive your data using multiple udp ports?
I can't anticipate if that is an option for you
your attached .vi is obviously the receiver.
what is your sender?
it is important to know if your sender is another labview program, which can be altered, or a device, which usually can't be altered.