We have milled some more today and i have discovered where the problem occur.
In VcarvePro i have set plunge rate to 60mm/min and feed rate to 1630mm/min
The following example is a rectangular profile. The "very fast feed" occurs when the tool plunge down and start feeding in Y+.
As you can see (bold text) the tool plunge down 1mm at 60mm/min.
At the next line it does an arc move at 1630mm/min.
I have discovered that when a line with a feed rate change is followed by
another line with a feed rate change the G100 goes crazy.
(Rectangular profile)
()
G00X41.215Y40.556Z5.000
G00Z2.000
G1Z-1.000F60.0
G2X38.715Y43.056I0.000J2.500F1630.0
G1Y165.502
G2X41.215Y168.002I2.500J0.000
G1X290.384
G2X292.884Y165.502I0.000J-2.500
0G1Y43.056
G2X290.384Y40.556I-2.500J0.000
G1X41.215
%
However, if i put in a
very small pause between the lines it all works fine, example
(Rectangular profile)
()
G00X41.215Y40.556Z5.000
G00Z2.000
G1Z-1.000F60.0
G04 P.001
G2X38.715Y43.056I0.000J2.500F1630.0
G1Y165.502
G2X41.215Y168.002I2.500J0.000
G1X290.384
G2X292.884Y165.502I0.000J-2.500
0G1Y43.056
G2X290.384Y40.556I-2.500J0.000
G1X41.215
%
If i set the plunge rate higher (ex. 110mm/min) the speed / accel is less extreme when the problem occurs. It may seem that it is the difference between the two feed rates, or the relatively low plunge rate, that causes the problem to occur.
All this i find very strange
It seems weird no other G100 users (that i can find) have reported this problem?
Anybody have a smart solution to fool the G100 to work in this situation?