Hello Guest it is April 20, 2024, 11:07:13 AM

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 - leon crist

Pages: 1
1
General Mach Discussion / Re: m03 floating head programing
« on: March 27, 2017, 10:57:24 PM »
This should get you close to what you wanted. You will have to adjust the switch offset to match your machine and the Feedrate to what you want.

'M3 Macro for TOM G31 Version
Cfr = GetDro(18)
Code"G31 Z-5 F20"                                     ok so  what does this do  the is it the distence from switch  Code"G0 Z .080"     'Switch offset  ok my swich kicks probe light on at .340 so do i put that in the pierce height then   
While Ismoving()
Wend
Code"G92 Z0"
While Ismoving()
Wend
Code"G0 Z .080"     'Switch offset
While Ismoving()
Wend
Code"G92 Z0.000"
While Ismoving()
Wend
COde" G0 Z0.120"    'Pierce Height
While Ismoving()
Wend
SetDro(18,Cfr)
While Ismoving()
Wend
DoOemButton(110)  'Fires Torch reset THC height
END



2
General Mach Discussion / Re: m03 floating head programing
« on: March 27, 2017, 03:27:37 AM »
 got these codes in mine but my m3 from my post p comes on at  start point then hits float switch and lifts like it should but how can i get rid of the m3 that comes on when z is going down and come on with the code above  any help

3
General Mach Discussion / Re: m03 floating head programing
« on: March 27, 2017, 03:18:11 AM »
You really don't want it to do it EVERY time the M3 is called(;-) do you??? You will spend more time finding the TOM than cutting.

Just a thought, (;-) TP


             got these codes in mine but my m3 from my post p comes on at  start point then hits float switch and lifts like it should but how can i get rid of the m3 that comes on when z is going down and come on with the code above

4
General Mach Discussion / Re: m03 floating head programing
« on: March 23, 2017, 12:20:05 PM »
so could you help me on this where do i put these files to make cnc run this file  every time i load a file to cut   

5
General Mach Discussion / Re: m03 floating head programing
« on: March 16, 2017, 12:23:24 PM »
any  one  no how to get vectric post p to work for plasma  

6
General Mach Discussion / Re: m03 floating head programing
« on: March 15, 2017, 11:03:01 PM »
ok i have this all working on my cnc  i hit auto tool zero and it goes down and set the lift hight  now need to figger out soft ware to  do my tool passes  i have vectric asire but no m3 m5  any help  wish there was some one to work my post p over for mach

7
General Mach Discussion / Re: m03 floating head programing
« on: March 15, 2017, 06:00:22 PM »
ok i am new to the plasma so i put these codes in my mach in tool change and it all works but i need to no what soft ware to use for plasma i am trying aspire 4.0 but no post p to turn on tourch and shut off when done  any help ..

8
General Mach Discussion / Re: m03 floating head programing
« on: March 15, 2017, 01:33:46 AM »
 so do i copy past in mt edit scipt and put it in the auto tool cange or where just making shure

Pages: 1