Configuration file

The SysCalibConfigTouchprobe.nc file is executed before each cycle to identify the touch probe parameters.

The following variables must then be defined.

Variables

Description

V.CYC.SysConf_Probes_in_spindle

Definition whether the touch probe is positioned in the spindle.

0=Touch probe is not in the spindle.

1=Touch probe is in the spindle (default value).

V.CYC.SysConf_Probes_feed

Measuring feed

V.CYC.SysConf_Probes_feed_max

Positioning feed between measuring points.

V.CYC.SysConf_Spindle_angle

Definition of the touch probe basic angle

Default value = 0.

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

Programing Example

prg_example

Configuration file

V.CYC.SysConf_Probes_feed         =  500           (measuring feed rate)

V.CYC.SysConf_Probes_feed_max     = 1000           (positioning feed rate)

V.CYC.SysConf_Spindle_orientation =    0           (positioning of probe)

V.CYC.SysConf_Spindle_angle       =    0           (probe basic angle)

M17