beautypg.com

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

Page 254

background image

254

2 Installation and Specifications

2.4 F

o

rm

ulas

Recall function

The Recall function is used to reestablish the last dimension preset
value or values specified using the Preset function. All dimension
presets last applied will be recalled. The Recall function is generally
included in an OnEvent, If or Case function.

To insert the Recall function:

U

Press the OTHER... soft key

U

Press the XTRA dimension key

U

Use the arrow cursor keys to highlight Recall

U

Press the ENTER key

Recall function in OnEvent function.

Recall function syntax

A = Formula;Recall
Assigns the function to a visible dimension. See Example 1.

H1 = Recall
Assigns the function to a hidden dimension.

H1 = Function(Recall)
Assigns the function to a hidden dimension within another function.
See Example 2.

Example 1:

A = C1;Recall

A = C1 and all the latest dimension presets are recalled as current
presets.

Example 2:

H1 = OnEventWide 1(Recall)

Recalls the most recent dimension presets when the LEFT WIDE
key is pressed.