Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RESUME PROBLEM #123

Open
sinfocomp opened this issue Jun 6, 2020 · 3 comments
Open

RESUME PROBLEM #123

sinfocomp opened this issue Jun 6, 2020 · 3 comments
Assignees

Comments

@sinfocomp
Copy link

Hello, i have detected the following problems and offer some advice of posssible solutions
for most CNC operatonz Z0 is the machine table so given the following Job resume process:

Application will automatically prompt for job resume if it detects your most recent job was incomplete, and you are doing the same job again.
OK

Application will suggest a number of lines to skip, you can change the number to whatever you want.
Application will parse and skips the number of lines given.
OK

Restores the feed rate, parser status etc..
OK

Decreases the rapid motion to 50%, and move the Z axis to zero position in machine coordinates.
PROBLEM: if machine zero is the machine table cutter will dive into material, or if using plasma, torch tip will be in contact with material surface.
SUGESTION: establish a safe Z setting on program so if resume is needed this Z height would be used here

Restores machine position of X, Y axis. (also restores A, B axis if applicable)
OK

Enables coolant if required, starts the spindle if laser mode is not active.
TO BE TESTED ON PLASMA

Restores the Z axis. (this is rapid move with 50% feed rate)
OK

Waits for 10 seconds before resuming streaming. (Here you have enough time to stop streaming if you noticed anything wrong or inappropriate.)
ENHANCEMENT: Dialog showing is machine ready to continue Y/N and get feedback from OP

Restores the rapid overrides to 100%. (If laser mode is enabled laser will turned on at this stage instead of in step 7.)
TO BE TESTED

Continues streaming normally
OK

Thanks

@zeevy
Copy link
Owner

zeevy commented Jun 8, 2020

Z zero in machine coordinates should work, unless user has done some changes to them.

Asking the user for safe z value is good idea.

@sinfocomp
Copy link
Author

Machine Z0 is work table so this will not work on many machines and even if Z0 work coordinates are used on top of work surface you would still want safe Z height to avoyd crashing into clamps or holders

@zeevy
Copy link
Owner

zeevy commented Jun 21, 2020

Then it better to ask the user to enter it with a suggested value

@zeevy zeevy self-assigned this Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants