Process 2, HSC mode 2

In the HSC mode 2, Akima spline curves are generated which lead through the specified corner points. At the start of prismatic segments, spline generation is cancelled automatically, and a tangential transition is realized. In the case of linear blocks, for example, prismatic segments are recognized via the knee angle and the block length change referred to an average block length.

Transition polynomials are inserted automatically (see HSC mode 1) in the case of block transitions in the prismatic range.

Process 2, HSC mode 2 1:
Figure 1-7: Akima spline curve through contour interpolation points

Programming

Example: selection of HSC mode 2 with a maximum nominal contour deviation of 1mm

N10 #HSC ON [OPMODE 2 CONTERROR 1] 
G01 G01 G90 X10 Y10 F10000
....................(Further contour description)
N2000 #HSC OFF