Hello Guest it is April 16, 2024, 01:50:22 AM

Author Topic: RUN FROM HERE PROBLEM  (Read 4148 times)

0 Members and 1 Guest are viewing this topic.

RUN FROM HERE PROBLEM
« 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?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: RUN FROM HERE PROBLEM
« Reply #1 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

Offline BLM

*
  •  37 37
    • View Profile
Re: RUN FROM HERE PROBLEM
« Reply #2 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.
Re: RUN FROM HERE PROBLEM
« Reply #3 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
« Last Edit: July 01, 2014, 04:09:16 AM by machinist888 »

Offline Tweakie.CNC

*
  • *
  •  9,195 9,195
  • Super Kitty
    • View Profile
Re: RUN FROM HERE PROBLEM
« Reply #4 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.
PEACE
Re: RUN FROM HERE PROBLEM
« Reply #5 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.    

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: RUN FROM HERE PROBLEM
« Reply #6 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
Re: RUN FROM HERE PROBLEM
« Reply #7 on: July 02, 2014, 02:31:04 PM »
THanks