Changes for page Газовая резка

Last modified by writer on 2023/09/08 18:34

From version 4.1
edited by writer
on 2023/09/08 18:34
Change comment: There is no comment for this version
To version 3.1
edited by writer
on 2023/02/09 19:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -===== bool Is_Oxy_Mode() =====
1 +===== **bool Is_Oxy_Mode()** =====
2 2  
3 3  Checks if PUMOTIX is in gas cutting mode.
4 4  
... ... @@ -7,7 +7,7 @@
7 7  * true – if PUMOTIX is in gas cutting mode;
8 8  * false – if another mode is active.
9 9  
10 -===== number GetOxyCuttingFeed() =====
10 +===== **number GetOxyCuttingFeed()** =====
11 11  
12 12  Getting the cutting feed speed specified in the gas cutting parameters.
13 13  
... ... @@ -15,7 +15,7 @@
15 15  
16 16  * cutting feed rate, mm/min.
17 17  
18 -===== number GetOxyProbeFeed() =====
18 +===== **number GetOxyProbeFeed()** =====
19 19  
20 20  Obtaining the material search speed specified in the gas cutting parameters.
21 21  
... ... @@ -23,7 +23,7 @@
23 23  
24 24  * material search speed, mm/min.
25 25  
26 -===== number GetOxyProbeRadius() =====
26 +===== **number GetOxyProbeRadius()** =====
27 27  
28 28  Getting the radius of the material search specified in the parameters of gas cutting.
29 29  
... ... @@ -31,7 +31,7 @@
31 31  
32 32  * material search radius, mm.
33 33  
34 -===== number GetOxySafeZ() =====
34 +===== **number GetOxySafeZ()** =====
35 35  
36 36  Getting the height of single crossings specified in the parameters of gas cutting.
37 37  
... ... @@ -39,7 +39,7 @@
39 39  
40 40  * height of single crossings, mm.
41 41  
42 -===== number GetOxyNozzleHeight() =====
42 +===== **number GetOxyNozzleHeight()** =====
43 43  
44 44  Obtaining a correction for the nozzle height specified in the gas cutting parameters.
45 45  
... ... @@ -47,7 +47,7 @@
47 47  
48 48  * correction for nozzle height, mm.
49 49  
50 -===== number GetOxyCuttingHeight() =====
50 +===== **number GetOxyCuttingHeight()** =====
51 51  
52 52  Obtaining the working cutting height specified in the gas cutting parameters.
53 53  
... ... @@ -55,31 +55,31 @@
55 55  
56 56  * working cutting height, mm.
57 57  
58 -===== void SetOxyTorchOn() =====
58 +===== **void SetOxyTorchOn()** =====
59 59  
60 60  Turn on the cutting torch.
61 61  
62 -===== void SetOxyTorchOff() =====
62 +===== **void SetOxyTorchOff()** =====
63 63  
64 64  Shutting off the cutting torch.
65 65  
66 -===== void SetOxyPreheatOn() =====
66 +===== **void SetOxyPreheatOn()** =====
67 67  
68 68  Turn on the heating torch.
69 69  
70 -===== void SetOxyPreheatOff() =====
70 +===== **void SetOxyPreheatOff()** =====
71 71  
72 72  Turn off the heating torch.
73 73  
74 -===== void SetOxyIgniterOn() =====
74 +===== **void SetOxyIgniterOn()** =====
75 75  
76 76  Turn on ignition (igniter).
77 77  
78 -===== void SetOxyIgniterOff() =====
78 +===== **void SetOxyIgniterOff()** =====
79 79  
80 80  Turn off the ignition (igniter).
81 81  
82 -===== bool OxyKeepPreheat() =====
82 +===== **bool OxyKeepPreheat()** =====
83 83  
84 84  Allows you to check whether the option is active in the gas cutting settings - do not turn off the heating torch after the cutting of the circuit ((% style="color:#8d69b2" %)**M05**(%%)).
85 85  
... ... @@ -88,7 +88,7 @@
88 88  * true – if the option is active;
89 89  * false – otherwise.
90 90  
91 -===== bool OxyAutoProbing() =====
91 +===== **bool OxyAutoProbing()** =====
92 92  
93 93  Allows you to check whether the option is active in the gas cutting settings - search for material before ignition.
94 94  
... ... @@ -97,7 +97,7 @@
97 97  * true – if the option is active;
98 98  * false – otherwise.
99 99  
100 -===== bool IsOxyExternalZMode() =====
100 +===== **bool IsOxyExternalZMode()** =====
101 101  
102 102  Allows you to check whether the external standalone axis Z mode is selected in the gas cutting settings.
103 103  
... ... @@ -106,7 +106,7 @@
106 106  * true – if the autonomous Z axis mode is active;
107 107  * false – otherwise.
108 108  
109 -===== bool IsOxyExternalZLimitHighConfigured() =====
109 +===== **bool IsOxyExternalZLimitHighConfigured()** =====
110 110  
111 111  Checks if the input of the LimitHigh signal broadcast by the autonomous axis unit is assigned.
112 112  
... ... @@ -115,7 +115,7 @@
115 115  * true – if the input is assigned;
116 116  * false – otherwise.
117 117  
118 -===== number GetOxyProbeStartHeight() =====
118 +===== **number GetOxyProbeStartHeight()** =====
119 119  
120 120  Getting the height of the beginning of probing specified in the parameters of gas cutting. A value of 0 means that rapid lowering to the height of the start of probing is disabled.
121 121