Checking a string parameter – HEIDENHAIN TNC 320 (340 551-02) User Manual
Page 385

HEIDENHAIN TNC 320
385
1
0
.1
1
S
tr
in
g
P
a
ra
m
e
te
rs
Checking a string parameter
With the INSTR function you can check whether a string parameter is
contained in another string parameter.
8
Select Q parameter functions.
8
Select the FORMULA function.
8
Enter the number of the Q parameter in which the
TNC is to save the place at which the search text
begins. Confirm with the ENT key.
8
Shift the soft-key row.
8
Select the function for checking a string parameter.
8
Enter the number of the QS parameter in which the
searched-for text is saved. Confirm with the ent key.
8
Enter the number of the QS parameter to be
searched, and confirm with the ENT key.
8
Enter the number of the place starting from which the
TNC is to search the substring, and confirm with the
ENT key.
8
Close the parenthetical expression with the ENT key
and confirm your entry with the END key.
Example: Search through QS10 for the text saved in parameter
QS13. Begin the search at the third place.
If the TNC does not find the substring, it saves the value 0
in the result parameter.
If the substring is found in more than one place, the TNC
returns the first place at which it finds the substring.
37 Q50 = INSTR ( SRC_QS10 SEA_QS13 BEG2 )