Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ===== number GetGeneralProbeFeed() ===== | ||
2 | |||
3 | Getting the material search speed specified in the parameters of the milling mode. | ||
4 | |||
5 | Return value: | ||
6 | |||
7 | * material search speed, mm/min. | ||
8 | |||
9 | ===== number GetGeneralTipHeight() ===== | ||
10 | |||
11 | Obtaining a correction for the height of the probing sensor specified in the parameters of the milling mode. | ||
12 | |||
13 | Return value: | ||
14 | |||
15 | * correction for the height of the probe probe, mm (default value: 0). | ||
16 | |||
17 | ===== number GetGeneralTipDiam() ===== | ||
18 | |||
19 | Obtaining a diameter of the stylus tip during horizontal probing specified in the parameters of the milling mode. | ||
20 | |||
21 | Return value: | ||
22 | |||
23 | * stylus tip diameter, mm (default value: 0). | ||
24 | |||
25 | ===== bool UseProbingPosition() ===== | ||
26 | |||
27 | Allows you to check if the XY probe position is enabled in the settings. | ||
28 | |||
29 | Return value: | ||
30 | |||
31 | * true – if probe position coords specified. | ||
32 | |||
33 | ===== number GetProbingPosition(number axisId) ===== | ||
34 | |||
35 | Getting the machine coordinate of the probing sensor along the specified axis. | ||
36 | |||
37 | Options: | ||
38 | |||
39 | * number axisId –axis number, an integer from 0 to 8 (one of the constants defined in the **[[Axes>>doc:Руководство пользователя.Описание M-кодов.Описание функций макроязыка.Управление осями.WebHome]] **list can be passed as this parameter). | ||
40 | |||
41 | Return value: | ||
42 | |||
43 | * the machine coord of probing sensor along the specified axis. | ||
44 | |||
45 | ===== number GetSensorType() ===== | ||
46 | |||
47 | Getting the type of probing sensor specified in the probing settings. | ||
48 | |||
49 | Return value: | ||
50 | |||
51 | * an integer corresponding to the probe type. |