LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO show a error while deploy the program to it.

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.

0 Kudos
Message 1 of 4
(2,938 Views)

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.

CLA - Kudos is how we show our appreciation for comments that helped us!
0 Kudos
Message 2 of 4
(2,910 Views)

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.

Kyle Hartley
Senior Embedded Software Engineer

0 Kudos
Message 3 of 4
(2,896 Views)

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 

0 Kudos
Message 4 of 4
(2,859 Views)