RMP Motion Controller
10.4.1
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
PostFilterSingleOrderSet()
void PostFilterSingleOrderSet
(
int32_t
sectionNumber
,
double
aOne
,
double
bZero
,
double
bOne
)
Description:
PostFilterSingleOrderSet configures a Single Order filter.
Parameters
sectionNumber
The Post Filter Number to be used.
aOne
A1 Coefficient.
bZero
B0 Coefficient.
bOne
B1 Coefficient.
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
// configure and use a Single Order filter as filter 0, A1 = 10, B0 = 20, and B1 = 30.
axis->PostFilterSingleOrderSet(0, 10, 20, 30);
RSI
RapidCode
Axis
Generated on Mon Mar 27 2023 15:31:01 for RMP Motion Controller by
1.8.20