Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: machinist888 on June 29, 2014, 04:53:11 AM

Title: RUN FROM HERE PROBLEM
Post by: machinist888 on June 29, 2014, 04:53:11 AM
i have about 1.200.000 gcode lines. i stop my work on 780.000, but after want to continue my work with run from here, it only want to begin at 550.000, can't go to 780.000... this is bug or what?
Title: Re: RUN FROM HERE PROBLEM
Post by: Hood on June 30, 2014, 05:04:34 AM
Can you please attach both your code and your xml and I will see if I can find the issue.

Hood
Title: Re: RUN FROM HERE PROBLEM
Post by: BLM on June 30, 2014, 08:26:34 PM
I also have that problem. When I type in my line of code that I want to run from hit enter and it always goes to line 100. Doesn't make any difference what the actual value I put in.
Title: Re: RUN FROM HERE PROBLEM
Post by: machinist888 on July 01, 2014, 04:07:34 AM
there still problem with different g code , i try 2.200.000 g code and run from here start at line 1.000.000, and problem again only begin at 550.000, but if i try from line 545.000 it will run
Title: Re: RUN FROM HERE PROBLEM
Post by: Tweakie.CNC on July 01, 2014, 07:33:11 AM
there still problem with different g code , i try 2.200.000 g code and run from here start at line 1.000.000, and problem again only begin at 550.000, but if i try from line 545.000 it will run

machinist888,

Perhaps, if you attach both your code and your .xml file we could find the problem for you.  :)

Tweakie.
Title: Re: RUN FROM HERE PROBLEM
Post by: Mountainman on July 02, 2014, 12:21:32 PM
I got a question that maybe will shed some light or maybe not.  I have to index a pc of metal in the middle of teh program so I have an M2 right where I have to manually change the index and then back to M3.  Problem is wherever the machine messes up and doesn't do a move or something Run from here usually goes back to the first M2 and no further.  Would things be any better if I used M0 ?  I need it to stop and I do whatever I have to do and hit cycle start to start on the next line.    
Title: Re: RUN FROM HERE PROBLEM
Post by: Hood on July 02, 2014, 12:51:23 PM
M2 is Programme End so when you do a RFH mMach runs through the code, sees the Programme End and does exactly that.
Use M0 or M1 and it should work fine.
Hood
Title: Re: RUN FROM HERE PROBLEM
Post by: Mountainman on July 02, 2014, 02:31:04 PM
THanks