Adding BASE and TOOL ordinations in the Frame Builder doesn't work, in the new version of KIDE V.0.9.6.3
You can only add BASE NULL and TOOL NULL
Se picture of the error.
If I install older version of KIDE, then it works fine :)
K-IDE support forum Find all information about Kawasaki's Integrated Development Environment |
Adding BASE and TOOL ordinations in the Frame Builder doesn't work, in the new version of KIDE V.0.9.6.3
You can only add BASE NULL and TOOL NULL
Se picture of the error.
If I install older version of KIDE, then it works fine :)
Posts: | 2 |
Date registered | 01.30.2020 |
Zitat von MDK_Sanovo im Beitrag #1
Adding BASE and TOOL ordinations in the Frame Builder doesn't work, in the new version of KIDE V.0.9.6.3
You can only add BASE NULL and TOOL NULL
Se picture of the error.
If I install older version of KIDE, then it works fine :)
Christian Quante
Project Support & Development
Technical Department
Kawasaki Robotics GmbH
Rheiner Landstrasse 195A • 49078 Osnabrück
Germany
Posts: | 312 |
Date registered | 12.20.2019 |
Thank you for the AS file! I guess I found the bug.
If you like to set TOOL or BASE coordinates K-IDE send the TRANS values to the controller. After that K-IDE trys to read back the values and compare it for validation. If the read back values differ, K-IDE shows the error message from post #1.
The TOOL you try to set looks like this:
-20.0 0.0 151.0 -180.0 180.0 0.0
If you set this values as TOOL values in the robots controller, they are automatically converted to:
-20.0 0.0 151.0 180.0 180.0 0.0
I changed the checking routine to take care of this and check also the angle with the +360° and -360° offsets.
Here's the fixed version:
https://www.magentacloud.de/lnk/8qAqgYpk
Christian Quante
Project Support & Development
Technical Department
Kawasaki Robotics GmbH
Rheiner Landstrasse 195A • 49078 Osnabrück
Germany
Posts: | 312 |
Date registered | 12.20.2019 |
|