Programming and Operating Manual (Milling)
78 6FC5398-4DP10-0BA6, 09/2017
Characters that may be entered
-, *, /
Basic arithmetic operations
The X value (in degrees) in front of the input cursor is replaced by the sin(X) value.
The X value (in degrees) in front of the input cursor is replaced by the cos(X) value.
The X value in front of the input cursor is replaced by the X
2
value.
he X value in front of the input cursor is replaced by the √X value.
100 + (67*3) 100+67*3 -> 301
2
√4 4 R -> 2
(34+3*2)*10 (34+3*2)*10 -> 400
To calculate auxiliary points on a contour, the pocket calculator offers the following functions:
● Calculating the tangential transition between a circle sector and a straight line
● Moving a point in the plane
● Converting polar coordinates to Cartesian coordinates
● Adding the second end point of a straight line/straight line contour section given from an angular relation
Programming principles
11.1
Fundamentals of programming
11.1.1
Each program must have a program name. The program name must follow the conventions below:
● Use a maximum of 24 letters or 12 Chinese characters for a program name (the character length of the file extension
excluded)
● Separate the file extension only with a decimal point
● Enter the file extension ".SPF" if the current default program type is MPF (main program) and you desire to create a
subprogram
● Enter the file extension ".MPF" if the current default program type is SPF (subprogram) and you desire to create a main
program
● Do not enter the file extension if you desire to take the current default program type
● Avoid using special characters for program names.