Examples
The examples below use a configuration file with a suffix
of .xmc. The use of this suffix is recommended, but it is not required.
If one wishes to edit the configuration file using a third party editor,
then a suffix of .xml is recommended so that the editor will correctly
format the file.
meiConfig -get all.xmc |
To get RAM configuration of all MPI objects
and save to a file. |
meiConfig -flash -set all.xmc |
To load configuration of all MPI objects from a file and set to flash (non-volatile), as well as volatile memory. Note that not all objects are represented in flash memory. See Appendix A to see which objects are not represented in flash memory. |
meiConfig -filter filterFile -get axes.xmc |
To get RAM configuration for all axes and save to a file,
where filterFile contains the following: include: Control.Axis
|
meiConfig -filter filterFile -flash
-set all.xmc |
To load configuration of axis objects from a file and set flash
(non-volatile) memory,
where filterFile has the same contents as above. |
See Filter Files for more
elaborate examples of filtering.
Previous | Next
|