09-09-2010 03:01 PM
When trying to deploy a Labview 2009 RealTime application I receive the error:
Deploying XDNodeRunTimeDep.lvlib:loadnilvce.viXDNodeRunTimeDep.lvlib:loadnilvce.vi loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library nilvce.*:niLVCtrlEngineReserveProc:C on RT target device.
Deployment completed with errors
I have reformatted the CRIO 9073 and reinstalled the suggested software packages but this did not help.
Any ideas on how to solve this problem?
Solved! Go to Solution.
09-09-2010 04:26 PM
I was able to resolve this problem by changing the settings in a Timed Loop Structure.
The Source Type was set to "Synchronize to Scan Engine". Changing this to the 1kHz Clock source resolved the problem.
This vi was initially written for the scan engine interface and re-used on a different project that uses the FPGA interface.
10-04-2021 06:06 AM
I have this same problem with LabView 19.0 and a MyRio-1900.
I have solve it by installing the "NI-RIO IO Scan 19.5" software on the RT target. You can do it from NI-MAX, reinstalling the recommended software configuration for your targen but selecting to install that package before starting the installation.
After doing this, I'm able to run my code with the time-loop and the synchronize to scan engine option.
I hope this helps