LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save "Generate Function Tree" panel data

Hello all,
 
I am using the Built-In CVI feature to create a function panel from my h-file, which works fine. The only problem I have is that each day, after CVI has been relaunched, I need to fill in the same data in the "Generate Function Tree" window (Name, Prefix, Default qualifier, ...). Is there any way the data in these fields can be stored (like modificating some values in the Windows Registry)?
0 Kudos
Message 1 of 3
(3,808 Views)
Wim,
 
Unfortunately there's nothing you can do that will pre-populate the fields in this dialog. The data is not saved in the registry when CVI exits.
 
The only possible workaround I can think of would be for you to write a very simply program that will automate this step in CVI. That program need only call the CVI ActiveX GenerateFunctionTreeFromHeaderFile, and you can pass these parameters to that function. The values of the parameters can be hardcoded, if that makes sense in your case.
 
Luis
Message 2 of 3
(3,797 Views)

Luis, you saved my day! Smiley Very Happy

0 Kudos
Message 3 of 3
(3,783 Views)