Dobry den
Vedel by mi niekto poradit preco mi neprereze poriadne vnutorne uhly napriklad ked mam vnutorny uhol 90 stupnov tak freza nedojde az do vrcholu uhlu ale spravi len oblucik a k vrcholu sa nastroj ani nepriblizi aj ked rezem nastrojom 1.6mm tak vnutorne vrcholy uhlov maju radius asi 3 az 4 mm.
Za pomoc dakujem
Neprereze vnutorne uhly
Mach neznám, zkus se podívat do jakékoli specifikace G-kódu.
The trajectory control commands are as follows:
G61 (exact stop mode)
G61 tells the planner to come to an exact stop at every segment's end. This ensures exact path following but the full stops can be harmful to the workpiece or the tooling, depending on the particular cut.
G64 (continuous mode)
G64 tells the planner to sacrifice path following accuracy in order to keep the feed rate up. This is necessary for some types of material or tooling where exact stops are harmful, and can work great as long as the programmer is careful to keep in mind that the tool's path will be somewhat more curvy than the program specifies.
G64 Px.xxx (blend tolerance mode)
G64 now takes a parameter specifying the path following tolerance to be obeyed during blending. If you are in inch mode and program G64 P0.05, you tell the planner that you want continuous feed, but at programmed corners you want it to slow down enough so that the tool path can stay within 0.05 inches of the programmed path. The exact amount of slowdown depends on the geometry of the programmed corner and the machine constraints, but the only thing the programmer needs to worry about is the tolerance. This gives the programmer complete control over the path following compromise. The blend tolerance can be changed throughout the program as necessary. Beware that a specification of G64 P0 has the same effect as G64 alone (above), which is necessary for backward compatibility for old G Code programs.
The trajectory control commands are as follows:
G61 (exact stop mode)
G61 tells the planner to come to an exact stop at every segment's end. This ensures exact path following but the full stops can be harmful to the workpiece or the tooling, depending on the particular cut.
G64 (continuous mode)
G64 tells the planner to sacrifice path following accuracy in order to keep the feed rate up. This is necessary for some types of material or tooling where exact stops are harmful, and can work great as long as the programmer is careful to keep in mind that the tool's path will be somewhat more curvy than the program specifies.
G64 Px.xxx (blend tolerance mode)
G64 now takes a parameter specifying the path following tolerance to be obeyed during blending. If you are in inch mode and program G64 P0.05, you tell the planner that you want continuous feed, but at programmed corners you want it to slow down enough so that the tool path can stay within 0.05 inches of the programmed path. The exact amount of slowdown depends on the geometry of the programmed corner and the machine constraints, but the only thing the programmer needs to worry about is the tolerance. This gives the programmer complete control over the path following compromise. The blend tolerance can be changed throughout the program as necessary. Beware that a specification of G64 P0 has the same effect as G64 alone (above), which is necessary for backward compatibility for old G Code programs.
Jděte s EU do Brusele...
- Gulliver64
- Příspěvky: 453
- Registrován: 1. 8. 2010, 7:52
- Bydliště: Kuřim
přečti si můj poslední příspěvek v tomto tématu http://www.c-n-c.cz/viewtopic.php?f=48&t=7616&start=15" onclick="window.open(this.href);return false; , myslím, že to tvůj problém vyřeší. pokud ne, tak sem písni a já ti poradím, pokud budu vědět.
Modelová zařízení pro slévárny, hliníkové odlitky. První CNC frézka postavená v r.2003 ."Dřeváček" - r.2010. Zapřísáhlý uživatel MACH3 ver.2.63 .
Tak dnes som to skusil nastavit tak ako popisoval Gulliver64 v tom linku zaskrtol som CV a nechal som tam tu prednastavenu hodnotu 180 a takisto som zaskrtol stop CV a nechal som nastavene 0 a skusil som to len tak nasucho a vypada to tak ze to pomohlo ale v sobotu alebo nedelu skusim daco pofrezovat aby som videl ako to pojde ale vypada to tak ze to pomohlo takze velmi pekne dakujem za radu Gulliver64.
- Gulliver64
- Příspěvky: 453
- Registrován: 1. 8. 2010, 7:52
- Bydliště: Kuřim
hodnotu CV Dist Tolerance (zelená) nastav na 3 až 0 (čím menší hodnota, tím menší odchylka od matematické dráhy nástroje. původních 180 je moc! naopak nula také není úplně ideální, protože potom brzdíme na konci všech drah)
hodnotu Stop CV on Angles (modrá) nastav na 60 až 30 (čím menší hodnota, tím častěji brzdíme a akcelerujeme)
jak jsem již psal, je to hlavně o vyvážení akcelerace a hodnoty Stop CV on Angles. CV Dist Tolerance má smysl používat jen pokud je feed (rychlost pracovního posuvu nástroje) vyšší jako 1000 a akcelerace pod 200mm.s2 . chce si s tím trochu pohrát!

hodnotu Stop CV on Angles (modrá) nastav na 60 až 30 (čím menší hodnota, tím častěji brzdíme a akcelerujeme)
jak jsem již psal, je to hlavně o vyvážení akcelerace a hodnoty Stop CV on Angles. CV Dist Tolerance má smysl používat jen pokud je feed (rychlost pracovního posuvu nástroje) vyšší jako 1000 a akcelerace pod 200mm.s2 . chce si s tím trochu pohrát!
Modelová zařízení pro slévárny, hliníkové odlitky. První CNC frézka postavená v r.2003 ."Dřeváček" - r.2010. Zapřísáhlý uživatel MACH3 ver.2.63 .