Last modified by writer on 2023/09/08 19:07

From version 4.1
edited by writer
on 2023/09/08 19:07
Change comment: There is no comment for this version
To version 3.1
edited by writer
on 2023/06/07 17:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -===== bool Is_THC_Mode () =====
1 +===== **bool Is_THC_Mode ()** =====
2 2  
3 3  Checks if PUMOTIX is in plasma cutting mode.
4 4  
... ... @@ -7,7 +7,7 @@
7 7  * true - if PUMOTIX is in plasma cutting mode;
8 8  * false - if another mode is active.
9 9  
10 -===== number GetCurrentVoltage () =====
10 +===== **number GetCurrentVoltage ()** =====
11 11  
12 12  Getting the current voltage value in plasma cutting mode.
13 13  
... ... @@ -15,7 +15,7 @@
15 15  
16 16  * current voltage, V.
17 17  
18 -===== number GetDesiredVoltage () =====
18 +===== **number GetDesiredVoltage ()** =====
19 19  
20 20  Obtaining the set value of the desired voltage in the plasma cutting mode.
21 21  
... ... @@ -23,7 +23,7 @@
23 23  
24 24  * desired voltage, V.
25 25  
26 -===== void SetDesiredVoltage (number value) =====
26 +===== **void SetDesiredVoltage (number value)** =====
27 27  
28 28  Setting the desired voltage in plasma cutting mode.
29 29  
... ... @@ -31,7 +31,7 @@
31 31  
32 32  * number value - the desired voltage, V.
33 33  
34 -===== bool GetThcTorchOn () =====
34 +===== **bool GetThcTorchOn ()** =====
35 35  
36 36  Allows you to check if the torch is on in plasma mode.
37 37  
... ... @@ -39,7 +39,7 @@
39 39  
40 40  * true – if the torch is on in plasma mode.
41 41  
42 -===== bool UseOmichSensor () =====
42 +===== **bool UseOmichSensor ()** =====
43 43  
44 44  Allows you to check if the using ohmic sensor PLL-R2 is enabled in the Settings.
45 45  
... ... @@ -47,7 +47,7 @@
47 47  
48 48  * true – if the using ohmic sensor PLL-R2 is enabled.
49 49  
50 -===== number GetOmichSensorDelta () =====
50 +===== **number GetOmichSensorDelta ()** =====
51 51  
52 52  Getting the dZ value specified in the settings of the ohmic sensor.
53 53  
... ... @@ -55,7 +55,7 @@
55 55  
56 56  * dZ value specified in the settings of the ohmic sensor.
57 57  
58 -===== void SetOmichSensorDelta (number value) =====
58 +===== **void SetOmichSensorDelta (number value)** =====
59 59  
60 60  Setting the dZ value for ohmic sensor.
61 61