02 Post Configurator Enablement HandsOn UI-Settings
02 Post Configurator Enablement HandsOn UI-Settings
General
• Create a Post based on Sim08 and Sinumerik 840D
Create a new Postprocessor based on Sinumerik 840D with OOTB Machine and Manufacturer Level
Value ON
N1 G40 G17 G21 G94 G90
(FACE_TOP , TOOL : UGT0202_001)
N2 G0 G53 Z0.
N3 T01 M6
N4 T06
N5 G54
Machine mode supported by postprocessor. Compatibility will be checked with operation’s machine mode.
Configuration Object Machine Mode
Property Machine Mode
Value File Based
Defined in machine layer
Value TURN
(If operation is milling)
Value FULL_CIRCLE
N260 G2 X-5.964 Y9.832 I-41.067 J68.581
N270 G3 X-5.983 Y-9.821 I5.964 J-9.832
Value LINEAR
N250 G17 G1 G90 X-5.074 Y10.358
F1203.
N260 X-5.964 Y9.832
N270 X-7.702 Y8.58
N280 X-9.158 Y7.005
N290 X-10.297 Y5.187
Value Metric
N220 G0 X-79.599 Y42. Z50. S2228 D1 M3
N230 M8
N240 Z3.
N250 G17 G1 G90 Z0. F1203.
N260 X-56.
N270 X56.
Value Inch
N220 G0 X-3.1338 Y1.6535 Z1.9685 S2228 D1 M3
N230 M8
N240 Z0.1181
N250 G17 G1 G90 Z0. F47.4
N260 X-2.2047
N270 X2.2047
Analyze:
• Checks for a value for the Output directory
Direct Output:
• Names the directory with the Output directory value
Function call:
• Calls the procedure LIB_SPF_output_setting_directory
Custom Procedure:
• TCL procedure, must return a result, e.g. return my_name
In library version 3.7.5 this property cut off the values and
put out a warning what the output is before/ after
Value ON
N1 G40 G17 G21 G94 G90
(START OF PATH)
(FACE_TOP , TOOL : UGT0202_001)
In default off N2 ( )
(OPERATION : FACE_TOP)
N3 ( )
useful for debugging (FIRST TOOL)
to switch it on N4 G0 G53 Z0.
(TOOL CHANGE)
N5 T01 M6
(RAPID MOVE)
Value OFF
N1 G40 G17 G21 G94 G90
N2 G0 G53 Z0.
N3 T01 M6
Selected group:
Output the selected group in ONT
Ignore:
no output at start of program
Custom procedure:
Customized output with tcl
_DIR:
Auto: Post set the prefered direction
-1/1 -> user defined
N310 CYCLE800(1,"R_DATA",0,57,0,0,0,0,0,0,0,0,0,1,0)
N320 ;Initial Move
N330 G0 X-79.599 Y42. Z50. S2228 D1 M3
N340 M8
N350 Z3.
N310 CYCLE800(1,"R_DATA",0,57,0,0,0,0,0,0,0,0,0,1,0)
N320 ;Initial Move
N330 G0 X-79.599 Y42. S2228 D1 M3
N340 Z50.
N350 M8
N360 Z3.
Note:
Its not possible to execute Tcl code for those events
A lot of standard post MOM functions do not work
(Review Tool)
Output can be wrong in certain situations (Changing
tool axis)