|
MEIPreFilterForm
Definition
| |
typedef enum {
MEIPreFilterFormNONE,
MEIPreFilterFormBOXCAR, MEIPreFilterFormSHAPING,
} MEIPreFilterForm;
|
| |
Change History: Added in the 03.04.00. |
Description
MEIPreFilterForm specifies the filter types for filtering the command position profile produced by the controller.
| |
MEIPreFilterFormNONE |
The PreFilter is disabled and can be used by another axis.
|
| MEIPreFilterFormBOXCAR |
The axis’ command positions are averaged using a BOXCAR averager. The length of the averager (number of samples to average) can be specified.
|
| MEIPreFilterFormSHAPING |
The axis’ command positions are filtered using a special resonance elimination filter patented by Convolve®, Inc. See www.convolve.com for more information about SHAPING filters. |
|
See Also
MEIPreFilter
|