Wiki source code of Газовая резка

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

Hide last authors
writer 5.1 1 ===== bool Is_Oxy_Mode() =====
knetyaga 1.1 2
writer 5.1 3 Checks if PUMOTIX is in gas cutting mode.
knetyaga 1.1 4
writer 5.1 5 Return value:
knetyaga 1.1 6
writer 5.1 7 * true – if PUMOTIX is in gas cutting mode;
8 * false – if another mode is active.
knetyaga 1.1 9
writer 5.1 10 ===== number GetOxyCuttingFeed() =====
knetyaga 1.1 11
writer 5.1 12 Getting the cutting feed speed specified in the gas cutting parameters.
knetyaga 1.1 13
writer 5.1 14 Return value:
knetyaga 1.1 15
writer 5.1 16 * cutting feed rate, mm/min.
knetyaga 1.1 17
writer 5.1 18 ===== number GetOxyProbeFeed() =====
knetyaga 1.1 19
writer 5.1 20 Obtaining the material search speed specified in the gas cutting parameters.
knetyaga 1.1 21
writer 5.1 22 Return value:
knetyaga 1.1 23
writer 5.1 24 * material search speed, mm/min.
knetyaga 1.1 25
writer 5.1 26 ===== number GetOxyProbeRadius() =====
knetyaga 1.1 27
writer 5.1 28 Getting the radius of the material search specified in the parameters of gas cutting.
knetyaga 1.1 29
writer 5.1 30 Return value:
knetyaga 1.1 31
writer 5.1 32 * material search radius, mm.
knetyaga 1.1 33
writer 5.1 34 ===== number GetOxySafeZ() =====
knetyaga 1.1 35
writer 5.1 36 Getting the height of single crossings specified in the parameters of gas cutting.
knetyaga 1.1 37
writer 5.1 38 Return value:
knetyaga 1.1 39
writer 5.1 40 * height of single crossings, mm.
knetyaga 1.1 41
writer 5.1 42 ===== number GetOxyNozzleHeight() =====
knetyaga 1.1 43
writer 5.1 44 Obtaining a correction for the nozzle height specified in the gas cutting parameters.
knetyaga 1.1 45
writer 5.1 46 Return value:
knetyaga 1.1 47
writer 5.1 48 * correction for nozzle height, mm.
knetyaga 1.1 49
writer 5.1 50 ===== number GetOxyCuttingHeight() =====
knetyaga 1.1 51
writer 5.1 52 Obtaining the working cutting height specified in the gas cutting parameters.
knetyaga 1.1 53
writer 5.1 54 Return value:
knetyaga 1.1 55
writer 5.1 56 * working cutting height, mm.
knetyaga 1.1 57
writer 5.1 58 ===== void SetOxyTorchOn() =====
knetyaga 1.1 59
writer 5.1 60 Turn on the cutting torch.
knetyaga 1.1 61
writer 5.1 62 ===== void SetOxyTorchOff() =====
knetyaga 1.1 63
writer 5.1 64 Shutting off the cutting torch.
knetyaga 1.1 65
writer 5.1 66 ===== void SetOxyPreheatOn() =====
knetyaga 1.1 67
writer 5.1 68 Turn on the heating torch.
knetyaga 1.1 69
writer 5.1 70 ===== void SetOxyPreheatOff() =====
knetyaga 1.1 71
writer 5.1 72 Turn off the heating torch.
knetyaga 1.1 73
writer 5.1 74 ===== void SetOxyIgniterOn() =====
knetyaga 1.1 75
writer 5.1 76 Turn on ignition (igniter).
knetyaga 1.1 77
writer 5.1 78 ===== void SetOxyIgniterOff() =====
knetyaga 1.1 79
writer 5.1 80 Turn off the ignition (igniter).
knetyaga 1.1 81
writer 5.1 82 ===== bool OxyKeepPreheat() =====
knetyaga 1.1 83
writer 5.1 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**(%%)).
knetyaga 1.1 85
writer 5.1 86 Return value:
knetyaga 1.1 87
writer 5.1 88 * true – if the option is active;
89 * false – otherwise.
knetyaga 1.1 90
writer 5.1 91 ===== bool OxyAutoProbing() =====
knetyaga 1.1 92
writer 5.1 93 Allows you to check whether the option is active in the gas cutting settings - search for material before ignition.
knetyaga 1.1 94
writer 5.1 95 Return value:
knetyaga 1.1 96
writer 5.1 97 * true – if the option is active;
98 * false – otherwise.
knetyaga 1.1 99
writer 5.1 100 ===== bool IsOxyExternalZMode() =====
knetyaga 1.1 101
writer 5.1 102 Allows you to check whether the external standalone axis Z mode is selected in the gas cutting settings.
knetyaga 1.1 103
writer 5.1 104 Return value:
knetyaga 1.1 105
writer 5.1 106 * true – if the autonomous Z axis mode is active;
107 * false – otherwise.
knetyaga 1.1 108
writer 5.1 109 ===== bool IsOxyExternalZLimitHighConfigured() =====
knetyaga 1.1 110
writer 5.1 111 Checks if the input of the LimitHigh signal broadcast by the autonomous axis unit is assigned.
knetyaga 1.1 112
writer 5.1 113 Return value:
knetyaga 1.1 114
writer 5.1 115 * true – if the input is assigned;
116 * false – otherwise.
knetyaga 1.1 117
writer 5.1 118 ===== number GetOxyProbeStartHeight() =====
knetyaga 1.1 119
writer 5.1 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.
knetyaga 1.1 121
writer 5.1 122 Return value:
knetyaga 1.1 123
writer 5.1 124 * height of the beginning of probing, mm.