NI does not actively maintain this document.
This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.
ni-rt.ini
file on the target to include the following token in [LVRT] category: InihibitDLLUnload=True
. This INI token ensures that shared libraries remain in RAM. However, you must also ensure that the total size of the shared libraries used in the application does not approach or exceed the amount of available RAM on the target.The following issues from the Real-Time Module 8.2.1 Readme still apply to the Real-Time Module 8.5.
–2222
to indicate that a shared variable with the Enable Real-Time FIFO option selected has no value. The Real-Time Module 8.2.x no longer returns error code –2222
but instead returns error code –1950679034
(0x8BBB0006
) to indicate the same problem. This error code is consistent with shared variables that have the Real-Time FIFO disabled..rtexe
extension, which is changed from the .exe
extension in earlier versions. Although the extension change was cosmetic, in the Real-Time Module 8.2.x you might notice different behavior associated with the extension change. In the Real-Time Module 8.0 and earlier, you can run an executable built with LabVIEW and the Real-Time Module on Windows, and then use FTP to transfer the executable to an RT target and run it when you boot the RT target. In the Real-Time Module 8.2.x, you cannot run an RT executable (.rtexe
) on Windows.