17.2Uploadanddownloadofparameterdata
sets
The parameters P 2009[0] - COM_CFG_File and P 2010[0] - COM_CFG_ID can be
used to write the configuration of the drive controller to the file system of the drive
controller as a parameter data set or read it from there. The parameter data set is
saved in a file with the syntax PDSxx.dmd. The xx in the filename stands for the data
set number. Up to 100 data sets (0 to 99) can be saved.
This allows various different configurations to be saved in a drive controller as
parameter data sets and then be called up as needed for the respective operational
situation.
The parameter data sets can be loaded to the PC using an FTP script or from there
back to the drive controller .
P No. Index Name Unit Description
2009 0 COM_CFG_File
Access to the file system: Loading and saving of configuration files
-2 (ERROR) Error during RAM or MMC access
-1 (Running) = File creation is running
0 (Ready) = File creation is finished
18 Create parameter data set on FS.
19 Read parameter data set from FS and write to device parameters.
2010 0 COM_CFG_ID
Access to file system: Assign additional parameter data set ID.
With byte 0: Specification of the parameter data set number.
Bit 0 of 2010[0] to bit 7 of 2010[0]
With byte 1: Specification of the options
Bit 0 = 1: Remove fieldbus-specific parameters from the data set.
Bit 1 = 1: Remove scope parameters from the data set.
Table 16.7: Upload and download of parameter data sets
17.2.1Writeparameterdatasettothefilesystem.
ID No.: 0842.26B.5-01Date: 09.2020
ServoOne- Device Help
481
17 Enhanced/additional functions
No. Action
1
Assign name for the parameter data set:
Withbyte0ofP 2010[0] - COM_CFG_ID:
Specifiesthenameoftheparameterdataset.
0-99meansPDS00...PDS99.
2
Specify options:
Usingbyte1ofP 2010[0] - COM_CFG_IDspecifiestheoptionsforthe
parameterdataset.
Bit0=1:Removefieldbus-specificparametersfromthedataset.
Bit1=1:Removescopeparametersfromthedataset.
3
Create parameter data set:
P 2009[0] - COM_CFG_File=18
Createaparameterdatasetinthefilesystem/para/PDS00.dmd
Theparameterdatasetisnowsavedinthedrivecontrollerwiththe
selectedname.
4
Transfer the parameter data set to the PC using the FTP script:
Thefollowingscriptcanbeusedtotransfertheparameterdatasetfrom
thedrivecontrollertothePC.open 192.168.39.5
Servo
Drive
get /para/PDS00.dmd
quit