LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling VI through VI server with Debug Option

 

Hi All,

 

I am building application in which I have my own operator Interface (Application.exe(source code is in VI Server. I) which is a exe built using LabVIEW in which i am basically calling another VI(Test call)through VI server concept. When run the operator interface i want the Test call to open in debugging mode(Breakpoint, Probe etc).How to run Calling VI from Development Mode can anybody have suggestions.

 

 

 

Please find the source code and exe.

 

 

 

Testcall.vi is calling VI.

 

VI server.vi is operator Interface.

 

Application.exe in build folder is the exe.

 

 

 

Regards,

 

Satya  

 

0 Kudos
Message 1 of 2
(2,568 Views)

I'm sure there is a better way to do this, but here is what I do...

 

For the VI that I am calling, I place a breakpoint at the start of its code, save it, and close it. Then I run the VI that calls that VI. When the breakpoint is hit the called VI's block diagram will pop up and it will be paused.

 

Does that help?

0 Kudos
Message 2 of 2
(2,549 Views)