603,344 active members*
3,658 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2003
    Posts
    199

    adding stop and resume buttons to mach 3 remote?

    I am trying to wire a remote to work with match 3 that will simply allow me to pause (feed hold, stop) in order to do a manual operation and then use another button to resume (cycle start)

    I can't remember how to configure this.
    any help is greatly appreciated!
    Is a sentance fragment?

  2. #2
    Join Date
    Nov 2013
    Posts
    5404

    Re: adding stop and resume buttons to mach 3 remote?

    Hi,
    it has been ten years since I used Mach3, I have used Mach4 since.

    The two are broadly equivalent, and what you describe is easily achievable in Mac4. It would require that you have one or maybe two spare inputs on your breakout
    board or controller. Assign two Mach4 inputs, say ISIG_INPUT17 and ISIG_INPUT18 to these two input pins. Then in the signal library table (SigLib), put two entries
    related to those inputs....something like:

    [m.ISIG_INPUT17]= function(state)
    if (state==1)then
    <FeedHold>
    end
    end,

    where you can substitute the function <FeedHold> for <CycleStart> or <RefALL> or any other of the many internally defined Mach behaviors.

    Mach3 is essentially very similar, but I always struggled with writing scripts in Mach3, in fact, that was the main reason I migrated to Mach4 in the first place. Customizing
    Mach4 in the manner that you want is a cakewalk by comparison.

    Craig

  3. #3
    Join Date
    Dec 2003
    Posts
    199

    Re: adding stop and resume buttons to mach 3 remote?

    I do have a licence for Mach 4 and use it on my 4 axis mill.
    I was just trying to keep this super simple and add a couple of buttons to Mach 3.
    I know it can be done, can't remember how.

    .
    Is a sentance fragment?

  4. #4
    Join Date
    Nov 2013
    Posts
    5404

    Re: adding stop and resume buttons to mach 3 remote?

    Hi,

    I know it can be done, can't remember how.
    Me to. To my way of thinking Mach4 IS the easier option.

    Craig

Similar Threads

  1. Amada Programming Resume G98 after stop
    By parentevan in forum Bending- and Punching Machines
    Replies: 1
    Last Post: 08-19-2022, 04:52 PM
  2. Mach 3 Question, How do i resume job when E-Stop was accidentally triggered?
    By kinghong1970 in forum Mach Software (ArtSoft software)
    Replies: 7
    Last Post: 03-30-2022, 04:29 PM
  3. Replies: 6
    Last Post: 10-16-2015, 11:18 PM
  4. Adding buttons to Mach 3
    By Jkountz in forum Mach Wizards, Macros, & Addons
    Replies: 6
    Last Post: 02-24-2013, 07:48 PM
  5. Mach 3 Start, Stop Buttons
    By grandpa jay in forum Mach Mill
    Replies: 2
    Last Post: 10-18-2011, 01:55 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
  •