Hello Guest it is March 28, 2024, 06:21:44 PM

Author Topic: RUN REVERSE, Serious problem  (Read 22624 times)

0 Members and 1 Guest are viewing this topic.

Re: RUN REVERSE, Serious problem
« Reply #20 on: May 23, 2010, 12:00:20 PM »
thx for reply
we use "SetVar(604,GetDro(18))   'SetVar to Feedrate"
then should not feedrate change but what?

in addition please see my image and read text. I questioned about what torch is ON when nozzle dont reach to T spot ?
**Even a clock that does not work is right twice a day**
Re: RUN REVERSE, Serious problem
« Reply #21 on: May 23, 2010, 01:14:14 PM »
let me explain:
When the torch is turned off During cutting ,nozzle moves a path without cut .

When we use these two macro.in fact with M114 The nozzle continue to move from Point that was stopped.

 i change macro 113 to form:
""" SetVar(605,(GetDro(16)-1))   'SetVar to CurrentLine# """

With this change, nozzle move to first line of unfinished.
now my problem :
when nozzle go back to first line of unfinished ,torch is ON
how i could change macro 114 for the nozzle go back and stop here then torch ON ,DELAY And finally START.
please guide me.
**Even a clock that does not work is right twice a day**

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RUN REVERSE, Serious problem
« Reply #22 on: May 23, 2010, 02:18:05 PM »
OK ARE you testing this on a machine OR testing it on a PC without the Mach driver running??

IF the driver is NOT running then many things may NOT work correctly as the driver controls many key timing points.

IF the torch is shutting OFF before the stop point OR turrning ON before it gets to the restart point,

 then MACH is "ignoring" the While Ismoving() command. I can't fix that for you(;-) that would be an internal mach VB problem

*** You may try increasing the Sleep Values to 1000 or 2000

I don't see "either" of the problems running it here on a live machine. But i am on an older version of mach that may not have the problem.
« Last Edit: May 23, 2010, 02:24:54 PM by BR549 »

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RUN REVERSE, Serious problem
« Reply #23 on: May 23, 2010, 02:22:40 PM »
OOPS pushed the wrong button
« Last Edit: May 23, 2010, 02:25:25 PM by BR549 »
Re: RUN REVERSE, Serious problem
« Reply #24 on: May 23, 2010, 02:26:01 PM »
i have ArkOk. when torch is shutting OFF ,ArkOk  cause stop mach.From here explain.
please Describe How to act ? ( i mean two macro)
For better understanding.
i test in pc with mach driver
« Last Edit: May 23, 2010, 02:43:54 PM by manmardam »
**Even a clock that does not work is right twice a day**

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RUN REVERSE, Serious problem
« Reply #25 on: May 23, 2010, 02:55:18 PM »
ARE you running in DEMO mode?
Re: RUN REVERSE, Serious problem
« Reply #26 on: May 23, 2010, 02:56:28 PM »
no . i have license
I think that you not read my previous posts.
« Last Edit: May 23, 2010, 02:59:17 PM by manmardam »
**Even a clock that does not work is right twice a day**
Re: RUN REVERSE, Serious problem
« Reply #27 on: May 24, 2010, 04:36:38 AM »
i solve feedrate problem .

        """SetOemDro(58,GetVar(604))          'Reset Feedrate

but Still remains one problem.
i use Arkok ,and when torch shutting off ,Movement ends. now i press button M113.
for example in line 111 trigger Macro113 .
i change code to :
SetVar(605,GetDro(16)-1)   'SetVar to CurrentLine#

With this change nozzle go back first line 111 and So far is ok, but issue is During Move through middle line111 to the first line111 the torch is ON.
How i could repair this problem ?
sorry for bad english and thx all
« Last Edit: May 24, 2010, 04:39:11 AM by manmardam »
**Even a clock that does not work is right twice a day**

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RUN REVERSE, Serious problem
« Reply #28 on: May 24, 2010, 10:12:16 AM »
IF I read you correctly then just remove the -1 and just restart where you left off.
Re: RUN REVERSE, Serious problem
« Reply #29 on: May 24, 2010, 10:18:19 AM »
i dont understand your mean :(
i generate a g-code file with sheetcam(THC G31) and again test it, The result was strange.
feedrate again change. im confuse.
what? sometime feedrate change ,sometime not change and is ok
its possible that you test it ?
**Even a clock that does not work is right twice a day**