17.2 Upload and download of parameter data
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 servo drive to the file system of the servo drive
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 servo drive 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 servo drive .
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.1 Write parameter data set to the file system
MOOG
ID No.: CB40859-001 Date: 11/2020
MSD Servo Drive - Device Help
459
17 Enhanced/additional functions
No.
Action
1
Assign name for the parameter data set:
With byte 0 of
P 2010[0] - COM_CFG_ID
:
Specifies the name of the parameter data set.
0-99
means PDS
00
...PDS
99
.
2
Specify options:
Using byte 1 of
P 2010[0] - COM_CFG_ID
specifies the options for the
parameter data set.
Bit 0 = 1: Remove fieldbus-specific parameters from the data set.
Bit 1 = 1: Remove scope parameters from the data set.
3
Create parameter data set:
P 2009[0] - COM_CFG_File
= 18
Create a parameter data set in the file system /para/PDS
00
.dmd
The parameter data set is now saved in the servo drive with the selected
name.
4
Transfer the parameter data set to the PC using the FTP script:
The following script can be used to transfer the parameter data set from
the servo drive to the PC.
open 192.168.39.5
Servo
Drive
get /para/PDS
00
.dmd
quit