07-20-2024, 02:17 PM
I'm working on a project integrating a servo motor with my cobot and vision system in RoboDK. I have the motor driver, but I'm facing difficulties setting it up for communication with RoboDK.
The challenge is that the driver uses CAN bus communication and cannot be assigned an IP address. I'd appreciate any insights on the best approach to connect and control this driver within RoboDK.
I am attaching the datasheet for the driver for your reference. It contains detailed information about the driver's specifications and communication protocols.
in this link "https://robodk.com/doc/en/PythonAPI/driver.html" you write down in the code example this: "CONNECT Connect request. RoboDK provides IP (or COM port), port and DOF.
i.e. CONNECT 192.168.0.100 10000 6
i.e. CONNECT COM4 10000 6"
but if a device such this servo motor can not connect with IP, how i connect it to ROboDK, and to use the serial port connection between the driver and the RoboDK, is another interface required?
The challenge is that the driver uses CAN bus communication and cannot be assigned an IP address. I'd appreciate any insights on the best approach to connect and control this driver within RoboDK.
I am attaching the datasheet for the driver for your reference. It contains detailed information about the driver's specifications and communication protocols.
in this link "https://robodk.com/doc/en/PythonAPI/driver.html" you write down in the code example this: "CONNECT Connect request. RoboDK provides IP (or COM port), port and DOF.
i.e. CONNECT 192.168.0.100 10000 6
i.e. CONNECT COM4 10000 6"
but if a device such this servo motor can not connect with IP, how i connect it to ROboDK, and to use the serial port connection between the driver and the RoboDK, is another interface required?