Checking a string parameter, 9 str ing p a ra met e rs – HEIDENHAIN iTNC 530 (340 49x-03) ISO programming User Manual

Page 533

Advertising
background image

HEIDENHAIN iTNC 530

533

1

1

.9 Str

ing P

a

ra

met

e

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.

N37 Q50 = INSTR ( SRC_QS10 SEA_QS13 BEG2 )

Advertising