Probing

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

number GetGeneralProbeFeed()

Getting the material search speed specified in the parameters of the milling mode.

Return value:

  • material search speed, mm/min.
number GetGeneralTipHeight()

Obtaining a correction for the height of the probing sensor specified in the parameters of the milling mode.

Return value:

  • correction for the height of the probe probe, mm (default value: 0).
number GetGeneralTipDiam()

Obtaining a diameter of the stylus tip during horizontal probing specified in the parameters of the milling mode.

Return value:

  • stylus tip diameter, mm (default value: 0).
bool UseProbingPosition()

Allows you to check if the XY probe position is enabled in the settings.

Return value:

  • true – if probe position coords specified.
number GetProbingPosition(number axisId)

Getting the machine coordinate of the probing sensor along the specified axis.

Options:

  • number axisId –axis number, an integer from 0 to 8 (one of the constants defined in the Axes list can be passed as this parameter).

Return value:

  • the machine coord of probing sensor along the specified axis.
number GetSensorType()

Getting the type of probing sensor specified in the probing settings.

Return value:

  • an integer corresponding to the probe type.