RobotExMachina / Machina.NET

A library for real-time robot control.
MIT License
86 stars 33 forks source link

Online programming in KUKA #20

Closed atelier-soma closed 2 years ago

atelier-soma commented 2 years ago

Is there any development regarding online programming with KUKAs. Would it be possible to use WorkVisual (Kukas version of ABBs RobotStudio)?

Arastookhajehee commented 2 years ago

Hi @atelier-soma,

Well as far as I am familiar, WorkVisual is used for programming and deploying programs onto the robot. Basically, you would alter programs as a part of a "Project" and then you would "Deploy" that project onto the robot's hard drive. There is no real-time programming of KRL files in WorkVisual based on my understanding. online programming of KUKA robots is actually a work in progress and we're actively working on it. Presumably, Coming Soon! :D

Also, KUKA does not have a fully-fledged program like RobotStudio. The equivalent in KUKA is called KUKA.Sim. However, KUKA.Sim is very limited compared to what you would get from RobotStudio. it does not have a virtual plex-pendant, as an example. If you want that there is another program called Office.Lite. Simply speaking, it's a whole different world it seems.

Cheers!

garciadelcastillo commented 2 years ago

And when @Arastookhajehee says we, he means he is working super actively right now in implementing an early prototype of this for Machina :) More updates soon! 💪

garciadelcastillo commented 2 years ago

Hey @atelier-soma , see #21 :)