Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

i/o channels specified in configuration file

In my program, I have a arrays of channel controls where the user can specify the i/o channels to use. I would like to use a configuration file so that the program can remember changes the user makes. Is this possible? I can't figure out any way to convert a DAQ tradition channel variable to a variable able to be stored using the configuration file VI's. Is there any other way to do it?
0 Kudos
Message 1 of 3
(2,520 Views)
There are a couple of different ways you can do it. LV allows you to create files with any format you want. Here is one example program that I grabed off of another post. This program saves the everything.

I hope this helps.

Joshua
0 Kudos
Message 2 of 3
(2,520 Views)
Thanks Joshua, this helped a lot. It was the flatten to string that I was missing.

Paul
0 Kudos
Message 3 of 3
(2,520 Views)