G96 through G120 on the P300 control are custom macro G-codes. You write your own can cycle and assign it a g-code, register that g code in the settings and the program will be saved as a " .lib " I have several versions I use. I have machines with the bkmicro bts sensor in the mag side so I can have broken tool detection while the machine continues to run. G111 A1 R2 K1 So G111is my basically my M6 but what it does is calls A1 (tool 1) into the spindle (R2) stages tool 2 next (K1) performs a broken tool check on the tool leaving the spindle(whatever tool is being put away. I can also do a B-axis rotation while the atc is changing a tool. So my tool call will look like this. G111 A1 R2 B90. K1 The nice thing is the CAN will M64 any tool that was in the next tool position. Mine is also setup to M329 (turn off spindle tool exist) so you can call an empty pot. I have some tools that are tool long or too heavy for the ATC so the tool is loaded and unloaded manually. Though I'm not a fan of turning off spindle tool detection, it can and has caused issues before.
Hello Can you also show how do you load a program , and how do you adjust the SuperNurbs option ?
Please show me everything you know I want to learn everything 🙏🏼 thank you
Why G111?
i think it calls an empty pot
Yes, Reis is right. It's calling a macro program that Gosiger installed to call an empty pot.
G96 through G120 on the P300 control are custom macro G-codes. You write your own can cycle and assign it a g-code, register that g code in the settings and the program will be saved as a " .lib " I have several versions I use. I have machines with the bkmicro bts sensor in the mag side so I can have broken tool detection while the machine continues to run.
G111 A1 R2 K1
So G111is my basically my M6 but what it does is calls A1 (tool 1) into the spindle (R2) stages tool 2 next (K1) performs a broken tool check on the tool leaving the spindle(whatever tool is being put away. I can also do a B-axis rotation while the atc is changing a tool.
So my tool call will look like this. G111 A1 R2 B90. K1
The nice thing is the CAN will M64 any tool that was in the next tool position. Mine is also setup to M329 (turn off spindle tool exist) so you can call an empty pot. I have some tools that are tool long or too heavy for the ATC so the tool is loaded and unloaded manually. Though I'm not a fan of turning off spindle tool detection, it can and has caused issues before.
@VictorHernandez-nt3tw Yes, Aaron King with Gosiger is one smart and innovative programmer.