Hello ,
We are working on machining station with kawasaki FS030L and we are using SolidCAM and RoboDK for offline programing. There is one big issue that we thought someone has encounterd before. So when we make machining program lets say 2.5d just to follow line in robodk everything seems fine but when we run program on robot, it moves to starting position and when it comes to LMOVE limes it raises up and starts working in air. We tried editting tool offset but it didn't help. Here is part of program:
.PROGRAM FMv2()
; Program generated by RoboDK v3.6.0 for Kawasaki FS30L on 16/08/2019 10:28:06
; Using nominal kinematics.
BASE TRANS(1665.000,-215.000,250.000,0.0000,0.0000,90.0000)
TOOL TRANS(250.000,0.000,88.000,0.0000,90.0000,0.0000)
; Show Spindle
SPEED 1000.0 MM/S ALWAYS
JMOVE #[98.57517, 42.74407, -102.26859, 169.57113, -55.45971, -84.04237]
LMOVE TRANS(-0.000,-13.800,110.000,0.0000,180.0000,90.0000) ( at this point robot rises)
LMOVE TRANS(-0.000,-13.800,10.000,0.0000,180.0000,90.0000)
LMOVE TRANS(-0.000,-13.800,10.000,0.0000,180.0000,90.0000)
SPEED 1000.0 MM/S ALWAYS
LMOVE TRANS(-0.000,-13.800,10.000,0.0000,180.0000,90.0000)
SPEED 1000.0 MM/S ALWAYS
LMOVE TRANS(-0.000,-13.800,10.000,0.0000,180.0000,90.0000)
LMOVE TRANS(-0.000,-13.800,25.000,0.0000,180.0000,90.0000)
LMOVE TRANS(-0.000,-13.800,2.000,0.0000,180.0000,90.0000)
SPEED 5.0 MM/S ALWAYS
LMOVE TRANS(-0.000,-13.800,-0.000,0.0000,180.0000,90.0000)
SPEED 16.7 MM/S ALWAYS
LMOVE TRANS(-4.800,-13.800,0.000,0.0000,180.0000,90.0000)
C1MOVE TRANS(-3.394,-10.406,0.000,0.0000,180.0000,90.0000)
C2MOVE TRANS(0.000,-9.000,0.000,0.0000,180.0000,90.0000)
LMOVE TRANS(800.000,-9.000,-0.000,0.0000,180.0000,90.0000)
C1MOVE TRANS(806.364,-6.364,-0.000,0.0000,180.0000,90.0000)
C2MOVE TRANS(809.000,0.000,-0.000,0.0000,180.0000,90.0000)
LMOVE TRANS(809.000,600.000,-0.000,0.0000,180.0000,90.0000)
C1MOVE TRANS(806.364,606.364,-0.000,0.0000,180.0000,90.0000)
C2MOVE TRANS(800.000,609.000,0.000,0.0000,180.0000,90.0000)
LMOVE TRANS(0.000,609.000,0.000,0.0000,180.0000,90.0000)
.
.
.
Has anyone tried machining with this kawasaki robot?
Do you think that this is issue with robotdk?
Can you suggest us with some other program for robot machining?