- Joined
- Feb 8, 2014
- Messages
- 11,176
The PCI bus is far faster, recommended if you are high speed surfacing with monster gcode files and tiny moves per line. At least that is the case with Camsoft where the code is fed to the galil controller one line at a time.
I use a deep look ahead, about 500 lines into the command buffer, so that the motion is continuous. I can do this because I compile the DMC code on G code program load. The software keeps the command buffer full during the run.
I'd first ask Jim how his control handles lathe thread cycles. He may not have implemented all the features you can get with two line G76.
I don't have a single point threading cycle set up yet because I haven't needed it, but it could happen pretty quickly. My software does do rigid tapping, and with live tooling does thread milling. Once I get my current press project out of the way and get another customer's router upgraded, I'll get back to getting the lathe software finished. Should be able to start back on that by the end of the month.