When I am running a coor motion and EStop the machine.
Everything stop as it should.
I rehome the machine and run another coor motion operation.
The Problem is it loss's all of the axis motions.
I run the ReadAndSyncCurPositions when it is homed again, problems still happens.
What can I do to recover the coor motion in the Kflop after a EStop.
Thank you.
David.
EStop Recovery
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: EStop Recovery
Hi David,
Are you clearing the Abort Like KMotion_dotNet Console does with:
_Controller.CoordMotion.ClearAbort();
It seems the Axes are enabled since you can home.
What happens? Are the Axes still enabled on the KMotion Axis Screen? Is Feedhold flashing in KMotion? What are the Destinations? Are they changing at all? Does your code calling the coordinated motion return normally?
Are you clearing the Abort Like KMotion_dotNet Console does with:
_Controller.CoordMotion.ClearAbort();
It seems the Axes are enabled since you can home.
What happens? Are the Axes still enabled on the KMotion Axis Screen? Is Feedhold flashing in KMotion? What are the Destinations? Are they changing at all? Does your code calling the coordinated motion return normally?
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.