Error Missing subTimeDelay.vi When Executing LabVIEW EXE That Includes ADCS Toolkit

Updated Jan 28, 2025

Reported In

Software

  • Automotive Diagnostic Command Set Toolkit
  • LabVIEW 2024 Q3

Issue Details

I created an executable file (exe) from a VI file using the library Diagnostic Service.vi from the add-on Automotive Diagnostic Command Set Toolkit in LabVIEW 2024Q3. The below error was displayed when I launched the executable file.

How can I solve this error?

 

Error ADCS.png

 

Missing subVI subTimeDelay.vi NI_Automotive Diagnostic Command Set.lvlib:ISOTP Send CFs.vi:Instance:0.
Missing subVITimeDelay.vi in VI NI_Automotive Diagnostic Command Set.lvlib:ISOTP7 Send CFs.vi:Instance:0.

Solution

This is a known issue in LabVIEW 2024 Q3 which will be fixed in the next LabVIEW version. Follow the below steps to work around this issue.

 

  1. Open LabVIEW.ini file located in C:\Program Files (x86)\National Instruments\LabVIEW 2024\LabVIEW.ini folder. For LabVIEW 2024Q3 64-bit version, go to C:\Program Files (x86)\National Instruments\LabVIEW 2024 folder.
  2. Add NewAppBuilderCache.Enabled=False token in the LabVIEW.ini file and save it.
  3. Restart LabVIEW.
  4. Rebuild the executable.