You are not logged in.
Pages: 1
Anyone ever have problems where the lack of an M8 will cause the cutter comp to be processed differently than the way it is supposed to?
Mike
Hoppe Tool
Offline
That seems odd. What are the lines of code? What is the effect?
Offline
Here is an example of what I'm talking about:
N1519 G39 R-.3125
N1521 G7 L1=1 A5=90 C5=180
N1522 X-1.2348 Y.7121 Z3
N1523 S4500 M3
N1524 Z1.6
/(*)M8
N1525 G1 X-.9641 Z1.5858 F20.
N1526 G2 X-.9641 Y.6621 I-.9641 J.6871
N1527 G1 X-1.5891 Z1.5531
N1528 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1529 G1 X-.9641 Z1.5203
N1530 G2 X-.9641 Y.6621 I-.9641 J.6871
N1531 G1 X-1.5891 Z1.4875
N1532 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1533 G1 X-.9641 Z1.4548
N1534 G2 X-.9641 Y.6621 I-.9641 J.6871
N1535 G1 X-1.5891 Z1.422
N1536 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1537 G1 X-.9641 Z1.3893
N1538 G2 X-.9641 Y.6621 I-.9641 J.6871
N1539 G1 X-1.5891 Z1.3565
N1540 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1541 G1 X-.9641 Z1.3238
N1542 G2 X-.9641 Y.6621 I-.9641 J.6871
N1543 G1 X-1.5891 Z1.291
N1544 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1545 G1 X-.9641 Z1.2583
N1546 G2 X-.9641 Y.6621 I-.9641 J.6871
N1547 G1 X-1.5891 Z1.2255
N1548 G2 X-1.5891 Y.7121 I-1.5891 J.6871
N1549 G1 X-.9641 Z1.1928
N1550 G2 X-.9641 Y.6621 I-.9641 J.6871
N1551 G1 X-1.5891 Z1.16
N1552 X-1.5919 Y.5621
N1553 X2.3024
N1554 G3 X2.4641 Y.7295 I2.2966 J.7295
N1555 G1 Y.8252
N1556 X-1.7536
N1557 Y1.0884
It starts off more or less ok, but then I start getting bigger and bigger circles, and everything hits the fan. This is without coolant. When I put an M8, then everything works fine. im so very confused. This doesn't happen everytime, but definitely often enough to present a problem. It's like without coolant, the comp goes crazy.
Mike
Hoppe Tool
Offline
I forgot to mention in my first post- in my control, I have M8 set with CoolantFlood, and a variable named coolant with a value of 1. Not sure if that has any bearing on my situation, but I figured I'd throw it out there.
Mike
Hoppe Tool
Offline
Hi Mike
I suggest you take a look at the cutcom part of the control in the word / address area. See if you have a conditional thing set that may not make sence like if g42 and variables so an so.
Also see what macros are called by the m08
Just taking a wild guess at it
Dave
Dave Frank
Aerospace Dynamics International, PCC
Valencia Ca
"Where else can you have this much fun,.......and get paid???."
Offline
Hey folks.
Latest on the coolant problem... originally, the problem was only in my DMG DMC 60 T w/ MillPlus IT control. Any time I did a helical move without coolant turned on, the tool would carve an ever-increasing spiral through the part, fixture, and whatever else. As soon as I put the coolant command back in, the machine behaved itself.
Now I have run into an issue with tapping on my Okuma MX-55. On a particular job, we want the operator to use Moly-Dee on the tapped holes instead of the machine's coolant. No big deal, right? Well, Apparently, when there is no M08 in the program, it never switches out of rapid, never updates the feedrate, and gives me Fast Feed errors for each tapped hole.
The problem is fixed with the addition of a M08. :?
It's not even a big deal, more of an annoyance really, but I'm curious anyway.
Any one else see anything like this?
Mike
Hoppe Tool
Offline
Hi Mike,
This doesn't compute :? , there is no relationship between the coolant in VERICUT and either Cutter Compensation or drilling cycles. All it does in the simulation is update a flag in the Status window.
Please contact Technical Support, someone should look at your files and investigate what causes this.
Thanks,
I am curious too!!!
Offline
In Advanced Control Options make a substitution /M8 = M8.
Michael Stevenson
Vericut Programmer
PCC Aerostructures
Offline
Pages: 1