Hello everyone.
I'm trying to figure how I can solve a problem on LabView. I've programmed an Arduino board to read and send an array of data from an accelerometer to the serial port. I want LabView to receive the data and graph it. My problem is that Arduino is sending data continuosly and sometimes LabView can't keep up with the flow and read some values as "0".
Is there a way to wait for the data and solve this problem?
I've attached my current vi.
Thank you very much in advance.