beautypg.com

4 f o rm ulas – HEIDENHAIN ND 2100G User Manual

Page 211

background image

ND 2100G GAGE-CHEK

211

2.4 F

o

rm

ulas

Example: Hidden dimension 1 is used to continually evaluate C2,
and the sequence is reinitiated at step 1 if the value of C2
exceeds 1.

A= seq(1,C1)

B = seq(2,C2)

C = seq(3,C1+C2)

H1 = if(C2>1mm,seq(2),0)

The reinitializing step cannot be embedded in another
sequence step.

Reinitiate a sequence syntax