
Programming Q parameters
9.10
String parameters
9
362
HEIDENHAIN | TNC 620 | ISO Programming User's Manual | 9/2016
Assign string parameters
You have to assign a string variable before you use it. Use the
DECLARE STRING
command to do so.
Show the soft-key row with special functions
Open the function menu
Press the String functions soft key
Press the
DECLARE STRING
soft key
Example NC block
N30 DECLARE STRING QS10 = "WORKPIECE"
Chain-linking string parameters
With the concatenation operator (string parameter
||
string
parameter) you can make a chain of two or more string parameters.
Show the soft-key row with special functions
Open the function menu
Press the String functions soft key
Press the
STRING FORMULA
soft key
Enter the number of the string parameter in
which the TNC is to save the concatenated string.
Confirm with the
ENT
key
Enter the number of the string parameter in which
the
first
substring is saved. Confirm with the
ENT
key: The TNC displays the concatenation symbol
||
Press the
ENT
key
Enter the number of the string parameter in which
the
second
substring is saved. Confirm with the
ENT
key
Repeat the process until you have selected all the
required substrings. Conclude with the
END
key
Example: QS10 is to include the complete text of QS12, QS13
and QS14
N37 QS10 = QS12 || QS13 || QS14
Parameter contents:
QS12
:
Workpiece
QS13
:
Status:
QS14
:
Scrap
QS10
:
Workpiece Status: Scrap
Содержание TNC 620 Programming Station
Страница 1: ...TNC 620 User s Manual ISO programming NC Software 817600 04 817601 04 817605 04 English en 9 2016 ...
Страница 4: ......
Страница 5: ...Fundamentals ...
Страница 28: ...Contents 28 HEIDENHAIN TNC 620 ISO Programming User s Manual 9 2016 ...
Страница 57: ...1 First Steps with the TNC 620 ...
Страница 77: ...2 Introduction ...
Страница 110: ......
Страница 111: ...3 Fundamentals file management ...
Страница 166: ......
Страница 167: ...4 Programming aids ...
Страница 194: ......
Страница 195: ...5 Tools ...
Страница 234: ......
Страница 235: ...6 Programming contours ...
Страница 284: ......
Страница 285: ...7 Data transfer from CAD files ...
Страница 304: ......
Страница 305: ...8 Subprograms and program section repeats ...
Страница 323: ...9 Programming Q parameters ...
Страница 384: ......
Страница 385: ...10 Miscellaneous functions ...
Страница 407: ...11 Special functions ...
Страница 433: ...12 Multiple axis machining ...
Страница 475: ...13 Pallet management ...
Страница 480: ......
Страница 481: ...14 Manual Operation and Setup ...
Страница 549: ...15 Positioning with Manual Data Input ...
Страница 554: ......
Страница 555: ...16 Test Run and Program Run ...
Страница 590: ......
Страница 591: ...17 MOD Functions ...
Страница 622: ......
Страница 623: ...18 Tables and Overviews ...