NC programming | Fundamentals: smart.Turn editor
1
54
HEIDENHAIN | User's Manual smart.Turn and DIN Programming | 12/2017
Extras menu item
The Extras menu item contains the following functions:
DINplus word…: The editor opens the selection list with all DIN
PLUS words in alphabetical order. Select the desired instruction
for program structuring or the input/output command. The editor
inserts the DIN PLUS word at the cursor position
Comment line…: The comment is inserted above the position of
the cursor
Constant definition…: The expression is inserted above the
position of the cursor. If the DIN PLUS word CONST is not
present yet, it is also inserted
Assignment of variables…: inserts a variable instruction
L call external (the subprogram is in a separate file): The editor
opens the file selection window for subprograms. Select the
subprogram and fill out the subprogram dialog. The control
searches for subprograms in the sequence: current project,
standard directory and then machine manufacturer directory.
L call internal… (the subprogram is contained in the main
program): The editor opens the subprogram dialog
Block functions. This menu item contains functions for marking,
copying and deleting sections
Marking On/Off: activates/deactivates the marking mode
during cursor movement
Cancel marking: After calling the menu item, no part of the
program is marked
Cut Ctrl+X: deletes the marked part of the program and
copies it to the clipboard
Copy Ctrl+C: copies the marked part of the program into the
clipboard
Insert Ctrl+V: inserts the contents of the clipboard at the
cursor position. Any parts of the program that are marked are
replaced by the contents of the clipboard