probe issue

SheetCam related questions and tips can be posted here
Post Reply
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

probe issue

Post by exitplan »

Can someone tell me why the first probe will not happen during run but will happen if I run as a single blk.
N0010 (Filename: linetestmach8.tap)
N0020 (Post processor: Mach3 plasma THC with scriber and backlash compensation.scpost)
N0030 (Date: 4/11/2021)
N0040 G20 (Units: Inches)
N0050 F1
N0060 G53 G90 G40
N0070 (Part: linetest)
N0080 (Operation: No Offset, Color 0, T1: Plasma, 0.0591 in kerf)
N0090 G00 X0.0000 Y0.0000
N0100 G31 Z-100 F200.0
N0110 G92 Z0.0
N0120 G00 Z0.1299
N0130 G92 Z0.0
N0140 G00 Z0.1500
N0150 M03
N0160 G04 P0.5
N0170 G01 Z0.0600 F3.937
N0180 Y4.0000 F236.22
N0190 M05
N0200 G00 Z0.3937
N0210 X0.9821
N0220 Z0.1500
N0230 G31 Z -100 F200.0
N0240 G92 Z0.0
N0250 G00 Z0.1299
N0260 G92 Z0.0
N0270 G00 Z0.1500
N0280 M03
N0290 G04 P0.5
N0300 G01 Z0.0600 F3.937
N0310 Y0.0000 F236.22
N0320 M05
N0330 G00 Z0.3937
N0340 X2.1429 Y4.0000
N0350 Z0.1500
N0360 G31 Z -100 F200.0
N0370 G92 Z0.0
N0380 G00 Z0.1299
N0390 G92 Z0.0
N0400 G00 Z0.1500
N0410 M03
N0420 G04 P0.5
N0430 G01 Z0.0600 F3.937
N0440 Y0.0000 F236.22
N0450 M05
N0460 G00 Z0.3937
N0470 X3.3929 Y4.0000
N0480 Z0.1500
N0490 G31 Z -100 F200.0
N0500 G92 Z0.0
N0510 G00 Z0.1299
N0520 G92 Z0.0
N0530 G00 Z0.1500
N0540 M03
N0550 G04 P0.5
N0560 G01 Z0.0600 F3.937
N0570 Y0.0000 F236.22
N0580 M05
N0590 G00 Z0.3937
N0600 X0.0000
N0610 M05 M30
User avatar
acourtjester
6 Star Elite Contributing Member
6 Star Elite Contributing Member
Posts: 7784
Joined: Sat Jun 02, 2012 6:04 pm
Location: Pensacola, Fla

Re: probe issue

Post by acourtjester »

Why are you using F200 for a probe speed, I use about F20 :Yay
You may be over running the Z axis velocity
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

i was just changing settings to see if it would change.
it was at 19. but when i run the whole code it runs 90 the the next line after g31 and then everything else runs fine
if i run it in steps every thing runs
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1814
Joined: Mon Jun 12, 2017 6:43 pm

Re: probe issue

Post by robertspark »

what motion software are you using?

mach3 mach4????

what motion controller are you using?

probing (jogging and thc) are internal functions of the motion controller and are not a function of the cam software (once the code is there it is there to run) and is not a function of mach3 or mach4 as it is done within the motion controller....

try adding a delay before probing. (G4 P1.0) ... maybe the motion controller will take notice of g31...
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

Using Mach3 and a sainsmart stb5100
sheet cam and mach3 plasma thc with scriber and backlash compenstation post processor.


tried this
N0010 (Filename: linetestmach8.tap)
N0020 (Post processor: Mach3 plasma THC with scriber and backlash compensation.scpost)
N0030 (Date: 4/11/2021)
N0040 G20 (Units: Inches)
N0050 F1
N0060 G53 G90 G40
N0070 (Part: linetest)
N0080 (Operation: No Offset, Color 0, T1: Plasma, 0.0591 in kerf)
N0090 G00 X0.0000 Y0.0000 --------------- Does this
N0100 G04 P1.0
N0110 G31 Z -100 F20 ------------------ Doesnt do this
N0120 G92 Z0.0 ---------------------- Then runs everything else down correctly
N0130 G00 Z0.1299
N0140 G92 Z0.0
N0150 G00 Z0.1500
N0160 M03
N0170 G04 P0.5
N0180 G01 Z0.0600 F3.937
N0190 Y4.0000 F236.22
N0200 M05
N0210 G00 Z0.3937
N0220 X0.9821
N0230 Z0.1500
N0240 G31 Z -100 F0.7874
N0250 G92 Z0.0
N0260 G00 Z0.1299
N0270 G92 Z0.0
N0280 G00 Z0.1500
N0290 M03
N0300 G04 P0.5
N0310 G01 Z0.0600 F3.937
N0320 Y0.0000 F236.22
N0330 M05
N0340 G00 Z0.3937
N0350 X2.1429 Y4.0000
N0360 Z0.1500
N0360 G31 Z -100 F0.7874
N0370 G92 Z0.0
N0380 G00 Z0.1299
N0390 G92 Z0.0
N0400 G00 Z0.1500
N0410 M03
N0420 G04 P0.5
N0430 G01 Z0.0600 F3.937
N0440 Y0.0000 F236.22
N0450 M05
N0460 G00 Z0.3937
N0470 X3.3929 Y4.0000
N0480 Z0.1500
N0490 G31 Z -100 F0.7874
N0500 G92 Z0.0
N0510 G00 Z0.1299
N0520 G92 Z0.0
N0530 G00 Z0.1500
N0540 M03
N0550 G04 P0.5
N0560 G01 Z0.0600 F3.937
N0570 Y0.0000 F236.22
N0580 M05
N0590 G00 Z0.3937
N0600 X0.0000
N0610 M05 M30
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

Anyone??
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1814
Joined: Mon Jun 12, 2017 6:43 pm

Re: probe issue

Post by robertspark »

what version of mach3 are you running?

it seems some of the older versions may have had a bug in them for this sort of behaviour.

http://www.cncsoftwaretools.com/forum/v ... .php?t=762
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

Version R3.043.062
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

well getting somewhere reinstalled mach3 and now it stops on first g31 probe
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1814
Joined: Mon Jun 12, 2017 6:43 pm

Re: probe issue

Post by robertspark »

exitplan wrote: Tue Apr 13, 2021 4:14 pm Version R3.043.062
Thats normally the one that is recommended for motion controllers (something broke in 066 for the smooth stepper anyway).

ftp://anonymous:guest@ftp.machsupport.com/Mach3/
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

so what one should i get
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1814
Joined: Mon Jun 12, 2017 6:43 pm

Re: probe issue

Post by robertspark »

exitplan wrote: Tue Apr 13, 2021 5:30 pm so what one should i get
sorry I am out of ideas.

as I said, it seems you are using the right one from my experience. the right one is really the one that works.

you can try contacting the manufacturer of the motion controller for guidance as to the right version for the plugin and motion controller.

Probing is an internal function within the motion controller and is not something mach3 controls

sorry I have moved on from mach3 (too many glitches and bugs and always dependant on some black box firmware and hoping it works.... till you find it doesn't and can't fix or diagnose it yourself).
exitplan
1/2 Star Member
1/2 Star Member
Posts: 8
Joined: Sun Apr 11, 2021 3:03 pm

Re: probe issue

Post by exitplan »

i got the r2.63 and it seems to be working have to test some more.
Thanks for the help though. so what did you move on to if i may ask?
Post Reply

Return to “SheetCam”