I´m quite new to this software and I´m having problems with running cycles:
Windows 8.1
1.22.2.452
It simply stops during the program. If I hit stop and continue it skips the line and does what it is supposed to do.
What is even more strange is the fact, that the same code every now and then does run as it is supposed to!?
I´ve spent two full days working on it trying to work out what is wrong, but I´ve given up on it for the moment. Hope anyone has got an idea what the problem might be.
Problem with G99:
It first started with a facing cycle. She did the first few lines, like g0 moving to the point where it was supposed to start, but didn´t want to continue its facing cylce in 9 out of 10 cases. I then altered the ...F.035... into a F0.035 and it worked. When I wanted to start the cycle again, same problem...
Code: Select all
O0000
N100 G21
N110 G28 U0. W0.
N120 G50 X15. Z15.
N130 G0 T0707
N140 G97 S2800 M03
N150 G0 X14.5 Z0.
N160 G50 S2800
N170 G96 S150
N180 G99 G1 X-1.6 F.035 <= stops here, no facing happening
N190 G0 Z2.
N200 X8.105
N210 Z4.7
...
G92 problem:
Code: Select all
NØØ5Ø GØØ X16.25 Z5.Ø ;
NØØ6Ø G92 X15.6 Z-4Ø.Ø F2.Ø ; <= stops here, no threading happening
NØØ7Ø X15.2 ;
NØØ8Ø X14.8 ;
NØØ9Ø X14.5 ;
NØ1ØØ X14.2 ;
NØ11Ø X13.9 ;
NØ12Ø X13.9 ;
NØ13Ø X13.546 ;
NØ14Ø X13.546 ;
G76 problem:
Code: Select all
%
O0000
N100 G20
N110 G50 X15. Z15.
N120 G0 T0303
N130 G97 S400 M3 <= starts the spindle and then shows the error 'token not recognized'
N140 X4.4 Z10.1895
N150 G76 P020030 Q500 R0.
N160 G76 X3.242 Z-7.5 P3790 Q2500 R0. E.7
N170 G28 U0. W0. M5
N180 T0300
N190 M30
%
Code: Select all
NØ1ØØ GØØ X16.25 Z5.Ø ; <= move to position ok
NØ11Ø G76 PØ3ØØ6Ø Q15Ø RØ.Ø3 ;
NØ12Ø G76 X13.546 Z-4Ø.Ø P1226 Q3ØØ F2.Ø ; curser stops in this line, but no thread cutting happening

In some cases I got back the yellow message: Can´t cut thread or so but havn´t had this one again.
Any help is highly appreciated, as I got no idea what the problem is since it sometimes workes and sometimes not
