Hello Guest it is March 28, 2024, 01:35:30 PM

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

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RUN REVERSE, Serious problem
« Reply #50 on: May 26, 2010, 08:57:09 PM »
'Stop Button     Feedhold/stop to check torch
DoButton(1)                 'Feedhold
While IsMoving      'Wait for movement to stop
Sleep(100)
Wend
DoSpinStop                                 ' Turn OFF torch
Sleep(1000)
DoButton(286)            ' Set positions
Sleep(1000)
DoButton(3)      'Set Stop
Sleep(1000)
SetVar(604,GetDro(18))   'SetVar to Feedrate
SetVar(605,GetDro(16))   'SetVar to CurrentLine#
Code"G0 Z1.000"      'Move to a SafeZ
While IsMoving()      
Sleep(1000)
Wend
Code"(Stop Routine Complete)"
End     

'***************************************************************************************************************************************X

'Restart Button to return to work
Code"G1 Z1.000 F#604"             'Go To a SafeZ
While IsMoving()
Sleep(1000)
Wend
SetDro(16,Getvar(605))   'Reset SET NEXT LINE #
Sleep(100)
SetDro(18,GetVar(604))   'Reset Feedrate
Sleep(100)
'************************* Setup TOM to suite machine
'Code"G28.1 Z0.500"    'ReREF Head  to TOM
'While Ismoving()
'Sleep(100)
'Wend
'Code"G92 Z0.000"                    'Reset Dro
"Code"G1 Z0.150"
'Code"G92 Z0.000"
'sleep(100)
'*************************************************
DoOemButton(285)             'Return to stop position
While IsMoving()
Sleep(1000)
Wend
Code"G1 Z#601 F#604"      'Return Z to stop Point
While IsMoving()
Sleep(1000)
Wend
DOSPINCW()      'Refire Torch
Sleep(100)
DoButton(0)       'Resume Program Run from Stop Point
Code"(You are now back ONLINE cutting )"
End         
Re: RUN REVERSE, Serious problem
« Reply #51 on: May 27, 2010, 03:08:50 AM »
Quote
I have been cutting for about 40 years now so I might have an idea about how it works and HOW to do it at the best economic RETURN on my Dollar.
I have to accept you're a master, I confess in front of you I am human illiteracy.I am young and inexperienced
Please share with our valuable experiences and idea about cutting .

Quote
Now in all fairness there are some things that mach does not do as well as the $10k controllers BUT for $175 what exactly are you expecting???
I accept, you say right


Quote
This has been working this morning without fail for several hours of testing with the latest MACH lockdown version V.040.
very thx for try
**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 #52 on: May 27, 2010, 12:01:16 PM »
I might not know ALL the ways it can be done, But I do know most of the ways that it can be messed up.

If you have a problem just ask for the help, Baggering the product does not help it only gets you fussed at(;-)

Been there done that as well.

Re: RUN REVERSE, Serious problem
« Reply #53 on: June 02, 2010, 03:21:30 PM »
when we use this Command (DoOemButton(285)    'Return to stop position)  on the page is displayed warning.Like the image below

I use modbus pendant and I dont want verified this warning as manually( Because I am away from PC) .
Is there a way that it does not show this warning?

Amir
« Last Edit: June 02, 2010, 03:24:43 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 #54 on: June 02, 2010, 07:01:30 PM »
(;-) That was why we had the OTHER version as one did not have to deal with the restat window, But is does not seem to work on your end.

Right now I don't have any other suggestions other than working with the old version and see what it takes to make it work on your end.

(;-)