Report function, 4 f o rm ulas – HEIDENHAIN ND 2100G User Manual
Page 257

ND 2100G GAGE-CHEK
257
2.4 F
o
rm
ulas
Report function
The Report function is used to print reports on the USB port. Contents
can include a user specified range, all new records (never before
reported), all records or a record selected in the data view.
To insert the Report function:
U
Press the OTHER... soft key
U
Press the XTRA dimension key
U
Use the arrow cursor keys to highlight Report
U
Press the ENTER key
U
Press the RANGE, NEW, ALL or SELECTED soft key to select the
data you want printed
Report function.
Report function syntax
A = Formula;Report
Assigns the function to a visible dimension. See example 1.
H1 = Report
Assigns the function to a hidden dimension.
H1 = Function(Report)
Assigns the function to a hidden dimension within another function.
See example 2.
Example 1:
A = C1;ReportNew
A = C1 and a report is printed of new records.
Example 2:
H1 = OnEventWide 1(ReportNew)
Prints a report of new records when the LEFT WIDE key is pressed.