LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using OpenG to save/load cluster

I'm trying to use OpenG to save and load cluster values... but not sure how it should work. I've tried the attached vi, but it's giving me an unexpected file type. I'm sure I'm trying to impliment this wrong, but wondering what's the right way to do it.

 

Anybody have a good working example of how to do this?

 

Using Labview 8.6.1 with OpenG Toolkit 1.0.0.5. 

0 Kudos
Message 1 of 2
(2,018 Views)

You are not sending the functions a valid file path.  Instead you are sending it the application default directory.

 

Create a file path control on your front panel and use that instead.

 

Don't forget to close your file when you are done reading from or writing to it.

0 Kudos
Message 2 of 2
(2,005 Views)