キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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 件の賞賛
メッセージ1/3
3,049件の閲覧回数
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 件の賞賛
メッセージ2/3
3,029件の閲覧回数

Use LoadPanelEx instead of LoadPanel.

And enable this in the setup:

Untitled.png

 

 

George Zou
0 件の賞賛
メッセージ3/3
3,020件の閲覧回数