Wiki source code of Газовая резка (фоновые операции)
Last modified by writer on 2023/09/08 19:05
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ===== bool Is_Oxy_Mode () ===== | ||
2 | |||
3 | Checks if PUMOTIX is in gas cutting mode. | ||
4 | |||
5 | Return value: | ||
6 | |||
7 | * true - if PUMOTIX is in gas cutting mode; | ||
8 | * false - if another mode is active. | ||
9 | |||
10 | ===== bool GetOxyCuttingOn () ===== | ||
11 | |||
12 | Allows you to check if the oxy cutter is on in oxyfuel mode. | ||
13 | |||
14 | Return value: | ||
15 | |||
16 | * true – if the oxy cutter is on in oxyfuel mode. | ||
17 | |||
18 | ===== bool GetOxyPreheatOn () ===== | ||
19 | |||
20 | Allows you to check if preheat is enabled in oxyfuel mode. | ||
21 | |||
22 | Return value: | ||
23 | |||
24 | * true – if preheat is on in oxyfuel mode. |