LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keycontrol problem

Solved!
Go to solution

I got the keycontrol code from

https://decibel.ni.com/content/blogs/MechRobotics/2010/04/14/teleoperate-the-starter-kit-from-20-flo...

when I try to transfer the code to dani it show this error

Deploying Intialize Keyboard.viIntialize Keyboard.vi loaded with errors on the target and was closed.
LabVIEW:  Failed to load shared library lvinput.*:openDevice:C. Ensure that the library is present on the RT target. Use MAX to install NI software or FTP to transfer custom libraries to the RT target.
Deployment completed with errors

Is anyone can help me please?

0 Kudos
Message 1 of 2
(4,250 Views)
Solution
Accepted by Saik

The key control VI is meant to be run from your computer, not DaNI.  As you use your keyboard on your computer, the key control VI captures the input, converts it to a meaningful robot command, and then sends that command over the network to the DaNI robot.

The error you are getting is because the device input capture VIs are not designed to run on RT, but on your desktop.

You'll want to deploy: Starter Kit Remote Receiver.vi to DaNI and then just run Key Control from your computer.

-Karl

Message 2 of 2
(2,137 Views)