Programming
2.7 Functions
Expanding the user interface
2-76 Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
Example
IF Var1 > Var2
DLGL("Value too large!") ; The text "Value too large!" appears in the dialog
line if variable1 > variable2.
ENDIF
2.7.7 Delete Program (DP)
Description
The DP (Delete Program) function deletes a file from the passive HMI or active NC file
system.
Programming
Syntax: DP
("File
")
Description: Delete file
Parameters: File Complete path name of file to be deleted
Example
DP("\MPF.DIR\CFI.MPF")