LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get data from Memory in array

 

 

 

 

 

 

 

 

 

 

 



0 Kudos
Message 1 of 10
(3,229 Views)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

NO text => No answer...

V-F
0 Kudos
Message 2 of 10
(3,225 Views)

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.

0 Kudos
Message 3 of 10
(3,222 Views)

Hi,

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

Best regards,

V-F
0 Kudos
Message 4 of 10
(3,215 Views)

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!!!
0 Kudos
Message 5 of 10
(3,209 Views)

Hello.

 

Your VI is in the later version.

 

I'm not able to see the VI.

 

Perhaps a screenshot would be sufficient ?

0 Kudos
Message 6 of 10
(3,173 Views)

Our LabVIEW is in version 9.0.1

 

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

 

 

0 Kudos
Message 7 of 10
(3,172 Views)

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.

0 Kudos
Message 8 of 10
(3,151 Views)

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.

 

 

0 Kudos
Message 9 of 10
(3,132 Views)
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.
0 Kudos
Message 10 of 10
(3,123 Views)