12-13-2023 05:51 PM
What are the following keys for in ...\National Instruments\Shared\LabVIEW CLI\LabVIEWCLI.ini:
PingDelay = -1
PingTimeout = 10000
Solved! Go to Solution.
08-12-2024 04:05 PM
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
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