Hello Guest it is March 28, 2024, 05:03:27 PM

Author Topic: m03 floating head programing  (Read 27246 times)

0 Members and 1 Guest are viewing this topic.

Re: m03 floating head programing
« Reply #30 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
Re: m03 floating head programing
« Reply #31 on: March 16, 2017, 12:23:24 PM »
any  one  no how to get vectric post p to work for plasma  
Re: m03 floating head programing
« Reply #32 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   
Re: m03 floating head programing
« Reply #33 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
Re: m03 floating head programing
« Reply #34 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
Re: m03 floating head programing
« Reply #35 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