LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Function Panel that opens other function panels on Load Instrument

Hello,
 
when I load the tsutil.fp (TestStand Utility Functions) to my project it automatically opens a few more function panels (tsapicvi.fp/TestStand API3.0, Easy Tab Control, etc.). I want to have this automatical loading in my function panel.
 
How can I configure my function panel in a way that it loads other needed function panels (in this case: tsutil.fp) automatically? (in the same way tsutil.fp does it, as described above).
The reason is that I have created my own function panel that has to be linked with the tsutil(.fp) code. Without the tsutil.fp i get link errors (undefined symbol).
 
Thanks
 
0 Kudos
Message 1 of 3
(3,320 Views)
Hello,

In other to auto-load other function panels, open your function panel file in edit mode. In the function tree editor, select Edit>>FP Auto-Load List. Then specify which .fp files your .fp depends on.

Luis
Message 2 of 3
(3,308 Views)
Thanks Luis,
 
this was exactly what I was looking for!
0 Kudos
Message 3 of 3
(3,287 Views)