mt1ss
New Member
Posts: 34
|
Post by mt1ss on Dec 29, 2018 12:35:14 GMT -5
This version of the AR8 (B18 RichAuto) has a key labeled "Advance Setting" If pressed and drill down to [TOOL CHANGING] If you mash the key at TC the platform moves the gantry to home , stopping the spindle, Allowing for operator to manually change the tool. I assume you can re-zero the tool before hitting end. The platform then returns to origin and continues.
My question : Education on how to use this key function with multiple tools? Can this tool function be coded into the routine you are running? If so how? Examples of use would be great.
-----------------------------------------------------------------------------------------------------------------------------------------------Fr Page 26 of the AXIOM Users Guide-
Tool Changing: While the controller does not allow automatic tool-changing as an option, there are a couple helpful selections available. This option, when selected will bring the router head to the HOME position for tool-changing. The controller will display a prompt to press the OK button when finished. This will return the Router head to the previous location. This will not prompt for a Z-axis Tool Touch-Off. To avoid damage to the machine or job material, the Z-0 point must be set before continuing.
|
|
mt1ss
New Member
Posts: 34
|
Post by mt1ss on Dec 29, 2018 18:00:59 GMT -5
I've modified the AXIOM HHC PP to have a tool change routine.
+--------------------------------------------------- + Commands output at toolchange +---------------------------------------------------
begin TOOLCHANGE
"[N] M00" (STOP Program) "[N] M05" (STOP Spindle) "[N]T[T]" (Tool Info) "[N]M06" (Operator Manual tool change) "[N]M03" (Start Spindle s=RPM) "[N]M08" (START Coolant)
The PP outputs what I expected : Here:
(Drill 1) N30G00X-138.987Y-0.713Z6.350 N40G1Z0.000F1200.0 N50G00Z6.350
(TOOL CHANGE)
N50M00 N55M05 N60T2 N65M06 N70M03 S16000 N75M08 (Profile 1)
The M00 stops the program. If I mash Advance Setting to start a tool change it drops into the tree. However the M05 fails to stop the spindle. If I mash go it continue to the origin point and grinds again as if a tool was changed. I have to debug this, with that spindle going no way to manually change tools. To be continued
|
|
mt1ss
New Member
Posts: 34
|
Post by mt1ss on Dec 29, 2018 20:38:25 GMT -5
I reversed the M00 and M05 commands. Thinking I stopped program then the stop spindle would fail to execute. Hope spindle stops first I know it works as it runs in an unmolested PP/.mmg
|
|