Rotary Plasma G00 plunge below surface before and after path.

Having problems with or questions about SheetCam? Post them here.
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by Les Newell »

In Mach go to MDI and enter this:
M101
Then press enter. It should reference the torch. Does the torch end up touching the work or is it above the work? I'm guessing it will end up 0.4" above.
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

In rotary the M101 does nothing, non-responsive, I checked with G0 X1 Y1 Z1 that it's taking manual inputs which it is. In normal flat mode (Icon), M101 references the work surface then pulls up to 2.000".
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

Is it odd that M101 doesn't work?
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by Les Newell »

It is odd. Edit your post. On line 8 you should see this:
useRef = true
Change it to:
useRef = false
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

No useref came up in the post search, I checked that my search is working too. Here's a prntscrn of the top of the post:
Attachments
useref.png
useref.png (79.01 KiB) Viewed 2776 times
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by Les Newell »

Oops, I must have been looking at the wrong post. OK, try this. On line 327 you have this code:

Code: Select all

   if(toolClass == "PlasmaTool") or (toolClass == "MarkerTool") then
      post.Text(" M101\n")
   end
Change it to

Code: Select all

   if(toolClass == "PlasmaTool") or (toolClass == "MarkerTool") then
     return
   end
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

We're getting closer! At each "hole" it tries to cut a full circumference of the pipe. Job attached:
Attachments
saddleREV5edit.job
(17.81 KiB) Downloaded 117 times
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by Les Newell »

In Mach3 is your A axis defined as rotary? If so set it to linear. Mach3's rotary axes cause all sorts of problems.
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

I can't seem to figure out by myself how to check/change this setting. Guidance?
User avatar
djreiswig
Posts: 484
Joined: Sat Feb 20, 2016 4:47 am
Location: SE Nebraska

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by djreiswig »

Config.. General config. Angular properties. You want linear axes not angular.
Config.jpg
Config.jpg (176.68 KiB) Viewed 2753 times
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

Yeah I had all those unchecked. What's next to look at?
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

Les are you available for hire with TeamViewer support, or is this the best avenue?
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

Also, REV5 with the edit will make the second cut of all flat work plunge below depth. Have reverted back to REV2. Thoughts?
ionian
Posts: 20
Joined: Tue Dec 22, 2020 5:58 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by ionian »

I'll still need your help to get the machine into working order sorry.
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Rotary Plasma G00 plunge below surface before and after path.

Post by Les Newell »

The attached post will fix the failure to reference for flat sheet. I can't see anything in the code that could cause the problem with your holes cutting the whole circumference of the pipe. Just as an experiment try moving the holes down so they aren't on the centre line of your drawing. Does that make any difference?
Attachments
PlasmaRotary Mach3 Fastcut REV6.scpost
(12.48 KiB) Downloaded 119 times
Post Reply