cancel
Showing results for 
Search instead for 
Did you mean: 

Get data from Memory in array

ThePotatoMan
Member

Get data from Memory in array

Message contains an attachment

 

 

 

 

 

 

 

 

 

 

 



9 REPLIES 9
ramses64
Active Participant

Re : Get data from Memory in array

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

NO text => No answer...

V-F
ThePotatoMan
Member

Re: Get data from Memory in array

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.

ramses64
Active Participant

Re: Get data from Memory in array

Hi,

could you post a vi which describes how you acquire datas ?

Best regards,

V-F
Highlighted
Himanshu_Goyal
Active Participant

Re: Get data from Memory in array

Message contains an attachment

Hello,

 

Check the attached VI this will work for you.

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
ThePotatoMan
Member

Re: Get data from Memory in array

Hello.

 

Your VI is in the later version.

 

I'm not able to see the VI.

 

Perhaps a screenshot would be sufficient ?

ThePotatoMan
Member

Re: Get data from Memory in array

Our LabVIEW is in version 9.0.1

 

We are unable to see your VI because it was done in version 10.

 

 

Dennis_Knutson
Knight of NI

Re: Get data from Memory in array

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.

ThePotatoMan
Member

Re: Get data from Memory in array

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.

 

 

Dennis_Knutson
Knight of NI

Re: Get data from Memory in array

An XY Graph is an indicator. It is simply a cluster with an X array and a Y array. Displaying that is trivial. Attach your code because your description of the problem is confusing.