Function Manual
01/2017
217
ROUGHING2:
SBLON
G90 G0 X=DIAF+UX
G1 Z=ENDP
G0 G91X=VRT Z=VRT
G90 G0 X=DIA+2
Z=STAP+2
IF MACH==2 GOTOF FINISHING
SBLOF
RET
FINISHING:
SBLON
G0 X=DIAF
G1 Z=ENDP
G1 X=DIA+VRT
G0 G91X=VRT Z=VRT
G90 Z=STAP+2
SBLOF
RET
LL1:
IF $P_EP[Z]<STAP GOTOF END1
GOTOB LL3
END1:
SETAL(65000)
STOPRE
M0
RET
END2:
SETAL(65001)
STOPRE
M0
RET
Creating the user cycle alarm file
The user cycle alarm file is required to display alarm numbers and alarm messages for user cycles.
Naming rule
alc_<LANG>.txt
Here "
" refers to the language denotation, for example, eng.
For more information, see Section "Multi-language support for the machine manufacturer's HMI data (Page 200)".
When defining the texts, you must follow the rule below:
<AlarmNumber> "<Text>" // <lines*chars>
● <AlarmNumber>: here you define the alarm number. The number ranges from 65000 to 69999.
● <Text>: here you define the actual alarm text.
● <lines*chars>: here you specify the available space for the text in the GUI in number of characters and lines. You can
start a new line by inserting the character of "
".