08-26-2011 04:05 AM
08-26-2011 04:07 AM
NO text => No answer...
08-26-2011 04:11 AM
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.
08-26-2011 04:36 AM
Hi,
could you post a vi which describes how you acquire datas ?
Best regards,
08-26-2011 04:53 AM
Hello,
Check the attached VI this will work for you.
08-30-2011 08:17 PM
Hello.
Your VI is in the later version.
I'm not able to see the VI.
Perhaps a screenshot would be sufficient ?
08-30-2011 08:21 PM
Our LabVIEW is in version 9.0.1
We are unable to see your VI because it was done in version 10.
08-31-2011 09:38 AM
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.
08-31-2011 08:24 PM
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.
08-31-2011 11:47 PM