Last modified by writer on 2023/09/07 12:47

From version 5.1
edited by writer
on 2022/11/02 13:00
Change comment: There is no comment for this version
To version 7.1
edited by writer
on 2023/09/07 12:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  {{documentTree root="document:xwiki:Руководство пользователя.Описание G-кодов.WebHome" compact="true" showTranslations="false" showAttachments="false"/}}
4 4  
5 -=== Description of the code structure ===
5 +===== Description of the code structure =====
6 6  
7 7  (% style="color:#a0be2d" %)//**G-code**//(% style="color:#222222" %) - (%%)conditional naming of the programming language of devices with numerical program control (CNC), consisting of lines in which various control commands are written.
8 8  
... ... @@ -15,7 +15,7 @@
15 15  {{info}}
16 16  On a PUMOTIX system, it is permissible to execute macros directly from the program. To do this, you need to enclose the macro language command in curly brackets, for example:
17 17  
18 -{{code language="lua" title="**program fragment**"}}
18 +{{code language="lua" title="**Program fragment**"}}
19 19  ...
20 20  G0 X500
21 21  {PinSetState(Outputs.OxyRegUp, true)}