10-10-2018 10:24 AM
Hi, guys
I am using LabView control a Dynamixel(robotics) motor. Driven the motor need a shared library. My Labview is on Windows, and I built a ".dll" library file, therefore the motor can be controlled by LabView.
Now, I want to do the same thing on myRIO. However, myRIO is Linux OS, so I need the library to be ".so".
Dose anyone knows how to build a ".os" library for myRIO? I download a "c&c++ Development tools for NI Linux Real-Time, Eclipse Edition", but I don't know how to build a ".os" on this software.
Thanks
10-11-2018 04:37 PM
Hi EternalWang,
Why do you need a library file to drive the motor? What is in your library file?
-TyVo