I have an issue with a slow brake, and rather than use the usual 'Axis _ Brake Release'
I would like it to release similar to the NO_FAULT output so it is released 'full session', as my motors are enabled full session.
I am already using the No_Fault output choice, and it appears that i cant use the same output choice on 2 different relay outputs to the real world.
Any ideas?
Is there an output choice similar to No_Fault?
Moderator: cnckeith
-
- Posts: 9
- Joined: Wed May 28, 2025 9:50 am
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Is there an output choice similar to No_Fault?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3766
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Is there an output choice similar to No_Fault?
You can wire a SSR to the NO_FAULT output to control the brake, but as far as I can see in the PLC the brake is released all time if the servo is enabled.
Uwe
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 9
- Joined: Wed May 28, 2025 9:50 am
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Is there an output choice similar to No_Fault?
suntravel wrote: ↑Mon Aug 11, 2025 1:51 pm You can wire a SSR to the NO_FAULT output to control the brake, but as far as I can see in the PLC the brake is released all time if the servo is enabled.
I'm using the NO_FAULT output already, and do not want to parallel an SSR to this output.
The brake release only gets powered (releases) once you first move that axis. not at enable. I wish it did.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3766
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Is there an output choice similar to No_Fault?
Than edit the PLC to behave the brake release the same way like NoFaultOut...
Uwe
Uwe
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 4643
- Joined: Wed Mar 24, 2010 5:48 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
Re: Is there an output choice similar to No_Fault?
Presumably you are using NoFaultOut to control an emergency stop relay or contactor.
Can you use another pole, or add an auxiliary contact, to control the servo brake through that same relay or contactor?
Failing that, go with Uwe's first suggesting, and just wire another relay from your existing NoFaultOut output (with its coil in parallel with the coil of your first emergency stop relay/contactor).
Can you use another pole, or add an auxiliary contact, to control the servo brake through that same relay or contactor?
Failing that, go with Uwe's first suggesting, and just wire another relay from your existing NoFaultOut output (with its coil in parallel with the coil of your first emergency stop relay/contactor).
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3766
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Is there an output choice similar to No_Fault?
An other possible solution, depending on the servo driver, is to use its Brake Output to control the brake with an SSR.
On the A6 Servos this output is switched depending on the S-On input, and additional controlled with a timer and min rpm parameters.
But if going this way, you cannot use CNC12 diagnostic to see if the brake is on or off.
Uwe
On the A6 Servos this output is switched depending on the S-On input, and additional controlled with a timer and min rpm parameters.
But if going this way, you cannot use CNC12 diagnostic to see if the brake is on or off.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)