. |
Filter FilesFilter files are used to designate the inclusion and exclusion of specific configuration elements when saving to and restoring from a file. For example, the following text tells meiConfig to save and restore only Axis 0, Filter 0, and Motor 0: include: Using a filter file can greatly increase meiConfig's performance and decrease configuration file size. However, care must be taken to not exclude elements that are necessary for the successful setup of the system.
meiConfig.exe Command Line DetailsThe -filter command line option takes a filterFile parameter. If no filter file is specified by the user, then the Default Filter File is used implictly. Default Filter FileThe Default Filter File, meiConfigFilter.txt, is located in the directory meiConfig_lib, under the directory where the meiConfig utility is installed. It excludes certain elements that are not normally desirable to save or restore. See the Appendix C for details. In addition to excluding (usually) unnecessary elements, the Default Filter File also contains a commented-out list of all configuration elements. The user can copy elements from the list and paste them into their own filter files.
Filter File FormatA filter file consists of two sections: Include and
Exclude. If this section is empty, then all elements will be included except those listed in the exclude section. If this section is not empty, then only those elements listed in it will be included. Sub-elements will also be included, unless they are listed in the exclude section. Exclude Section All elements listed in the exclude section will be excluded, as well as their sub-elements.
|
copyingFilter.txt – This filter is useful when creating configuration files that are “portable,” i.e. ones that contain objects that can be copied to other objects. It includes only the Motion, Axis, Filter, and Motor objects. Firmware addresses and object mapping elements are excluded. |
| | Copyright © 2001-2009 Motion Engineering |