02-20-2018 03:09 PM
I am using a NI-cRIO-9073 and I am trying to deploy a VI that uses the nD Nonlinear System Solver VI in VI instance mode. I know that I am using it correctly, because I have deployed this same VI to this same CRIO before.
For some reason, it stopped working, and I cannot even deploy my VI to the CRIO anymore. **If I use a diagram disable to disable the nD Nonlinear System Solver VI, it will deploy no problem.**
The errors that I'm getting are:
Deploying NI_AALBase.lvlib:Real Inverse Matrix.viNIAALBase.lvlib:Real Inverse Matrix.vi loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library lvanlys.*:InvMatrixTriDri_head:C. Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
LabVIEW: Failed to load shared library lvanlys.*:InvMatrixLUDri_head:C. Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
LabVIEW: Failed to load shared library lvanlys.*:InvMatrixChoDri_head:C. Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
I can look at my CRIO file system, and I can see that the lvanalys.out file in in the ni-rt/system directory. It is weird to me that this used to work but now all of a sudden I cannot deploy it. I have tried creating new projects with the same source code and that does not work.
Somebody help me please!
02-21-2018 08:39 AM
Hi there,
Have you tried removing and reinstalling the software on your cRIO?
Do you have another cRIO that you can try to duplicate the issue in?
02-21-2018 09:14 AM
Yes, I have formatted the cRIO several times, and then reinstalled different combinations of software add-ons. Speaking to NI Support that library is one that should be a part of the built-in software options (not an add-on I should have to add). I have FTP'ed into the device and confirmed that the lvanlys.out file IS there. So I cannot understand why the VI can't find it.