beautypg.com

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

Page 210

background image

210

2 Installation and Specifications

2.4 F

o

rm

ulas

U

Position the block and channel input to measure length (L)

U

Press the ENTER key to store the final channel value

L = seq(3,C1)

This last step in the sequence also stores the calculation of volume
based on the values of H, W and L.

Vol = H*W*L

Upon completion of the last step, the ND 2100G returns to the first
step in the sequence to begin a new series of measurements.

This example of volume measurement illustrates that many
dimensions can be calculated from a single channel input.

Performing operations within a sequence

Operations such as sending data and engaging relay contacts can be
performed within a sequence by appending the operation using a
semicolon.

Reinitiating a sequence

Sequences can be ended prior to their completion and a new
sequence initiated.

Operations within a sequence syntax

A = seq(Step number,function);seq(Step number, operation)

Example:

A = seq(3,C1);(3,ClrTrig4)

Clears event trigger 4 when step 3 of the sequence is executed

Reinitiate a sequence syntax

seq(reinitialization step number)