03-25-2022, 10:04 AM
Greetings everyone.
First of all, I would like to thank the RoboDK team for a great product. Even though I had the opportunity to use the trial version, I appreciated the features of your program. I have some thoughts about connecting RoboDK to KUKA robots.
Right now the connection to KUKA is done with KUKAVARPROXY. It's a pretty non-trivial process that involves installing KUKAVARPROXY along with its dependencies (.ocx files require registration in the robot control system with regsvr32), editing robot configuration files to create global variables (COM_ACTION and others), loading a special KRL program, running it on the robot and monitoring its execution with the KUKA smartPAD.
And the result of all this is only the ability to read and write values of KRL variables (which is exactly what RoboDK does).
In this case, in fact, RoboDK controls the robot "blindly". If the KRL program is not running or its contents are different from what you need, RoboDK is left without any control.
In 2020, after a long reverse engineering of the robot control system, I finally created my own product, the C3 Bridge Interface Server, for remote control of KUKA robots.
I would like to point out that you can use C3 Bridge Interface instead of KUKAVARPROXY right now, because I used the same protocol.RoboDK already works perfectly with C3 Bridge.
But C3 Bridge has several advantages:
Best regards,
Dmitry Lavygin
PhD, Senior Researcher
S.P. Kapitsa Research Institute of Technology, Ulyanovsk State University, Russian Federation
References:
[1] Project website:http://c3.ulsu.tech/
[2] C3 Bundle (all my programs in one archive):http://c3.ulsu.tech/download/C3.Bundle.Latest.zip
[3] GitHub / C3 Bridge Interface Server:https://github.com/ulsu-tech/c3bridge-server
[4] C3 Application Protocol Specification:http://c3.ulsu.tech/protocol/latest/
[5] Screenshots / C3 Easy Control:https://github.com/ulsu-tech/c3bridge-easy
[6]截图/ C3有限公司ntrol Panel:https://github.com/ulsu-tech/c3bridge-client
[7] C# Client Interface:https://github.com/ulsu-tech/c3sharp
Videos:
First of all, I would like to thank the RoboDK team for a great product. Even though I had the opportunity to use the trial version, I appreciated the features of your program. I have some thoughts about connecting RoboDK to KUKA robots.
Right now the connection to KUKA is done with KUKAVARPROXY. It's a pretty non-trivial process that involves installing KUKAVARPROXY along with its dependencies (.ocx files require registration in the robot control system with regsvr32), editing robot configuration files to create global variables (COM_ACTION and others), loading a special KRL program, running it on the robot and monitoring its execution with the KUKA smartPAD.
And the result of all this is only the ability to read and write values of KRL variables (which is exactly what RoboDK does).
In this case, in fact, RoboDK controls the robot "blindly". If the KRL program is not running or its contents are different from what you need, RoboDK is left without any control.
In 2020, after a long reverse engineering of the robot control system, I finally created my own product, the C3 Bridge Interface Server, for remote control of KUKA robots.
I would like to point out that you can use C3 Bridge Interface instead of KUKAVARPROXY right now, because I used the same protocol.RoboDK already works perfectly with C3 Bridge.
But C3 Bridge has several advantages:
- It's written in C++, it's very fast, requires no dependencies, and runs on any Windows system including Windows 95.
- Starting, stopping and restarting a KRL program.
- Selecting and canceling a KRL program.
- File system functions (create, delete, rename programs, write programs to the control system and read already written programs).
- Well documented protocol.
- C3 Bridge Interface Server is an open source product under the MIT license.
- There are two freeware clients: C3 Control Panel and C3 Easy Control which allow you to control the robot and even convert SVG drawings into KRL programs for later drawing.
- There is a client API library for C# (though not so relevant for you).
- Automatic search for the robot's IP address, automatic connection
- 代理服务器检测:KUKAVARPROXY func(有限tionality) or C3 Bridge (full functionality).
- Automatic writing of the KRL-program to the robot's control system, verification of the program content, preparation of the control system to start the program.
- Control of program execution, operational and emergency stop.
Best regards,
Dmitry Lavygin
PhD, Senior Researcher
S.P. Kapitsa Research Institute of Technology, Ulyanovsk State University, Russian Federation
References:
[1] Project website:http://c3.ulsu.tech/
[2] C3 Bundle (all my programs in one archive):http://c3.ulsu.tech/download/C3.Bundle.Latest.zip
[3] GitHub / C3 Bridge Interface Server:https://github.com/ulsu-tech/c3bridge-server
[4] C3 Application Protocol Specification:http://c3.ulsu.tech/protocol/latest/
[5] Screenshots / C3 Easy Control:https://github.com/ulsu-tech/c3bridge-easy
[6]截图/ C3有限公司ntrol Panel:https://github.com/ulsu-tech/c3bridge-client
[7] C# Client Interface:https://github.com/ulsu-tech/c3sharp
Videos: