Available operation modes

OPMODE 1: Insertion of transfer polynomials

In free form operation mode 1 at movement block transitions the blocks are shortened and transfer polynomial are inserted.

Available operation modes 1:

From the maximum contour error CONTERROR ("ε") the corner distance "a" is calculated. This value is necessary for the generation of the polynomial transition. That means, the inserted polynomial reduce the actual contour error.

OPMODE 2: Generation of spline curves for free form parts

In free form operation mode 2 spline curves are generated through the given edge points. At the beginning of prismatic parts the spline generation is automatically deselected and a tangential transition is carried out.

At block transitions in prismatic parts, which were detected based on the additional parameters of chapter 11.17.1.2, it is changed automatically into operation mode 1 (OPMODE 1), this means transfer polynomials are inserted. For the inserted spline curves no contour deviation between the vertices is monitored.

Available operation modes 2:

Programming example 1

...
#HSC[OPMODE 1 CONTERROR 0.01] (Free form operation mode 1)
(Max. contour error <= 0,01 mm)
...
#HSC ON (Enable free form mode)
...
#HSC OFF (Disable free form mode)
...
#HSC ON (Enable free form mode)
(Previously selected parameter are active)
(Free form operation mode 1)
(Max. contour error <= 0,01 mm)
...
#HSC OFF (Disable free form mode)
...
#HSC ON [OPMODE 2 CONTERROR 0.002] (Enable free form mode with)
(operation mode 2)
(Maximum contour error <= 0,002 mm)
...
#HSC[CONTERROR 0.005] (Change maximum contour error to <= 0,005 mm)
...
#HSC OFF (Disable free form mode)

Programming example 2

...
#HSC[OPMODE 1 CONTERROR 0.01] (Select free form operation mode 1)
(Maximum contour error <= 0,01 mm)
#HSC ON (Enable free form mode)
...
#HSC[OPMODE 2] (Error message!)
(Changing of operation mode is)
(not allowed while free form mode)
(is active.)