Available operation modes

OPMODE 1: Insert transition polynomials

In operation mode 1, the blocks are shortened at motion block transitions and transition polynomials are inserted.

Insert transition polynomials
Insert transition polynomials

The maximum contour error CONTERROR ("ε") is required to generate the polynomial transition. The inserted polynomial reduces the actual contour error (i.e. εreal < εprog).

Notice

notice

No polynomial is inserted in the current block transition if

OPMODE 2: Generating spline curves for HSC programming

In operation mode 2, spline curves are generated by the specified edge points. At the start of prismatic parts, spline generation is automatically deselected and a tangential transition is executed.

With block transitions in the prismatic range which are detected based on the additional parameters as described in Section PSC programming with OP1 and OP2 an automatic change takes place to operation mode 1 (OPMODE 1), i.e. transition polynomials are inserted. Contour deviation between vertices is not monitored for inserted spline curves.

Generating spline curves for HSC programming
Generating spline curves for HSC programming

Programing Example

prg_example

OPMODE 1: Insert transition polynomials

...

#HSC[OPMODE 1 CONTERROR 0.01]           (Operation mode 1)

                                        (Max. contour error <= 0.01 mm)

...

#HSC ON               (Enable HSC programming)

...

#HSC OFF              (Disable HSC programming)

...

#HSC ON               (Enable HSC programming)

                      (Previously selected parameters are active)

                      (Operation mode1 (Max. contour error <= 0.01 mm)

...

#HSC OFF              (Disable HSC programming)

...

#HSC ON [OPMODE 2 CONTERROR 0.002]  (Enable free-form programming)

                                    (With operation mode 2)

                                    (Max. contour error <= 0,.02 mm)

...

#HSC[CONTERROR 0.005]  (Change ma. cont. error <= 0.005 mm)

...

#HSC OFF               (Disable HSC programming)

Programing Example

prg_example

OPMODE 2: Generating spline curves for HSC programming

...

#HSC[OPMODE 1 CONTERROR 0.01]      (Select operation mode 1)

                                   (Max. contour error <= 0.01 mm)

#HSC ON                            (Enable HSC programming)

...

#HSC[OPMODE 2]                     (Error message!)

                                   (Changing operation mode is)

                                   (not allowed while HSC programming)

                                   (is active)