Siemens SINUMERIK 840D sl Commissioning Manual page 98

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

Advertisement

Expanding the Operator Interface (BE1)
3 Syntax
Delete Program (DP)
The DP (Delete Program) function deletes a file from the passive HMI or active NC
file system.
DP("file")
where:
File
DP("\MPF.DIR\CFI.MPF")
Exists Program (EP)
The EP (Exists Program) function checks whether a particular file is stored in the
specified path in the NC or HMI file system.
EP("File", Result)
where:
File
Result
The result of the scan can be:
M = File is stored on HMI
N = file is stored on NC
Blank string = The file neither exists on the HMI nor on the NC
EP("\MPF.DIR\CFI.MPF", VAR1)
IF VAR1 == "M"
DLGL("File is located in HMI file system")
ELSE
IF VAR1 == "N"
ELSE
ENDIF
ENDIF
Copy Program (CP)
The CP (Copy Program) function copies files within the HMI file system or NC file
system.
With HMI Embedded/HT6, copying is only possible within the NC file system.
CP("Source file", "Target file")
where:
Source file Complete path data of the source file
Target file Complete path data of the target file
CP("\MPF.DIR\CFI.MPF ", "\spf.dir\cfi.nc")
BE1/3-92
SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Complete path name of file to be deleted
Complete path name of file for
NC file system or HMI file system
Name of a variable to which the result of the scan
is to be assigned
DLGL("File is located in the NC file directory")
DLGL("File is neither in the HMI nor in the NC
file directory")
;Check whether file CFI.MPF
;HMI file system exists
© Siemens AG, 2005. All rights reserved
08/2005

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 810dSinumerik 840diSinumerik 840d

Table of Contents