Hi,
My some subroutines were deleted last time. After restoring my subroutines my G01 code is not working.

If I write a program like below:

1. G00 X-50 Z-50
2. M03 S1000
3. G01 X-10 Z-100 F100

Number 1, 2 is working. Machine goes to position 50, 50. Spindle start. Spindle continue to run.
But number 3 is not working.

So, I guess that Feed command is not working. But I have given the feed in Code.

How can I solve the issue?