Cycles: Special Functions
11.6 ENGRAVING (Cycle 225, DIN/ISO: G225)
11
286
HEIDENHAIN | TNC 320 | User’s manual for cycle programming | 9/2016
Engraving system variables
In addition to the standard characters, you can engrave the
contents of certain system variables. Enter % before the system
variable.
You can also engrave the current date or time. Enter %time<x>.
<x> defines the format, e.g. 08 for DD.MM.YYYY. (Identical to the
SYSSTR ID321 function)
Keep in mind that you must enter a leading 0 when
entering the date formats 1 to 9, e.g. time08.
Character Input
DD.MM.YYYY hh:mm:ss %time00
D.MM.YYYY h:mm:ss %time01
D.MM.YYYY h:mm %time02
D.MM.YY h:mm %time03
YYYY-MM-DD hh:mm:ss %time04
YYYY-MM-DD hh:mm %time05
YYYY-MM-DD h:mm %time06
YY-MM-DD h:mm %time07
DD.MM.YYYY %time08
D.MM.YYYY %time09
D.MM.YY %time10
YYYY-MM-DD %time11
YY-MM-DD %time12
hh:mm:ss %time13
h:mm:ss %time14
h:mm %time15