LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading analog input, using values and saving data

I need help with my program, you can found it attached to this message.
So, maybe i should use these "AI config", "AI Start", "AI Read" and "AI Clear" ? How to do that?
Second thing is: how i can save data to the columns?
First column to linear sensor, values are in rows
Second column to Pressure sensor, values are in rows
delimiter is tab

If you found some solutions to make my program better, i would be happy
Thank you.
0 Kudos
Message 1 of 4
(2,905 Views)
I have used AI one point for analog inputs with the AT-MIO card. It works well.
0 Kudos
Message 2 of 4
(2,898 Views)
For saving data in columns you could probably use an "end of line constant" It looks like an enter key. I will try to attach a file where I gather data, tab delineated and the use the above to get me on the next row, after I have collected several data points.

Hope this helps,
Everett
0 Kudos
Message 3 of 4
(2,889 Views)
Thank for your answer,
I know that i can use that, but then my sampling rate is same as "wait for ms" ?
minimum is 1 ms and if i take it away, i dont know what is my sampling rate?
I want that my sampling rate is 1 KHz -> 0.1 ms
0 Kudos
Message 4 of 4
(2,881 Views)