Ero sivun ”G00 Engl” versioiden välillä

Kohteesta Helsinki Hacklabin wiki
Loikkaa: valikkoon, hakuun
(Ak: Uusi sivu: Category:G-koodi '''G00: Pikaliike annettuihin koordinaatteihin'''<br /> right <br /> Koodi suorittaa koordinoimattoman pikaliikkeen annetuihin koordinaa...)
 
 
(Yhtä välissä olevaa versiota samalta käyttäjältä ei näytetä)
Rivi 1: Rivi 1:
 
[[Category:G-koodi]]
 
[[Category:G-koodi]]
'''G00: Pikaliike annettuihin koordinaatteihin'''<br />
+
'''G00: Fast motion to the given coordinates'''<br />
 
[[Tiedosto:G00_1.PNG|right]]
 
[[Tiedosto:G00_1.PNG|right]]
 
<br />
 
<br />
Koodi suorittaa koordinoimattoman pikaliikkeen annetuihin koordinaatteihin. Liike kunkin akselin suhteen tapahtuu kulloisellakin pikaliike (traverse) nopeudella eikä rataohjausta ylläpidetä liikkeen aikana. Tämä tarkoittaa, että akselit voivat saapua loppuasemaansa eri aikoina siitä riippuen paljonko niiden pitää liikkua. Yleensä näin käykin.<br />
+
The code performs an uncoordinated rapid motion to the given coordinates. The movement with respect to each axis takes place at the current traverse speed and track control is not maintained during the movement. This means that the shafts can arrive at their end position at different times depending on how much they need to move. This is usually the case. <br /><br />
<br />
+
Syntax:<br />
Syntaksi:<br />
 
 
<br />
 
<br />
 
'''G00 {X|Y|Z}'''<br />
 
'''G00 {X|Y|Z}'''<br />
 
<br />
 
<br />
Ne loppuaseman koordinaatit joita ei anneta pysyvät voimassa aikaisemmista lauseista, eli liikettä kyseisten akselien suhteen ei tapahdu.<br />
+
The coordinates of the end position that are not given remain valid from the previous blocks, ie there is no movement with respect to the axes in question.<br />
 
<br />
 
<br />
Huom:
+
Note:
* Liikkeen nopeus tottelee ohjauspaneelin TRAVERSE-potikkaa. On hyvin suositeltavaa ajaa uusi ohjelma ekaa kertaa melko konservatiivisella nopeudella koska yllätyksiä sattuu.
+
* The speed of movement obeys the TRAVERSE pot on the control panel. It is highly recommended to run the new program for the first time at a fairly conservative speed as surprises happen.
  
  
Rivi 21: Rivi 20:
 
|-
 
|-
 
|style="text-align: center; width: 33%;|
 
|style="text-align: center; width: 33%;|
[[G98|<big>Edellinen</big>]]
+
[[G98|<big>Prev</big>]]
 
|style="text-align: center;|
 
|style="text-align: center;|
[[G-koodi|<big>Takaisin G-koodiluetteloon</big>]]
+
[[G-koodi|<big>Back to G-code list</big>]]
 
|style="text-align: center; width: 33%;|
 
|style="text-align: center; width: 33%;|
[[G01|<big>Seuraava</big>]]
+
[[G01|<big>Next</big>]]
 
|}
 
|}

Nykyinen versio 7. helmikuuta 2021 kello 21.04

G00: Fast motion to the given coordinates

G00 1.PNG


The code performs an uncoordinated rapid motion to the given coordinates. The movement with respect to each axis takes place at the current traverse speed and track control is not maintained during the movement. This means that the shafts can arrive at their end position at different times depending on how much they need to move. This is usually the case.

Syntax:

G00 {X|Y|Z}

The coordinates of the end position that are not given remain valid from the previous blocks, ie there is no movement with respect to the axes in question.

Note:

  • The speed of movement obeys the TRAVERSE pot on the control panel. It is highly recommended to run the new program for the first time at a fairly conservative speed as surprises happen.




Prev

Back to G-code list

Next