Sendrec function, 4 f o rm ulas – HEIDENHAIN ND 2100G User Manual
Page 265

ND 2100G GAGE-CHEK
265
2.4 F
o
rm
ulas
SendRec function
The SendRec function is used to send records over the USB or RS-232
(serial) ports.
To insert the SendRec function:
U
Press the OTHER... soft key
U
Press the XTRA dimension key
U
Use the arrow cursor keys to highlight SendRec
U
Press the ENTER key
U
Press the RANGE, NEW, ALL or SELECTED soft key to select the
data you want printed
SendRec function appended to a visible dimension.
USB and serial ports are configured for transmissions in
the USB and RS-232 setup screens.
SendRec function syntax
A = Formula;SendRec
Appends the SendRec function to a visible dimension formula. See
example.
H1 = SendRec
Assigns the SendRec function to a hidden dimension.
H1 = Function(SendRec)
Assigns the SendRec function to a hidden dimension within
another function. See example 2.
Example:1
A = C4;SendRec
A = C4 and record data is transmitted.
Example 2:
H1 = OnEventWide 1(SendRec)
Transmits record data when the LEFT WIDE key is pressed.