LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is the LV RTE shared with the development environment

I have two networking applications running on the same PC with LabVIEW 2020.  One is compiled and the other runs in the development environment.  The compiled code consumes < 1% of the CPU and the development code <6%.  The development code seems noticeably slower when the compiled code is running.

 

Does the development system share the same runtime engine as the compiled code?  Could some network components not be reentrant and be running in both applications?  Both application share the same 10Gb network, but neither transmits very much data.

Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.0, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 1 of 2
(720 Views)

When you built the compiled code, you built an exe with "enable debugging" unchecked?  You built an exe and not a PPL correct?  I don't know the answer to your question. 

 

They could be using a resource that is shared,  as you mentioned, (IMHO, in theory they are separate programs).

0 Kudos
Message 2 of 2
(650 Views)