Kuka C3Bridge program control not working- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Kuka C3Bridge program control not working (/Thread-Kuka-C3Bridge-program-control-not-working) |
Kuka C3Bridge program control not working-rshanor-11-22-2022 Hi, I also posted in the C3Bridge GitHub repo, but not sure how that is maintained compared to the proprietary version distributed with RoboDK. I am running1.6 (PROPRIETARY)on the Kuka controller. Basically, I am trying to start the RoboDKsync543 program remotely and remove any need for the teach pendent. I got to the point that I can send aProgramControlRequestto the C3Bridge server, but get an opaqueErrorGeneral Unspecified Error. I tried running the C3Bridge server in debug and verbose mode, but the text logs dont show anything additional. The full response from the server is(18, 5, 10, 5, 0, False). More details and python code that can be used to repro can be found in this issue:https://github.com/ulsu-tech/c3bridge-server/issues/3. I am using the KRC4 controller if that is relevant. Thanks! Rick RE: Kuka C3Bridge program control not working-Dmitry-11-24-2022 Hi Rick, Just replied to you on GitHub and wrote you an email. I'll duplicate the response here.
Code:
import struct
Code:
04 02 <-- OK: Tag == 1026
RE: Kuka C3Bridge program control not working-rshanor-11-25-2022 Thanks Dmitry, that makes a lot of sense, appreciate it. |