MACH 3 OEM Spindle Stop button


Results 1 to 6 of 6

Thread: MACH 3 OEM Spindle Stop button

  1. #1

    Default MACH 3 OEM Spindle Stop button

    Hey guys,

    So I've been looking through lists of OEM buttons for Mach 3 that I have found in several different places on the internet, as well as lots of Google searches, but I cant find any info about a more specific code I'm trying to find, so it might not exist.

    I'm looking for a code to turn the spindle off no matter which direction it is going. I'd like to have 3 panel mounted buttons, one for CCW, STOP, and CW. I know that if the CW button is pressed twice, it will
    stop the spindle, but I'm looking for a button that will stop the spindle and nothing else.

    Any ideas?

    Thanks




    Similar Threads:


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

    Default Re: MACH 3 OEM Spindle Stop button

    Have the button call M5.

    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)


  3. #3

    Default Re: MACH 3 OEM Spindle Stop button

    Quote Originally Posted by ger21 View Post
    Have the button call M5.
    Gerry, Thanks for your reply.

    How do I assign a button to a specific M code? I did some searching and came up empty handed



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

    Default Re: MACH 3 OEM Spindle Stop button

    If it's a button wired to an input, you'd use the macropump macro to monitor the input, and call the M5.

    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)


  5. #5

    Default Re: MACH 3 OEM Spindle Stop button

    No luck yet. All I manage to get is a syntax error from VB editor from what I've entered into my macropump.m1s file:

    If GetLED(821)=1
    Then
    DoSpinStop()

    I have verified function of input 1 using the diagnostic screen, but cant get it to do anything.



  6. #6

    Default Re: MACH 3 OEM Spindle Stop button

    Update:

    With more relentless tinkering and a .pdf guide I found, I came up with

    If IsActive(Input1) Then
    DoSpinStop()
    End If

    This functions as desired for a command that just stops the spindle. Thanks Gerry for getting me pointed in the right direction



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

MACH 3 OEM Spindle Stop button

MACH 3 OEM Spindle Stop button