LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview not updating from Arduino input

Solved!
Go to solution

also check this video https://www.youtube.com/watch?v=J8zw0sS6i1c

about serial communication, and think about the possibiltity to use a end of message character, so you know when you read the serial port, where the message starts and ends. Let's way that the arduino send 2 messages while the computer is doing something else (like acquaring images) and then your serial port will have 2 voltage readings concatenated or half of a message then your data will be lost. 

 

RKO
0 Kudos
Message 11 of 13
(145 Views)

You may need to create a parallel loop with the camera. 

 


You were right. I needed a different parallel loop. Now it works perfectly. 

 

Many thanks, you saved me 😉

0 Kudos
Message 12 of 13
(140 Views)

You are welcome ! 
Can u  kudos my answer pls ? 

0 Kudos
Message 13 of 13
(121 Views)