10-09-2017 10:24 AM
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
Solved! Go to Solution.
10-09-2017 12:53 PM - edited 10-09-2017 12:54 PM
I have no idea what you are doing.
But you apparently commmunicate with the robot via a virtual COM port.
10-09-2017 03:34 PM
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.
10-10-2017 08:10 AM
That was the problem...Thank you very much.
Lorenzo