LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Having LabVIEW import into Measurement & Automation Explorer

Here there a way to program this into a Labview program? I'd like to have it so that one of our lab technicians, who do not know how to program labview, can just click on an executable and it will install my DAQ setup. I know how to export these settings out of Explorer, and I could just write step-by-step directions on how to import it into their laptops, but it would be easier for them if I could write an executable that would do it for them. I know Labview pretty well, but I do not know how to code in other languages, like C++. Thanks.
0 Kudos
Message 1 of 3
(2,355 Views)
Hello,
 
I would recommend using MAX Copy Configuration.vi as shown in the following link:
 
Import and Export a MAX Configuration through LabVIEW
 
You could then create an executable from this VI:
 
Building a Stand Alone Executable
0 Kudos
Message 2 of 3
(2,334 Views)
Sweet. I think that is exactly what I was looking for. Thanks.
0 Kudos
Message 3 of 3
(2,329 Views)