Wiki source code of Плазменная резка (фоновые операции)
Last modified by writer on 2023/06/07 17:02
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | ===== bool Is_THC_Mode () ===== | ||
| 2 | |||
| 3 | Checks if PUMOTIX is in plasma cutting mode. | ||
| 4 | |||
| 5 | Return value: | ||
| 6 | |||
| 7 | * true - if PUMOTIX is in plasma cutting mode; | ||
| 8 | * false - if another mode is active. | ||
| 9 | |||
| 10 | ===== number GetCurrentVoltage () ===== | ||
| 11 | |||
| 12 | Getting the current voltage value in plasma cutting mode. | ||
| 13 | |||
| 14 | Return value: | ||
| 15 | |||
| 16 | * current voltage, V. | ||
| 17 | |||
| 18 | ===== number GetDesiredVoltage () ===== | ||
| 19 | |||
| 20 | Obtaining the set value of the desired voltage in the plasma cutting mode. | ||
| 21 | |||
| 22 | Return value: | ||
| 23 | |||
| 24 | * desired voltage, V. | ||
| 25 | |||
| 26 | ===== void SetDesiredVoltage (number value) ===== | ||
| 27 | |||
| 28 | Setting the desired voltage in plasma cutting mode. | ||
| 29 | |||
| 30 | Options: | ||
| 31 | |||
| 32 | * number value - the desired voltage, V. | ||
| 33 | |||
| 34 | ===== bool GetThcTorchOn () ===== | ||
| 35 | |||
| 36 | Allows you to check if the torch is on in plasma mode. | ||
| 37 | |||
| 38 | Return value: | ||
| 39 | |||
| 40 | * true – if the torch is on in plasma mode. | ||
| 41 | |||
| 42 | ===== bool UseOmichSensor () ===== | ||
| 43 | |||
| 44 | Allows you to check if the using ohmic sensor PLL-R2 is enabled in the Settings. | ||
| 45 | |||
| 46 | Return value: | ||
| 47 | |||
| 48 | * true – if the using ohmic sensor PLL-R2 is enabled. | ||
| 49 | |||
| 50 | ===== number GetOmichSensorDelta () ===== | ||
| 51 | |||
| 52 | Getting the dZ value specified in the settings of the ohmic sensor. | ||
| 53 | |||
| 54 | Return value: | ||
| 55 | |||
| 56 | * dZ value specified in the settings of the ohmic sensor. | ||
| 57 | |||
| 58 | ===== void SetOmichSensorDelta (number value) ===== | ||
| 59 | |||
| 60 | Setting the dZ value for ohmic sensor. | ||
| 61 | |||
| 62 | Options: | ||
| 63 | |||
| 64 | * number value – dZ value for ohmic sensor. |