Siemens SINUMERIK 840D sl Commissioning Manual page 97

Commissioning cnc part 2 (hmi)
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

08/2005
Passivate Program (PP)
The PP (Passivate Program) function transfers a file from the active file system on
the NC to the passive file system on HMI Advanced. Once the PP function has
been executed, the file is no longer present in the active file system of the NC.
With HMI Embedded/HT6 this function has the same effect as Delete enable.
PP("file")
where:
File
PP("\MPF.DIR\MESSEN.MPF")
Select Program (SP)
The SP (Select Program) function selects a file in the active NC file system for
execution, i.e., the file must be loaded into the NC beforehand.
SP("file")
where:
File
//M(TestGC/"Code generation:")
DEF VAR1 = (R//1)
DEF VAR2 = (R//2)
DEF D_NAME
LOAD
VAR1 = 123
VAR2 = -6
END_LOAD
OUTPUT(CODE1)
"Cycle123(" VAR1 "," VAR2 ")"
"M30"
END_OUTPUT
PRESS(VS1)
D_NAME = "C:\TMP\MESSEN.MPF"
GC("CODE1",D_NAME) ;Write code from OUTPUT method in
END_PRESS
PRESS(HS8)
AP("\MPF.DIR\MESSEN.MPF")
SP("\MPF.DIR\MESSEN.MPF")
END_PRESS
© Siemens AG, 2005. All rights reserved
SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Complete path name of NC file to be transferred
Complete path name of NC file
;Write file C:\TMP\MESSEN.MPF
Expanding the Operator Interface (BE1)
;Load the file into the NC
;Select file
3 Syntax
BE1/3-91

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 810dSinumerik 840diSinumerik 840d

Table of Contents