02-15-2018 06:36 AM - edited 02-15-2018 06:38 AM
Hi everyone,
My project aim is predict a input signals class. I have a cRIO and write e RT code based FPGA interface. I acquire analog data and the data gived to machine learnin vi- that calss vi referance . This sub vi calls in main RTvi but while in deploying process display error :S I need help for this problem . Thnks
System Devices cRIO 9074 ,NI9215 ADC module.
The error
Analytics and Machine Learning.lvlib:AML SVM.lvclass:aml_Deploy Model.vi loaded with errors on the target and was closed.
LabVIEW: Failed to load shared library niamlsvm.*:nisvm_predictValues: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 niamlsvm.*:nisvm_predictProbability: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.
02-15-2018 09:23 AM
The error seems to indicate that you don't have the right libraries present on the RT. The libraries in question seem to be ones that ship with LabVIEW, rather than ones you have created. Are you aware that RT requires some configuration? The default RT build sacrifices functionality for speed, so you might not have all the functionality you want.
Try going into MAX, finding your RT and installing software. There is a nice interface from which you can select functionality as you require.
I would have expected the error to be a bit more explicit if this was the case though so let me know either way.
02-15-2018 12:40 PM - edited 02-15-2018 12:40 PM
I looked into that toolkit it only works on new cRIOs you need a cRIO-906x or cRIO-903x to use it.
http://www.ni.com/pdf/manuals/377061a.html#hardware
Other wise you can connect to the FPGA on the cRIO remotely and run the toolkit specific code on your windows PC.
02-21-2018 11:36 AM
Thnks for reply for my trouble. I solved the problem your second suggestion method. The ML tools I I transfered that to standalone directory not RT target. And problem was solved 🙂 Thnks