Is there a ros package for ESCON motor controller? [closed]
I have a ESCON 36/3 EC motor controller for MAXON motor 200142. I am wondering is there an existing ros package for this motor controller?
Thanks in advance.
What kind of interfaces does it have? I see usb but is this a serial link? You can look at rosserial for this.
Hi davinci, the controller use USB 2.0 as interface. I think it is serial link.
And rosserial only has tutorials for arduino, how can use it with ESCON controller?
Well you could use it if you would write your own module to interface. But from what I see the usb port is only for configuration and not controlling. But there is no existing package to my knowledge.
Yeah, I emailed the maxon technique. They said I need to send digital and analog signal to controller to control the speed. So do you know any ros package that can generate digital and analog output?