Hello Guest it is March 28, 2024, 06:49:01 AM

Author Topic: Tool Change Output  (Read 3687 times)

0 Members and 1 Guest are viewing this topic.

Offline olf20

*
  •  325 325
    • View Profile
Tool Change Output
« on: August 18, 2007, 06:35:53 PM »
When my machine comes to a tool change it will stop and wait till I change the tooling.
Is there a way to trigger one of the extra outputs (maybe spindle on / off)  so I can also stop and start my router motor and
vaccum system?
I know I can enter the code at every tool change in the program but I was wondering if when Mach3 came
to a tool change it could be configured to turn on / off one of the outputs on my breakout board.
We run the machine during store hours and sometimes we are waiting on customers when
its time to change to the next tool.
I have solid state relays with 3 - 15 volt input and 25 amp rating.

Thanks for any help!!
olf20
« Last Edit: August 18, 2007, 06:37:58 PM by olf20 »
Mach3, Atlas Knee Mill, 4th Axis, VcarvePro, ESS, Super PID.
Been Heating with corn since 1998

vmax549

*
Re: Tool Change Output
« Reply #1 on: August 18, 2007, 07:04:11 PM »
Using  the M6stop, M6start macros you can program whatever sequence you need during a tool change. The hardware side has to be hooked up though to work.

(;-) TP

Offline olf20

*
  •  325 325
    • View Profile
Re: Tool Change Output
« Reply #2 on: August 18, 2007, 07:59:21 PM »
Thanks vmax549!!
How do I access the Macro, I have never delved into this part.
Thanks again!
olf20
Mach3, Atlas Knee Mill, 4th Axis, VcarvePro, ESS, Super PID.
Been Heating with corn since 1998

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: Tool Change Output
« Reply #3 on: August 18, 2007, 08:13:18 PM »
Olf,
   Open Mach. look at the tabs at the top, operator, vb script editor, browse to mach 3 folder, macros, the profile you are using. Should find M6 start and M6 end there.

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!

Offline olf20

*
  •  325 325
    • View Profile
Re: Tool Change Output
« Reply #4 on: August 18, 2007, 09:48:27 PM »
Thanks Chaoticone!
I found exactly what you described. Now I have to learn about VB Scripting.
I know that there are some examples on the forum. I'll do some searching.
Thanks Again!
Mach3, Atlas Knee Mill, 4th Axis, VcarvePro, ESS, Super PID.
Been Heating with corn since 1998

Hood

*
Re: Tool Change Output
« Reply #5 on: August 19, 2007, 01:51:08 AM »
Not very good at VB myself but if you have your vacuum and spindle working from code already it should work by just putting the code in the macro, the example below should switch off the spindle and stop coolant (I am presuming you have your vacuum connected via the coolant on/off).

code "m5"
code "m9"

As I said I am not good at VB but pretty sure that will work.
Hood