LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynamixel library cannot be found

Solved!
Go to solution

Hi everybody,

I would like to communicate with Dynamixel motors using Labview 2015 on win10 64 bits.

I have downloaded and installed the library in the following link (version v1_02):

http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/usb2dxl_windows.htm

 

I can see the library from the block diagram but, when I create my VI, I encounter the following error:

 

The library specified for this node cannot be found or cannot be loaded. Right-click the Call Library Function node and select Configure, then choose the correct library name or path.

 

If you have any idea or suggestion on how to solve the problem, it would be appreciated.

Thank you very much in advance,

Lorenzo

 

0 Kudos
Message 1 of 4
(3,755 Views)

I have no idea what you are doing.

 

But you apparently commmunicate with the robot via a virtual COM port.

 

0 Kudos
Message 2 of 4
(3,727 Views)
Solution
Accepted by topic author lorenzo26

If you use LabVIEW 2015 32 bit, you also need to install the 32 bit SDK. A 64 bit DLL can not be loaded into a 32 bit application, no matter if you run this app on 32-bit or 64-bit Windows. 

Rolf Kalbermatter
My Blog
Message 3 of 4
(3,718 Views)

That was the problem...Thank you very much. 

 

Lorenzo

0 Kudos
Message 4 of 4
(3,700 Views)