Ero sivun ”G-koodi” versioiden välillä
Rivi 348: | Rivi 348: | ||
|- | |- | ||
| [[G49]] || 08 || Cancel tool length compensation | | [[G49]] || 08 || Cancel tool length compensation | ||
+ | |- | ||
+ | | G50 || 11 || Cancel scaling | ||
+ | |- | ||
+ | | G51 || 11 || Scaling setting | ||
+ | |- | ||
+ | | G52 || 00 || Transfer of work coordinate system | ||
+ | |- | ||
+ | | G53 || 00 || Reference of motion to machine coordinates | ||
+ | |- | ||
+ | | '''[[G54]]''' || 14 || Selection of work coordinate system 1 | ||
+ | |- | ||
+ | | '''[[G54 | G55]]''' || 14 || Selection of work coordinate system 2 | ||
+ | |- | ||
+ | | '''[[G54 | G56]]''' || 14 || Selection of work coordinate system 3 | ||
+ | |- | ||
+ | | '''[[G54 | G57]]''' || 14 || Selection of work coordinate system 4 | ||
+ | |- | ||
+ | | '''[[G54 | G58]] ''' || 14 || Selection of work coordinate system 5 | ||
+ | |- | ||
+ | | '''[[G54 | G59]]''' || 14 || Selection of work coordinate system 6 | ||
+ | |- | ||
+ | | [[G60]] || 00 || One-way parking | ||
+ | |- | ||
+ | | G61 || 15 || Exact stop mode | ||
+ | |- | ||
+ | | G62 || 15 || Automatic corner bypass mode | ||
+ | |- | ||
+ | | G63 || 15 || Threading mode | ||
+ | |- | ||
+ | | G64 || 15 || Cutting machine mode | ||
+ | |- | ||
+ | | G65 || 12 || Macro instruction, macro call | ||
+ | |- | ||
+ | | G66 || 12 || Modal call to the custom macro | ||
+ | |- | ||
+ | | G67 || 12 || Cancel a modal call to a custom macro | ||
+ | |- | ||
+ | | G68 || 16 || Coordinate system rotation | ||
+ | |- | ||
+ | | G69 || 16 || Canceling the coordinate system rotation | ||
+ | |- | ||
+ | | [[G73]] || 09 || Intermittent drilling cycle 1 | ||
+ | |- | ||
+ | | G74 || 09 || Counter-threading cycle | ||
+ | |- | ||
+ | | G76 || 09 || Precision armature | ||
+ | |- | ||
+ | | [[G80]] || 09 || Cycle cancellation | ||
+ | |- | ||
+ | | G81 || 09 || Spot drilling cycle | ||
+ | |- | ||
+ | | G82 || 09 || Counter-drilling cycle | ||
+ | |- | ||
+ | | G83 || 09 || Intermittent drilling cycle 2 | ||
+ | |- | ||
+ | | G84 || 09 || Threading cycle | ||
+ | |- | ||
+ | | G85 || 09 || Boring cycle | ||
+ | |- | ||
+ | | G86 || 09 || Boring cycle | ||
+ | |- | ||
+ | | G87 || 09 || Counter-reaming cycle | ||
+ | |- | ||
+ | | G88 || 09 || Boring cycle | ||
+ | |- | ||
+ | | G89 || 09 || Boring cycle | ||
+ | |- | ||
+ | | '''[[G90]]''' || 03 || Selection of absolute coordinates | ||
+ | |- | ||
+ | | '''[G90 | G91]]''' || 03 || Selection of relative coordinates | ||
+ | |- | ||
+ | | G92 || 00 || Setting the origin of the absolute coordinate system | ||
+ | |- | ||
+ | | G94 || 05 || Input one / minute | ||
+ | |- | ||
+ | | G95 || 05 || Feed one / spindle revolution | ||
+ | |- | ||
+ | | G96 || 13 || Constant surface speed control on | ||
+ | |- | ||
+ | | G97 || 13 || Constant surface speed control off | ||
+ | |- | ||
+ | | [[G98]] || 10 || In the cycle, a snippet returns to the starting point | ||
+ | |- | ||
+ | | [[G98 | G99]] || 10 || In the cycle, return to the R coordinate | ||
+ | |||
+ | |} | ||
+ | |||
==Lotan tunnistamat M-koodisanat== | ==Lotan tunnistamat M-koodisanat== | ||
{| class="wikitable" | {| class="wikitable" |
Versio 2. helmikuuta 2021 kello 23.39
Left column Finnish! |
Right column English |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
G-koodisyntaksia noudattava CNC-ohjelma koostuu matalan tason toiminnoista joita kutsutaan lauseiksi (block). Lauseet puolestaan rakentuvat sanoista (code). Sanat ovat joko "valmistelevia" G-koodeja tai "sekalaisia" M-koodeja. |
A CNC program that follows G-code syntax consists of low-level functions called blocks. Sentences, in turn, are built from words (code). The words are either "preparatory" G-codes or "Miscellaneous" M-codes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Esimerkki yksinkertaisesta NC-lauseesta: |
Example of a simple NC block: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lotan tunnistamat G-koodisanatUseimmat G-koodilauseet muodostuvat valmistelevasta G-koodista, sekä siihen liittyvistä yhdestä tai useammasta argumentista. Lauseissa käytetään myös "sekalaisia" M-koodisanoja ohjaamaan koneen toimintoja päälle ja pois. G-koodisanojen argumentit
|
G-code words recognized by LottaMost G-code statements consist of a preparatory G-code, and one or more arguments associated with it. The sentences also use "Miscellaneous" M-code words to control the machine functions on and off. G codeword arguments
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Varsinaiset G-koodisanat
|
Actual G codewords
Lotan tunnistamat M-koodisanat
|