1. CopyFileFromServer:
– Allows copying file from SINUMERIK OPC UA server to client location.
– The user shall provide the name of the file with full path to be copied.
– On completion of the file transfer, an appropriate message will be displayed.
Type Data type Argument Description
Input parameter string SourceFile Name of the file need
to be copied with abso‐
lute path.
Output parameter ByteString Data Raw file data
2. CopyFileToServer:
– Allows copying a client file to a specified SINUMERIK NC memory location.
– The user shall select the file to be transferred and specify the location on server.
Type Data type Argument Description
Input parameter string TargetFilename Target file name with
absolute path
Input parameter ByteString Data Raw file Data
Input parameter Boolean Overwrite Overwrite True: Overwrite the file
if already exists. False:
File will not be overwrit‐
ten.
Out of security reasons only the following folders are accessible:
● Part Programs
● Sub Programs
● Work Pieces.
Therefore only the following main paths will be accepted by the above mentioned methods:
● Sinumerik/FileSystem/Part Program/
● Sinumerik/FileSystem/Sub Program/
● Sinumerik/FileSystem/Work Pieces/
Therefore only the following main paths will be used as input parameters by the above
mentioned methods:
● Sinumerik/FileSystem/Part Program/partprg.mpf
● Sinumerik/FileSystem/Part Program/prg.spf
● Sinumerik/FileSystem/Part Program/workprg.wpf
Functionality
5.5 File system
SINUMERIK Integrate for Engineering Access MyMachine / OPC UA
60 Configuration Manual, 04/2018, 6FC5397-1DP41-0BA0