LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save the array elements

hi,every body

 

I need to save the array elements,for later use,can you tell me how?

 

0 Kudos
Message 1 of 5
(3,124 Views)

Hi tinamoli,

 

You need to give us more info on what you mean by "later use".  Do you want to access the array later in the program (if so use the 1-D Array data wire)?  Do you want to use it in another program running concurrently (You can use a queue, a notifier, a shared varialbe, a global variable, an action engine...)?  Do you want to access it later (You can write it to file).  The more specific you are the better help you will get.

 

Regards

0 Kudos
Message 2 of 5
(3,118 Views)

You will need to be more specific. What kind of array? Array of strings, numbers, clusters, references, kumquats?

 

If you have just an array of numbers, or strings, use the Write to Spreadsheet File function. 

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 3 of 5
(3,117 Views)

here you go.

Message Edited by Root Canal on 10-21-2008 02:50 PM

global variables make robots angry


Message 4 of 5
(3,096 Views)
For those just starting out in LabVIEW: Please note that in the above example the sequence structure is completely unnecessary. Smiley Wink
Message 5 of 5
(3,081 Views)