Configuration file

The SysCalibConfigToolSettingProbe.nc file is executed within the cycle and helps to parameterise the tool touch probe.

The following variables must be defined to measure a tool. For the value MESS_POS, the number transferred to the cycle by @P20 must be entered.

Variables

Description

V.CYC.SysConf_Meas_feed[MESS_POS]

Measuring feed

V.CYC.SysConf_Meas_feed_max[MESS_POS]

Positioning feed

V.CYC.SysConf_Pos_Ax1[MESS_POS]

Centre of touch probe in the X axis

V.CYC.SysConf_Pos_Ax2[MESS_POS]

Centre of touch probe in the Y axis

V.CYC.SysConf_Pos_Ax3[MESS_POS]

Surface position of touch probe in the Z axis

V.CYC.SysConf_Plate_Diam[MESS_POS]

Diameter of touch probe plate.

For example, the configuration file SysCalibConfigToolSettingProbe.nc may look like this:

Programing Example

prg_example

Configuration file

V.CYC.SysConf_Meas_feed[1]         =  500           (measuring feed rate)

V.CYC.SysConf_Meas_feed_max[1]     = 1000           (positioning feed rate)

V.CYC.SysConf_Pos_Ax1[1]           =   10           (probe position in X)

V.CYC.SysConf_Pos_Ax2[1]           =   20           (probe position in Y)

V.CYC.SysConf_Pos_Ax3[1]           =   30           (probe position in Z)

V.CYC.SysConf_Plate_Diam[1]        =   30           (estimated plate diameter)

M17