LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I load a configuration file in MAX 3.1.1 programmaticaly?

Hi,

I stored a lot of configuration files for all the different projects we used. How can I load theese files programmaticaly from LabVIEW or from TestStand?

Thank you in advance.

C. Dietz
Christian

Test Engineering
digades GmbH
www.digades.com
0 Kudos
Message 1 of 3
(2,909 Views)
I asked this same question some time ago and the answer from NI was no. If you find a way Please let me know



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 3
(2,894 Views)
I use the following work around in Labview:

I have many different camera's which I wish to use with one program.
I have an imaq 1409 PCI.
By default it uses img0 to aqcuire images.
But you can also select a different Interface name in your program.
So I have created an interface description file for each different camera.
for instance "mycamera.iid"
and a corresponding camera description file
for instance "mycamera.icd"

Now by calling vi's like imaq init with a string named "mycamera" as Interface Name, the program uses the mycamera.iid file.
In MAX I made sure that mycamera.iid has mycamera.icd as default channel 0, so this also gets selected.

If you work with something else than camera's please specify, but it should work the same way.

good luck,
Arend
0 Kudos
Message 3 of 3
(2,880 Views)