Mach3 2010 Screen set - Page 13


Page 13 of 76 FirstFirst ... 3101112131415162363 ... LastLast
Results 241 to 260 of 1506

Thread: Mach3 2010 Screen set

  1. #241
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    No, I just have conflicting info. I think I changed it after I wrote that part of it. The section that talks about homing in the back is correct. I'll try to fix that up tonight. Thanks.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  2. #242
    Member
    Join Date
    Dec 2009
    Location
    usa
    Posts
    528
    Downloads
    0
    Uploads
    0

    Default

    I was setting up my machine to do some cutting and was doing the x- and y- probe. I first did the y-probe and was holding the probe against the material. Everything was going well until it got done. Then to my surprise, the machine started moving toward me - along the x-axis. I reached for the e-stop very quickly. Rebotted Mach3 and tried it again. The same thing happened. Started looking at what's going on and noticed that the probe edge was still on.

    Can we have the probe-edge option as a one-time only option - turn it off after doing an edge probe to protect people like me from hurting themselves. :-)



  3. #243
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    Add this line to the end of each probing macro (M901-M912):

    SetUserLED (1870,0)

    Add it right before "End Sub"

    I just tested it and it works fine.

    I don't want to change it though, as then someone would want it the way it is now.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  4. #244
    Member
    Join Date
    Dec 2009
    Location
    usa
    Posts
    528
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by ger21 View Post
    Add this line to the end of each probing macro (M901-M912):

    SetUserLED (1870,0)

    Add it right before "End Sub"

    I just tested it and it works fine.

    I don't want to change it though, as then someone would want it the way it is now.
    Thank you, Sir!

    BTW, I forgot to mention that I had to enter the radius instead of the diameter for the probe tip. The old probe that I used picked up the diameter from the current tool. Is it possible to do that with the wizard?



  5. #245
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    [quote=jsantos;992736]
    Quote Originally Posted by ger21 View Post

    1. Can we have the DROs in the Probe Wizard longer or the text smaller? I work in millimeters and the Edge Length DRO truncates to 3 digits to the right of the decimal point.
    Are you using large fonts, or something other than the standard Mach3 font (Arial)? I have 4 decimal places here.


    BTW, I forgot to mention that I had to enter the radius instead of the diameter for the probe tip.
    Are you sure? I know that a few people use it regularly, and no one has reported that. I just looked through the code, and did some testing, and it looks correct to me.


    The old probe that I used picked up the diameter from the current tool. Is it possible to do that with the wizard?
    If you want to edit the code, I can probably come up with a way to do it. Say, if the diameter DRO is zero, then use the current tool Dia as the Probe Dia?

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  6. #246
    Member
    Join Date
    Dec 2009
    Location
    usa
    Posts
    528
    Downloads
    0
    Uploads
    0

    Default

    [quote=ger21;993973]
    Quote Originally Posted by jsantos View Post

    Are you using large fonts, or something other than the standard Mach3 font (Arial)? I have 4 decimal places here.

    Sorry, I meant I only get 3 digits to the left of the decimal place.


    Are you sure? I know that a few people use it regularly, and no one has reported that. I just looked through the code, and did some testing, and it looks correct to me.

    I looked at the code and it looked correct to me too, so I tried it again and now I had to enter the diameter. Strange, I was using the radius 3 different times in 3 different runs. Has to be have been operator error, just like not turning off the edge probe. :-)


    If you want to edit the code, I can probably come up with a way to do it. Say, if the diameter DRO is zero, then use the current tool Dia as the Probe Dia?
    I guess I'll have to take to modifying the code.

    I used to be a partner in a computer consulting company and we did some pretty good business of reimplementing software that companies have bought and modified over time. Over a period of years modifying vendor code, they got to the point where they could not keep up with the updates anymore and decide to reimplement, spending millions in the process. Then, they start modifying the code again.


    In the interest of safety, isn't it a better option to have the edge probe a one-shot option instead of the other way around. And anyone who wants to keep it turned on/off can change it themselves to their peril?



  7. #247
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    Here's what I'll do. I'll be going through the entire wizard and adding some new features.

    1) Add external probing of round objects.
    2) I'll add an option to turn off Edge Probing, so people can have a choice.
    3) If Probe Diameter is 0.00, it will use the current tool's diameter
    4) Allow 4 digits on each side of decimal.

    This might take a few weeks, so if you have any more suggestions, let me know.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  8. #248
    Member HelicopterJohn's Avatar
    Join Date
    Dec 2005
    Location
    United States
    Posts
    769
    Downloads
    0
    Uploads
    0

    Default Thanks

    Hi Gerry,

    Thanks for you continued support of an already fine product.

    The Semi-Automatice Tool Changer is a REAL GEM!

    I am just now getting ready to start using the probing wizard and look forward to your update with new features.

    John

    2007 HAAS TM-1P OneCNC XR5 Mill Pro. Shopbot PRT running Mach3 2010 Screen Set, Super PID and PMDX Electronics.Check out my Gallery on: http://www.johnsmarinesolutions@gmail.com


  9. #249
    Registered PEU's Avatar
    Join Date
    May 2005
    Location
    Buenos Aires - Argentina (I like Ribs)
    Posts
    925
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by ger21 View Post
    Here's what I'll do. I'll be going through the entire wizard and adding some new features.

    1) Add external probing of round objects.
    2) I'll add an option to turn off Edge Probing, so people can have a choice.
    3) If Probe Diameter is 0.00, it will use the current tool's diameter
    4) Allow 4 digits on each side of decimal.

    This might take a few weeks, so if you have any more suggestions, let me know.
    Cool, let me suggest again having a LED next to each axis DRO to know which one is selected when using an MPG. Thanks!


    Pablo

    ● Distribuidor Syil en Argentina ● "www.syil.com.ar" ●


  10. #250
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    I'm only updating the probing wizard. These LED's are already on the probing page.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  11. #251
    Member
    Join Date
    Dec 2009
    Location
    usa
    Posts
    528
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by ger21 View Post
    Here's what I'll do. I'll be going through the entire wizard and adding some new features.

    1) Add external probing of round objects.
    2) I'll add an option to turn off Edge Probing, so people can have a choice.
    3) If Probe Diameter is 0.00, it will use the current tool's diameter
    4) Allow 4 digits on each side of decimal.

    This might take a few weeks, so if you have any more suggestions, let me know.
    Option for negative edge probing, i.e., option to have the next edge probe moving backward instead of forward.


    Suggestion: I think it might help people better understand the value-add of your screenset if you post the manuals. I bought your screenset on faith and was very pleasantly surprised at the nice features they had in them - even very simple but very useful things like buttons for parking and tool change positioning. Also, I think your probing is more accurate than the ones that are more commonly available because of the double probing (although I haven't actually tested them). There are a lot more in this screenset that I find very good that people will discover by browsing thru the manual.

    And, of course, support is just totally awesome!!! :-)



  12. #252
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    The manual has been on my site since January.
    Maybe I should move it up so it's easier to find??

    Here's a link to it: 2010 Screenset manual

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  13. #253
    Member
    Join Date
    Dec 2009
    Location
    usa
    Posts
    528
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by ger21 View Post
    The manual has been on my site since January.
    Maybe I should move it up so it's easier to find??

    Here's a link to it: 2010 Screenset manual
    Hmm, I've been to your site several times and never even noticed the manual. :-)



  14. #254
    Registered
    Join Date
    Sep 2009
    Location
    USA
    Posts
    104
    Downloads
    0
    Uploads
    0

    Default

    Gerry,

    I noticed your website says Version 1.1 is available, but I'm not sure how long ago that was added as I don't see a timestamp. What should I do to update my version of the screenset?

    Thanks,
    Tony



  15. #255
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    If the file I sent you is 1.08 or 1.09, then you have the latest. If I make any changes, I'll send a new version to everyone. I've only done this once, back in March.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  16. #256
    Registered PEU's Avatar
    Join Date
    May 2005
    Location
    Buenos Aires - Argentina (I like Ribs)
    Posts
    925
    Downloads
    0
    Uploads
    0

    Default

    purchased the screenset today, still waiting, no hurry really, just wanted to let you know


    Pablo

    ● Distribuidor Syil en Argentina ● "www.syil.com.ar" ●


  17. #257
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    Sent as soon as I got home from work. Hope you enjoy it.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  18. #258
    Registered
    Join Date
    Aug 2009
    Location
    USA Michigan
    Posts
    136
    Downloads
    0
    Uploads
    0

    Default

    can you do the tool change with out having two tools loaded in the g code? i would like to be able to do this with out rezeroing (i woun't to use the plate on the table)

    kevin



  19. #259
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default

    (i woun't to use the plate on the table)
    Not sure what you meant to say there.

    You can use the M6 button on the toolbar to change tools, but doing it this way won't change the current tool #.

    Or, you can use MDI and do M6 Tx.

    Anytime an M6 is called, the new tool is automatically zeroed. You do need to use the two plates, though.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

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

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


  20. #260
    Registered
    Join Date
    Aug 2009
    Location
    USA Michigan
    Posts
    136
    Downloads
    0
    Uploads
    0

    Default

    isn't there away to zero the second tool you run, with out zeroing off the part agean? using the plate on the table. (i see your from michigan, i'm in boyne city)



Page 13 of 76 FirstFirst ... 3101112131415162363 ... LastLast

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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Mach3 2010 Screen set

Mach3 2010 Screen set