Wizard Functions | Axis4BrakeRelease
Moderator: cnckeith
-
- Community Expert
- Posts: 4621
- 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: Wizard Functions | Axis4BrakeRelease
If you can find a "TurnClampOn" output, you might try that instead. That appears intended to work with M10 and M11 to control a rotary table clamp.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 65
- Joined: Mon Jun 04, 2018 10:05 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
- CNC11: No
- CPU10 or CPU7: No
- Location: Kalamazoo, MI
Re: Wizard Functions | Axis4BrakeRelease
So I guess I misunderstood how this function performs.
Since it only releases the brake, that really doesn't help the situation.
With larger parts, moving further from the CL of the 4th axis, the cutting forces are over coming the holding torque of the 4th axis motor.
I measured, with a torque wrench, and the addition of the brake results in 3x holding capability of the 4th axis.
The goal is to have the brake engaged whenever the 4th axis is not in motion.
M10 & M11 could certainly achieve that goal.
Manually editing the programs is doable, although, isn't ideal.
Maybe it's possible for the post to be updated, adding these 2 commands before and after an 4th axis move.
Is there documentation available for review for completing this change?
Generally, I can muttle my way through code, and get things to work if I have reference materials.....
I'd be happy to share the function once it's done.
Since it only releases the brake, that really doesn't help the situation.
With larger parts, moving further from the CL of the 4th axis, the cutting forces are over coming the holding torque of the 4th axis motor.
I measured, with a torque wrench, and the addition of the brake results in 3x holding capability of the 4th axis.
The goal is to have the brake engaged whenever the 4th axis is not in motion.
M10 & M11 could certainly achieve that goal.
Manually editing the programs is doable, although, isn't ideal.
Maybe it's possible for the post to be updated, adding these 2 commands before and after an 4th axis move.
Is there documentation available for review for completing this change?
Generally, I can muttle my way through code, and get things to work if I have reference materials.....
I'd be happy to share the function once it's done.
First Acorn project, proLIGHT 1000 mini mill:
viewtopic.php?f=60&t=1858
viewtopic.php?f=60&t=1858
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 9958
- Joined: Tue Mar 28, 2017 12:01 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: Yes
- AcornSix CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Mesa, AZ
Re: Wizard Functions | Axis4BrakeRelease
Like Marc said you want the TurnClampOn output.
M10- Turns the output ON
M11- Turns the output OFF
So your pneumatic lock would be normally open or 4th axis UNLOCKED. Rotate it and then after the move, insert an M10 to turn it on, then allow the cut, then M11 to turn it off.
M10- Turns the output ON
M11- Turns the output OFF
So your pneumatic lock would be normally open or 4th axis UNLOCKED. Rotate it and then after the move, insert an M10 to turn it on, then allow the cut, then M11 to turn it off.
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
We can't "SEE" what you see...
Mesa, AZ
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 65
- Joined: Mon Jun 04, 2018 10:05 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
- CNC11: No
- CPU10 or CPU7: No
- Location: Kalamazoo, MI
Re: Wizard Functions | Axis4BrakeRelease
I ended up using the M10 & M11 gcode functions.
The Fusion 360 post by swissi actually has this feature, if enabled, it inserts all the code when generating the program.
Very awesome.
SWISSI FUSION 360 POST THREAD:
viewtopic.php?f=60&t=2992&sid=a25b0bb3b ... 1ebb433dbb
Short video of the brake working:
https://www.youtube.com/watch?v=4JPqeAhxfAg
`
`
`
The Fusion 360 post by swissi actually has this feature, if enabled, it inserts all the code when generating the program.
Very awesome.
SWISSI FUSION 360 POST THREAD:
viewtopic.php?f=60&t=2992&sid=a25b0bb3b ... 1ebb433dbb
Short video of the brake working:
https://www.youtube.com/watch?v=4JPqeAhxfAg
`
`
`
First Acorn project, proLIGHT 1000 mini mill:
viewtopic.php?f=60&t=1858
viewtopic.php?f=60&t=1858
(Note: Liking will "up vote" a post in the search results helping others find good information faster)