Machining project MoveL instruction for approach not posting properly- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:RoboDK错误(//m.sinclairbody.com/forum/Forum-RoboDK-bugs) +--- Thread: Machining project MoveL instruction for approach not posting properly (/Thread-Machining-project-MoveL-instruction-for-approach-not-posting-properly) |
Machining project MoveL instruction for approach not posting properly-deisengard-02-23-2021 I have a machining project based on G-Code from Simplify3D. I have added a Normal approach target at 100mm. This generates a correct-looking MoveL instruction when the project is updated. However, when I generate the robot program with the (unaltered) KUKA KRC2 post-processor, the resulting LIN instruction does not reflect the approach setting. The 100mm Z offset is 0mm instead. See the following images and attached RDK file. Am I missing something? (附件= 1916) [attachment=1917] [attachment=1918] Interestingly, when I add a second approach motion, the first one is posted correctly but the second one is not: [attachment=1920] RE: Machining project MoveL instruction for approach not posting properly-Jeremy-02-24-2021 Hi Deisengard, This is not a bug. First, the move to Z = 0 is part of the G-Code generated by Simplify3D. 你这n see that from this print screen. [attachment=1924] Second, before post-processing, RoboDK will filter points and remove any point exactly at the same position as another. Therefore, the "approach 100 mm normal" is replaced by the PTP to that exact same position but using the joint values. Have a great day. Jeremy |