Home Programming

Discussion

Left ArrowBack to discussions page
JstewartJstewart Posts: 62 Apprentice
I was wondering if it was possible to connect to a USB serial converter with the UR? I have a HAAS rotary indexer with a RS232 port that is used to communicate with a CNC, PC, etc. i am using a converter that comes with a Robotiq gripper. i was able to get it to communicate on my pc, but is it possible to do this on the UR with a script? 

Comments

  • mkardasinskimkardasinski Posts: 41 Handy
    It is not possible to access USB hardware attached to the UR, within Polyscope, without some form of driver (URCap). I'm not aware of such a URCap. Your best bet is to use a Moxa Nport 5150 instead.
  • chriskearsleychriskearsley Posts: 15 Apprentice
    edited February 2021
    Surely if he wrote a python script that serial connects the rs232, it could be ran within the polyscope as its backend is   linux, then create a urcap that communicates with the deamon?
  • JstewartJstewart Posts: 62 Apprentice
    @mkardasinski
     would a Adam-4571L work the same? i have one of these but cant see to figure out how to get it to talk with my rotary
  • matthewd92matthewd92 Founding Pro, Tactile Sensor Beta Testers Posts: 1,267 Handy
    The issue is you need something that can convert to the serial commands. It might be possible to write a script that uses tcp/ip sockets to send the serial commands out over an IP to serial converter which is what I think that Adam-4571L does but I am not sure, did not find much information on the web in a quick search.  I also searched Moxa as we have used some of their gateway converters to convert modbus to CAN but I did not see one for Modbus to Serial but I did not look too deep.  May want to call them and describe what you are trying to do.

    Also, another option could be getting the rotary from Vention as they have systems that work directly with UR.  Worth a look if you can't figure anything else out.
Sign In or Register to comment.
Left ArrowBack to discussions page