LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NI softpanels in CVI code

Hello
Is it possible to use the softpanels that MAX offers, in my own code in CVI. If so, how is it done.
0 Kudos
Message 1 of 3
(3,050 Views)
Hi,

There is no built in function in CVI to lauch the Test Panels for DAQ boards or to launch the Soft Front panels for our modular instruments. However, the soft front panels and the test panles are just executables that you should be able to run from CVI. Use the LaunchExecutable function and point it to nitpan32.exe that you'll find in c:\\Windows\System32.

I'm not sure where the Soft Front panels, but I'm sure the'll be in the folder for the specific driver that you want to use.

I hope this helps, let me know if you have any further questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(3,050 Views)
Hi Juan Carlos

This answer is good enough for me.
thank you
0 Kudos
Message 3 of 3
(3,050 Views)