Solution
This is a bug in LabVIEW 2026 Q1 Real-Time Module. As of February 25, 2026, we are working to release a patch to fix this issue.
Current workaround is to perform the steps below:
For Japanese Version:
- Install LabVIEW Real-Time Language Support for Japanese to the Real-Time target.
- Download rtapp_Japanese.zip from the bottom of this page, unzip and copy the rtapp.rsc file to the target. Move it to /usr/local/natinst/labview/japanese folder in the RT target. Overwrite the existing file in that location.
- Restart the LabVIEW runtime by rebooting the target or running this command via SSH:
/etc/init.d/nilvrt stop && /etc/init.d/nilvrt start
For Chinese Version:
- Install LabVIEW Real-Time Language Support for Chinese to the Real-Time target.
- Download rtapp_Chinese.zip from the bottom of this page, unzip and copy the rtapp.rsc file to the target. Move it to /usr/local/natinst/labview/chinese folder in the RT target. Overwrite the existing file in that location.
- Restart the LabVIEW runtime by rebooting the target or running this command via SSH:
/etc/init.d/nilvrt stop && /etc/init.d/nilvrt start