LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I run a CVI panel in labview ???

Seems simple enough... I want to create a DLL to be called from my labview VI using the "call library function". The DLL will have a panel that the user can navigate around and push buttons to invoke callbacks.

 

Seems simple enough, but when I try this the buttons do not work. If I try to compile the DLL with the "real time only" runtime support, then it does not like the "LoadPanel, DiscardPanel, RunUserInterface", etc...  vital commands to run a panel.

 

So what gives? anyone know how to create a DLL with an operable panel to be called from within a labview VI?

 

I guess I should clarify, the callbacks are CVI callbacks.

 

Much thanks in advance...

0 Kudos
Message 1 of 3
(2,866 Views)
This seems to be more a question for the CVI board than LabVIEW. In CVI, can you call the dll and does the panel open with working controls?

Do you actually mean run time support? Real time is something completely different.
0 Kudos
Message 2 of 3
(2,846 Views)

Use LoadPanelEx instead of LoadPanel.

And enable this in the setup:

Untitled.png

 

 

George Zou
0 Kudos
Message 3 of 3
(2,837 Views)