NO text => No answer...
I have data acquisition, and I'm trying to get the data stored in the array(memory) out to an indicator on the front panel.
Right now, I have done the Read Spreadsheet from File.
My programme is executed and prompted to save after the acquisition.
The sub VI i've made will prompt me to read from a file.
So, I obviously want to read the file that I've just saved.
So, my concern is, whether if I could get the data from the array(memory) directly, without reading the text file.
I just need to get the maximum data at that particular degree.
Please refer to the attachment on the above post.
I don't know why there isn't any words displayed.
So, for example, in my attachement,
The maximum data is 5.0788086 on the 2nd column.
I want to get the degree out which is 160 degrees, out to my front panel to an indicator.
How do I achieve this ?
Your help is greatly appreciated.
Hi,
could you post a vi which describes how you acquire datas ?
Best regards,
Hello,
Check the attached VI this will work for you.
Hello.
Your VI is in the later version.
I'm not able to see the VI.
Perhaps a screenshot would be sufficient ?
Our LabVIEW is in version 9.0.1
We are unable to see your VI because it was done in version 10.
Your question does not make much sense. The data in memory is what you are writing to a file. If you don't want to read the file, why are you saving it? You can obviously do anything you want to the data whether it is saved or not.
The text file serves as an logging file.
What I'm trying to do now, is getting the data from the XY graph and insert into the indicator, before even saving the text file.