You are not logged in.
Pages: 1
Hi,
I'm trying to simulate some turning programs on a machine with a G & L 8000 control. I'm trying to estimate cycle times and I'm having some problems modeling the high/low gear range.
I have two conditionals for my spindle start (M3 or M4) that checks the gear status and limits the max rpm.
The problem I have is most of our programs have the gear select on the same line and following the spindle start code.
N210 G96 S650 M03 M40
With the line above, if the machine was in high gear (M41) before this line - It will use the M3 with the M41 conditional.
I want it to process the M40/M41 before the M3.
Is there someway to do this, or is there a better way to simulate turning with transmissions?
Thanks,
Dan
Offline
Set your max speed with the M3 instead of M40 or M41.
Add a condition to M3 with M40 on the line. It will set the rpm, set the max speed then turn on the spindle.
Replace the macros called by M40 and M41 by NullMacro
Offline
Pages: 1