VIs in Packed Library is Missing or Not Loaded

Updated Nov 20, 2023

Reported In

Hardware

  • CompactRIO Chassis

Software

  • LabVIEW
  • LabVIEW Real-Time Module

Operating System

  • LabVIEW Real-Time (NI Linux Real-Time)
  • Windows

Issue Details

I can load the VIs from packed library in a project under my computer. However, when I add the packed library to project under Real-Time target, Not loaded is displayed beside the library and the VIs inside the library is missing as shown below:

not loaded issue

Solution

This issue occurs when the packed library is built and used under different system. Try to build the packed library under Real-Time target and add the built packed library under Real-Time target as shown below:

not loaded issue solution

To avoid this issue, if you build the packed library under Windows system, you should add the built packed library under Windows system. Similarly, if you want to use the packed library under Real-Time target, the packed library is required to build under Real-Time system.