05-10-2013 02:15 AM
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.
05-10-2013 01:30 PM
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.