Hello Guest it is April 19, 2024, 07:20:52 PM

Author Topic: can mach3 support brake at any time any position for A axis or B axis?  (Read 2968 times)

0 Members and 1 Guest are viewing this topic.

as the topic
if anybody know how to set up? thank you!

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: can mach3 support brake at any time any position for A axis or B axis?
« Reply #1 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

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: can mach3 support brake at any time any position for A axis or B axis?
« Reply #2 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