Continuous Integration

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEWCLI.ini Ping*?

Solved!
Go to solution

What are the following keys for in ...\National Instruments\Shared\LabVIEW CLI\LabVIEWCLI.ini:

PingDelay = -1
PingTimeout = 10000

0 Kudos
Message 1 of 2
(955 Views)
Solution
Accepted by topic author d.w.b

As an educated guess (as someone who's replaced LabVIEW CLI with a home grown version), they're probably inputs to this node when LabVIEWCLI connects to LabVIEW.exe via VI server

avogadro5_0-1723496564630.png

See this for why you want -1: basically VI server will lock up while the root loop is busy which is ~100% of the time during a build.

https://forums.ni.com/t5/LabVIEW/Error-1130-Call-by-Reference-node-Workaround-needed/td-p/584680

Message 2 of 2
(394 Views)