585,991 active members*
4,725 visitors online*
Register for free
Login
Page 66 of 76 16566465666768
Results 1,301 to 1,320 of 1506
  1. #1301
    Join Date
    Apr 2016
    Posts
    100

    Re: Mach3 2010 Screen set

    That's wisdom. If it ain't broke, don't fix it.

    I've gotten into too much trouble over the years ignoring that advice.
    CNC hobbyist since 2003.
    Current CNC hardware: Sherline/A2ZCNC extended, 4 axis X/Y mill and Sherline lathe

  2. #1302

    Re: Mach3 2010 Screen set

    I'm using the 2010 Screenset auto zero functionality and I'm trying to adjust my post processor file to work with it. My gcode post processor file has a G43Hx (x being the tool number) after the M6 which I have commented out. Is it needed? Harm to leave it in?

    Does this snippet of code before and after the M6 look correct for the auto zero to work??

    N2020 Y21.7249
    N2030G1 X89.7929
    N2040 Y22.7249
    N2050G0 Z1.2500
    N2060M5
    N2065 (Tool=3/8 Compression)
    N2070M6 T3
    N2080M3 S18000
    N2090G0 X34.8306 Y42.2928 Z1.2500
    N2100G0 Z0.2500
    N2110G1 Z0.0000 F70.0
    N2120G1 X35.8306 Z-0.7000 F70.0
    N2130G1 X55.9558 F200.0
    N2140 Y45.5428

  3. #1303
    Join Date
    Mar 2003
    Posts
    35538

    Re: Mach3 2010 Screen set

    I prefer to remove the G43, but if you don't have any tool lengths in your tool table, it shouldn't cause a problem.


    It looks fine like you have it.
    You just need an M5 before the M6, and the M3 S## after.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  4. #1304

    Re: Mach3 2010 Screen set

    Quote Originally Posted by ger21 View Post
    I prefer to remove the G43, but if you don't have any tool lengths in your tool table, it shouldn't cause a problem.


    It looks fine like you have it.
    You just need an M5 before the M6, and the M3 S## after.
    Thanks Gerry!

  5. #1305
    Join Date
    Dec 2013
    Posts
    28

    Re: Mach3 2010 Screen set

    Do you have a tool table with tool lengths recorded in it? If so t1 is you default 0 in order to get the other tools to auto 0 you should call a G0 G43 H(tool #) Z1.2500 after the M6 . This will send the new tool down to its 0 plus the Z dimension. Even if you don't have a ATC you can set Mach to pause at M6 so you can do a manual tool change and it will still offset to the new tool if its in the tool table correctly.

    Steve
    PS sorry I jumped ahead.The 2010 screen set have a probe call for an auto zero as a macro.
    I do like the looks of the screen set and will try it.

  6. #1306
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    What could be a possible cause of the z-axis cutting about 2 times its programed depth. We zero the z with a puck touch plate 0.625" thick.

    The axis is properly calibrated, we've used the machine by zeroing with a piece of paper and it cut as it should. The x and y axiis are fine, we manually zero these until we can make up a touch plate. When we use the 2010 simple auto zero its like it is not calculating something properly. We always have to press reset to prevent it from going into the table. We are not using material offset, it's set to zero and not selected. Its like some compensation is selected somewhere but we can't find it. The machine homes properly, goes to the proper park and tool change postion. Whenever we try the auto zero for the z-axis its always to deep no matter what we try.

    EDIT

    *The zero probe itself works i.e it will touch the probe twice then retract 1" ofF the work piece. Thats what makes it more baffling it must be getting the right distance but then you run the nc for the part and it goes to deep.

  7. #1307
    Join Date
    Jun 2010
    Posts
    4256

    Re: Mach3 2010 Screen set

    Hi Jake

    I have no idea what CNC HW you are running, but I guess you are using Mach3 at least.
    There is one reason why touch probing does not always work, and that is because the Chinese controller does not support g31 (the touch probe command) properly. We have seen this in the past. Could this be happening to you?

    Cheers
    Roger

  8. #1308
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    We are using a chinese controller, AKZ250 by leafboy.
    Leafboy77 - Mach3 Usb Motion Card (AKZ250)

    Is their a known issue with that particular controller? We were working on this for a couple of hours today. Its driving me nuts.

    the machine came with this hardware including the touch plate. Yes we are using MACH3, I don't recal the exact version, I'm at home now.

  9. #1309
    Join Date
    Mar 2003
    Posts
    35538

    Re: Mach3 2010 Screen set

    It's a known issue with most chinese controllers. Send me an email, and I'll send you some alternate macros to try.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  10. #1310
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    Thanks ger21

    email sent.

  11. #1311
    Join Date
    Jun 2010
    Posts
    4256

    Re: Mach3 2010 Screen set

    As Gerry said - known problem with the AKZ250.
    IF I remember correctly (that's IF), the AKZ250 stops where it should but does not report the XYZ values back to Mach3. However, the actual Z DRO value is quite close, especially if you were going slowly.
    Chinese controllers ...

    Cheers
    Roger

  12. #1312
    Join Date
    Dec 2013
    Posts
    28

    Re: Mach3 2010 Screen set

    Quote Originally Posted by jake76 View Post
    What could be a possible cause of the z-axis cutting about 2 times its programed depth. We zero the z with a puck touch plate 0.625" thick.

    The axis is properly calibrated, we've used the machine by zeroing with a piece of paper and it cut as it should. The x and y axiis are fine, we manually zero these until we can make up a touch plate. When we use the 2010 simple auto zero its like it is not calculating something properly. We always have to press reset to prevent it from going into the table. We are not using material offset, it's set to zero and not selected. Its like some compensation is selected somewhere but we can't find it. The machine homes properly, goes to the proper park and tool change postion. Whenever we try the auto zero for the z-axis its always to deep no matter what we try.

    EDIT

    *The zero probe itself works i.e it will touch the probe twice then retract 1" ofF the work piece. Thats what makes it more baffling it must be getting the right distance but then you run the nc for the part and it goes to deep.
    Are you zeroing it on the number 0 tool? This sets the base reference for the tool table then your offsets must be right on your other tools and there must be the H word (height) call before your Z move.. ie. N10 G0 G43 H2 Z0.100.This will rapid the Z down to tool offset #2 to .100 above set 0 with the G43 tlo call.

    Is the T number in the nc file the same as the one you are zeroing on?

    Good luck
    Steve

  13. #1313
    Join Date
    Jun 2010
    Posts
    4256

    Re: Mach3 2010 Screen set

    The zero probe itself works i.e it will touch the probe twice then retract 1" ofF the work piece.
    Yes, I can do that withOUT using the faulty returned Z value.
    Probe
    Back off 0.1" IN INCREMENTAL MODE
    Probe
    Back off 1" in incremental mode.
    Revert to absolute mode

    Cheers
    Roger

  14. #1314
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    Thanks RCaffin and Machine head 57.

    ger21 sent me some new scripts to try, I will also check all the things you mention when I'm back in the shop today. I do know for sure that we are set for tool 0.

  15. #1315
    Join Date
    Mar 2003
    Posts
    35538

    Re: Mach3 2010 Screen set

    Are you zeroing it on the number 0 tool? This sets the base reference for the tool table then your offsets must be right on your other tools and there must be the H word (height) call before your Z move.. ie. N10 G0 G43 H2 Z0.100.This will rapid the Z down to tool offset #2 to .100 above set 0 with the G43 tlo call.

    Is the T number in the nc file the same as the one you are zeroing on?
    With the 2010 Screenset, you do NOT want to use G43, and the tool # doesn't matter.
    Each tool is zeroed automatically, so no tool length offets are needed.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  16. #1316
    Join Date
    Dec 2013
    Posts
    28

    Re: Mach3 2010 Screen set

    Quote Originally Posted by ger21 View Post
    With the 2010 Screenset, you do NOT want to use G43, and the tool # doesn't matter.
    Each tool is zeroed automatically, so no tool length offets are needed.
    So you are zeroing each tool as it is selected.
    Ok then no G43 and no tool table. maybe we need to see the start of the file that the problem is in .

    Steve

  17. #1317
    Join Date
    Mar 2003
    Posts
    35538

    Re: Mach3 2010 Screen set

    No, the problem is that the motion controller he's using doesn't properly support G31 moves.
    G31 are supposed to set a system var with the trip point. This var is used to set Z zero. Most chinese motion controllers don't set the var, so the zero point is not set correctly.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  18. #1318
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    Well it works, manily. Every once in a while it seems to glitch. We actually wrote down our step by step procedure to eliminate procedure as a cause. I could tell when the value was wrong after doing a regen toolpath, after zering the axis's. Mach reads through the G-code and they flash on the DRO, when it's right 1.8" inches flashes in the z-axis DRO, when it's wrong 3.8" flashs there. I hope you are understanding what I'm trying to say? We also intermittently get out of sync errors reported.

    Could anyone recommend a reliable replacement for that chinese motion board?

  19. #1319
    Join Date
    Mar 2003
    Posts
    35538

    Re: Mach3 2010 Screen set

    Could anyone recommend a reliable replacement for that chinese motion board?
    Anything not made in China.

    The Ethernet Smoothstepper is probably the most popular. All of the CNC Drive controllers are very good.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  20. #1320
    Join Date
    May 2005
    Posts
    32

    Re: Mach3 2010 Screen set

    I was looking at this one.

    UC300ETH-5LPT ethernet motion controller for Mach3

    I'm guessing, judging by the amount of views, this is the one you're talking about.

    CNC Ethernet SmoothStepper for Mach3 / Mach 4 CNC Smooth Stepper Motion Control

    I'll have to read through the documentation on them and the stepper drivers we have (chinese drivers as well)

    Thanks for all your help ger21, at least it's useable (hopefully) until I can get too doing some replacements.

Page 66 of 76 16566465666768

Similar Threads

  1. Mach3 screen set
    By PEU in forum Screen Layouts, Post Processors & Misc
    Replies: 3
    Last Post: 11-28-2014, 11:00 AM
  2. Econo-Probe Setup with Mach3 + Ger's 2010 Screenset
    By jmc2010 in forum CNC Machine Related Electronics
    Replies: 3
    Last Post: 06-24-2014, 04:21 AM
  3. G100 + Mach3 2010 screen auto tool zero
    By Menatep in forum G-REX
    Replies: 4
    Last Post: 05-02-2014, 10:13 PM
  4. Strange Issue with 2010-4 Screen Set in second machine profile
    By JoeKumanchik in forum Mach Software (ArtSoft software)
    Replies: 2
    Last Post: 03-30-2014, 11:27 PM
  5. New Mach3 Router Screen
    By ger21 in forum DIY CNC Router Table Machines
    Replies: 2
    Last Post: 07-08-2008, 03:06 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •