Restart program from any point of the Gcode line
Posted: Sat Jun 10, 2017 6:59 pm
Hello Balazs!
My customers report about problem.
We have Cut Recovery procedure to restart cutting from plasma arc lost position. The problem issue any time when we try to restart on the arcs.
After then plasma arc lost issue, plugin store current torch XY position and turn off ArcOn emulate signal. UCCNC stop motion.
Operator start Cut Recovery procedure.
Plugin execute:
- G0XlostYlost - torch return to the arc lost position;
- Then
- After then UCCNC received ArcOn signal torch start to move on the XY plane;
- Torch makes movement on the full circle with radius equal arc radius and then continue to correct move on the trajectory.
This issue only if we try to restart from arc and not always. But this is very painful.
I am attaching picture for better understanding. And send to your email program - this issue was on the 111 code line.
Thank you!
My customers report about problem.
We have Cut Recovery procedure to restart cutting from plasma arc lost position. The problem issue any time when we try to restart on the arcs.
After then plasma arc lost issue, plugin store current torch XY position and turn off ArcOn emulate signal. UCCNC stop motion.
Operator start Cut Recovery procedure.
Plugin execute:
- G0XlostYlost - torch return to the arc lost position;
- Then
- Code: Select all
UC.Setfield(true, (double)line_number, 866);//set arc lost line number
UC.Validatefield(true, 866);
UC.Callbutton(169);//call button RunFromHere
UC.Wait(100);
UC.Codesync("M205");//turn on THC
UC.Codesync("M3");
UC.RemoveRunfromhere();//prevent open runfromhere window to allow start from any poins of the code line (not from frame start coordinates)
UC.Callbutton(128); //call button START
- After then UCCNC received ArcOn signal torch start to move on the XY plane;
- Torch makes movement on the full circle with radius equal arc radius and then continue to correct move on the trajectory.
This issue only if we try to restart from arc and not always. But this is very painful.
I am attaching picture for better understanding. And send to your email program - this issue was on the 111 code line.
Thank you!