ni.com checkout is currently experiencing issues.

Support teams are actively working on the resolution.

LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with trying to read more than one input.

I've tried to read 2 Temperature sensor, LM35.

It comes out right from Arduino Serial Communication window, but not in Labview,

Someone told me that from my Arduino project, i am sending more than one value, but I didn't analyse the incoming data to split up the values. He suggest to send fixed string with the data so that I know how many bytes I should receive and how to split up the data.

However, I still didn't understand how to send the "fixed string" and how many bytes I should receive.

Please help me.

Download All
0 Kudos
Message 1 of 2
(2,653 Views)

You are essentially reading random values from VISA.

If you use LIFA, it becomes extrememly simple.  The attached VI will do everything that you are trying to do (without the table) when using LIFA.

0 Kudos
Message 2 of 2
(2,461 Views)