Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 28, 2012, 12:37:31 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
How can I continue g-code tomorrow ?
Pages:
1
2
3
4
»
Go Down
« previous
next »
Author
Topic: How can I continue g-code tomorrow ? (Read 1066 times)
0 Members and 1 Guest are viewing this topic.
FriendOfGhost
Active Member
Offline
Posts: 13
How can I continue g-code tomorrow ?
«
on:
August 05, 2011, 12:27:30 PM »
Dear friends,
I want to stop (pause) mach3 while running and shutdown eveyything and tomorrow I want to continue where I stopped the system.
I wonder how do you do it. I get the last coordinates, last line of gcode that will be processed and "tomorrow" I try to continue.
but... "Radius to end of arc differs from radius to start on Line #" messages are making this operation impossible.
Can you suggest some way to do it ?
best regards...
Logged
Hood
Active Member
Offline
Posts: 17,366
Carnoustie, Scotland
Re: How can I continue g-code tomorrow ?
«
Reply #1 on:
August 05, 2011, 12:32:36 PM »
Sounds to me your default IJ mode may be different to what you have in the code. How are you restarting, if doing a Run From Here then I think it should change the IJ mode to what is in the code so it sounds like you are not doing that. Either MDI the correct IJ mode or change the default on General Config and see if that helps.
Hood
Logged
FriendOfGhost
Active Member
Offline
Posts: 13
Re: How can I continue g-code tomorrow ?
«
Reply #2 on:
August 05, 2011, 12:40:20 PM »
Nope my friend,
IJ mode is correct. I tried that. also if I change IJ mode my gcode never runs and directly gives that error.
gcode is running perfectly.Problem is after I pause gcode, press reset button, exit from mach3....
and...
re-run mach3, open my gcode, set old coordinates and run the gcode that error rises. I believe when run gcode starting from the middle of it, arcs could not be completed...
never mind, real problem is: how I stop gcode, shurdown everything and continue tomorrow ?
Logged
Hood
Active Member
Offline
Posts: 17,366
Carnoustie, Scotland
Re: How can I continue g-code tomorrow ?
«
Reply #3 on:
August 05, 2011, 12:48:04 PM »
How are you trying to restart the code?
Do you home to switches?
Can you attach your xml and code and also say which line you stop at?
Hood
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: How can I continue g-code tomorrow ?
«
Reply #4 on:
August 05, 2011, 01:14:05 PM »
The first problem is that the machine will loose its exact position when you shut it down. You will need to Rereference the machine to home on startup. That will place you back to a known position +/- the accuracy of your referencing switches.
The second option is to reference the machine to a KNOWN point on the material or table and then set the dros to those values. That will reference you BACK to the part. A edge reference in X and Y or a simple center of a hole will do.
THen the easy way toRESTART is to use RUN FROM HERE. There are some quirks to this as well but for the most part it works fine on simple Gcode. Just follow the prompts to restart. NOTE it will take you BACK to the line BEFORE the one you select. So check your tool/fixture clearances to allow a safe move to the start point.
The Run Next Line can work BUT you cannot restart in an arc or you will get that message(;-) at that point mach does NOT know where the last move was from so it cannot determine where the arc should end.
If you want to use Run next line you HAVE to make sure your MODES are set correct for where you are at in the Gcode. Then start from the beginning of a line not an arc.
Just some thoughts, (;-)TP
Logged
FriendOfGhost
Active Member
Offline
Posts: 13
Re: How can I continue g-code tomorrow ?
«
Reply #5 on:
August 05, 2011, 01:22:56 PM »
Quote from: BR549 on August 05, 2011, 01:14:05 PM
The Run Next Line can work BUT you cannot restart in an arc or you will get that message(;-) at that point mach does NOT know where the last move was from so it cannot determine where the arc should end.
this is exactly my point my friend. So you say I cannot continue arcs tomorrow...
that means I need to pause mach3 EXACTLY after finising the arc.
Can you tell me please, if there's a way for stopping mach3 in some exact line ? like breakpoint ? like "stop at line number *********"
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: How can I continue g-code tomorrow ?
«
Reply #6 on:
August 05, 2011, 02:06:24 PM »
Easy Just restart at a point that is a line not an arc "previous" to the arc where you stopped. All modal values have to be set. G1/G0? Feedrate, SpindleSpeed,G20/21, G90/91.etc,etc.
Run from here works well and does all that for you based on the Gcode and gives you the option to restart the spindle.
NOW note: None of these options will work well with SUBs or macros or parametric Gcode as in most cases there are no Know values until the function actually runs and Variables are calculated.
Also with tool comp you MUST allow room on your restart for the machine to cycle the comp before it can restart or else you may crash the tool into the part or machine table.
(;-) TP
Logged
agguilar
Active Member
Offline
Posts: 42
Re: How can I continue g-code tomorrow ?
«
Reply #7 on:
August 06, 2011, 12:01:23 AM »
Can some one here make a video tutorial this will help us all new members
Logged
djc
Active Member
Offline
Posts: 47
Re: How can I continue g-code tomorrow ?
«
Reply #8 on:
August 06, 2011, 12:07:24 AM »
Quote from: FriendOfGhost on August 05, 2011, 12:27:30 PM
I want to stop (pause) mach3 while running and shutdown eveyything and tomorrow I want to continue where I stopped the system.
Do you know in advance where you want to stop or do you just stop "somewhere" when you run out of time or when the wife calls you home?
If you know in advance, put in an optional stop (M01). If you ever want t run the program through from start to finish, tell Mach to ignore optional stops.
In a way, G-code is like driving a car - it is not wise to just jam on the brakes in the middle lane of the motorway and jump out leaving the car where it stands. You have to indicate, slow down, pull over to the hard shoulder and park up nicely. Further, you stand a much higher chance of restarting in a graceful fashion if you follow the latter procedure.
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: How can I continue g-code tomorrow ?
«
Reply #9 on:
August 06, 2011, 12:08:35 AM »
COme on guys just try it in the air with no part or tools loaded. It is not rocket science.
Load a program move to line inside the program and press run from here and then start and SEE what happens. Follow the prompt from the Message box that will appear. It tells you where you are at position wise and where it will go to get to the part position and gives you some restart options like start spindle.
It will not blow a fuse or cause warts to appear on your finger, just try it (;-) TP
Logged
Pages:
1
2
3
4
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...