Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: wyb_506 on August 02, 2011, 03:30:59 AM

Title: can mach3 support brake at any time any position for A axis or B axis?
Post by: wyb_506 on August 02, 2011, 03:30:59 AM
as the topic
if anybody know how to set up? thank you!
Title: Re: can mach3 support brake at any time any position for A axis or B axis?
Post by: Hood on August 02, 2011, 04:21:07 AM
Not exactly sure what you mean but if you want to operate a brake from code you can write a macro to activate/deactivate an output and have that in your code. You could also use one of the coolant outputs if you are not using them, for example if you are not using the Mist output you could then hook up the brake and M7 and M9 in your code would switch it on/off. Only problem with that is M9 will also switch off flood so if you were using that you would need to switch it back on after the m9 had been used to switch off the mist.

Hood
Title: Re: can mach3 support brake at any time any position for A axis or B axis?
Post by: BR549 on August 02, 2011, 09:40:42 AM
Along with what Hood said you could do it in the macropump as an automatic function. You monitor the A/B axis and if it is NOT ismoving then apply the brake.

But be aware there is a latency in doing it that way. It take times for the brake system to respond and it could effect the motor pulling against the brake for a fraction of a sec. It may be a problem or may not be a problem. Further testing would prove it out.

(;-) TP