Hello Guest it is April 18, 2024, 12:58:32 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - manmeran

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 »
191
General Mach Discussion / Re: RUN REVERSE, Serious problem
« on: May 24, 2010, 12:26:50 PM »
see video
i set feedrate 700 ,i have two button "M113 pause" and "M114 resume"
when i press M114 feedrate change to 2000~2500
in addition i attach  .tap
and i use this macro :

'F13     Feedhold/stop to check torch
sleep(100)
DoButton(1)                 'Feedhold
While IsMoving      'Wait for movement to stop
Sleep(100)
Wend
DoSpinStop                                 ' Turn OFF torch
Sleep(100)
SetVar(601,Getdro(2))     'Setvar to Zpos
Sleep(100)
DoButton(3)      'Set Stop
Sleep(100)
SetVar(602,GetDro(0))   'Setvar to Xpos
SetVar(603,GetDro(1))   'SetVar to ypos
SetVar(604,GetDro(18))   'SetVar to Feedrate
SetVar(605,GetDro(16))   'SetVar to CurrentLine#
End  

and

'F14
Code"G0 X#602 Y#603"   'Return To Stop Point
While IsMoving()
Sleep(100)
Wend
Code"G31 Z-100"    'ReREF Head  to TOM
While Ismoving()
Sleep(100)
Wend
Code"G92 Z0.000"                    'Reset Dro
sleep(100)
Code"G0 Z#601"      'Return Z to stop Point
While IsMoving()
Sleep(100)
Wend
SetDro(16,Getvar(605))   'Reset SET NEXT LINE #
Sleep(100)
SetDro(18,GetVar(604))   'Reset Feedrate
Sleep(100)
DoOemButton(156)                      'Run SET NEXT LINE
Sleep(100)
DOSPINCW      'Refire Torch
Sleep(100)
DoButton(0)       'Resume Program from Stop Point
End      


192
General Mach Discussion / Re: RUN REVERSE, Serious problem
« 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 ?

193
General Mach Discussion / Re: Three LPT Ports
« on: May 24, 2010, 08:57:35 AM »
I am working on it

194
General Mach Discussion / Re: RUN REVERSE, Serious problem
« 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

195
General Mach Discussion / Re: RUN REVERSE, Serious problem
« on: May 23, 2010, 02:56:28 PM »
no . i have license
I think that you not read my previous posts.

196
General Mach Discussion / Re: RUN REVERSE, Serious problem
« 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

197
General Mach Discussion / Re: RUN REVERSE, Serious problem
« 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.

198
General Mach Discussion / Re: RUN REVERSE, Serious problem
« 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 ?

199
General Mach Discussion / Re: RUN REVERSE, Serious problem
« on: May 23, 2010, 07:15:20 AM »
another problem:

200
General Mach Discussion / Re: RUN REVERSE, Serious problem
« on: May 23, 2010, 04:30:06 AM »
i test this macros in PC ,It seems M113 is ok but when run M114 :
feedrate change Be more.
what ?

in addition i modify M114: 
 SetDro(16,(Getvar(605) -1) )   'Reset SET NEXT LINE #-1

No problem there?

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 »