Programming
10.1 Fundamental principles of NC programming
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
197
10.1.5
Fonts
The following characters are used for programming; they are interpreted in accordance with
the relevant definitions.
Letters, digits
A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W X, Y, Z
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
No distinction is made between upper and lower case letters.
Printable special characters
(
Open parenthesis
"
Inverted commas
)
Close parenthesis
_
Underscore (belongs to letters)
[
Open square bracket
.
Decimal point
]
Close square bracket
,
Comma, separator
<
less than
;
Comment start
>
greater than
%
Reserved; do not use
:
Main block, end of label
&
Reserved; do not use
=
Assignment, part of equation
'
Reserved; do not use
/
Division, block suppression
$
System variable identifiers
*
Multiplication
?
Reserved; do not use
+
Addition and positive sign
!
Reserved; do not use
-
Subtraction, minus sign
Non-printable special characters
L
F
: End-of-block character
Blank: Separator between words; blank
Tabulator: Reserved; do not use