ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If I remember correctly, the NX100 does not support running MotoPlus applications, and the MotoROS is a MotoPlus application. That means the NX100 is not supported.

If I remember correctly, the NX100 does not support running MotoPlus applications, and the MotoROS is a MotoPlus application. That means the NX100 is not supported.


Edit: just found this old thread in the ROS-Industrial Google Group archives. Ted Miller (one of the MotoROS devs from Yaskawa) writes this:

Unfortunately, the NX100 is limited in its communication abilities. As Eric mentioned, you have to use the Data Transmission function. Another option is to use the MotoCom32 library. This is a Win32 SDK (with examples and docs) that wraps around the DataTransmission function and exposes some higher-level API calls. However, each runtime copy requires a license and hardware dongle. If you implement the protocol directly, it does not require a runtime license.

The only other option is the RS232 serial interface. However, this is even slower than the ethernet commands and gives you less functionality.

If you need ROS for your controller, I would recommend upgrading to an FS100 controller (or DX100).

If I remember correctly, the NX100 does not support running MotoPlus applications, and the MotoROS is a MotoPlus application. That means the NX100 is not supported.


Edit: just found this old thread in the ROS-Industrial Google Group archives. Ted Miller (one of the MotoROS devs from Yaskawa) writes this:

Unfortunately, the NX100 is limited in its communication abilities. As Eric mentioned, you have to use the Data Transmission function. Another option is to use the MotoCom32 library. This is a Win32 SDK (with examples and docs) that wraps around the DataTransmission function and exposes some higher-level API calls. However, each runtime copy requires a license and hardware dongle. If you implement the protocol directly, it does not require a runtime license.

The only other option is the RS232 serial interface. However, this is even slower than the ethernet commands and gives you less functionality.

If you need ROS for your controller, I would recommend upgrading to an FS100 controller (or DX100).


Edit2:

My above answer was with respect to whether MotoROS supports your controller. That would allow you to do on-line motion control of your robot from ROS. There are other options, but those would not be real-time.

Would ROS allow me to write a program for my robot on my PC and upload it to the robot?

This is possible/feasible, but will require you to do some work (ie: develop some software). A special component could accept JointTrajectory action goals (for instance) and convert those to INFORM code. That code could then be uploaded to the controller (using fi the functionality Ted Miller describes in his reply on the Google Group thread) and executed.

This would probably introduce quite some delay and would not be on-line/real-time-ish control. But it could be one way in which you could use ROS to do trajectory planning and all sorts of other things and then transfer the result to the NX100.

Does ROS support vision systems for sensing with the NX100?

This I don't know, but my immediate guess would be: no.