LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i save the output array of the invoke node "commands values" into a specific file

Hello,

Well I think I could use the data logging but my goal is to save and load data in a VI wich call other ones by a subpanel.
Actually i've build a VI wich call differents tests instruments and drive them in the same time. So if i call 3 instruments and if I want to save their commands values the data logging will find no subVI, I think.

Must i transform my principal VI into a SubVI to make it run?

Thank you

Alex
0 Kudos
Message 11 of 12
(620 Views)
If you are using SubPanels to call the VI that you want to load the values in then I would lean away from the VI Data logging.

You can enable the data logging so that the VI automatically saves its controls, and then you can read in all those values and set it using the actual read/write VIs, but in your case I believe the other solutions offered will be easier and better.
0 Kudos
Message 12 of 12
(616 Views)