RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotorTypeSet()
void MotorTypeSet
(
RSIMotorType
type
)
Description:
MotorTypeSet configures the type of motor.
Parameters
(type)
A
RSIMotorType
value.
Sample Code:
// configure as a Stepper motor
axis->MotorTypeSet(
RSIMotorTypeSTEPPER
);
RSI::RapidCode::RSIMotorType::RSIMotorTypeSTEPPER
@ RSIMotorTypeSTEPPER
Stepper motor.
See also
MotorTypeGet
Examples
AxisConfig.cs
,
PhantomAxis.cpp
, and
SampleAppsHelper.h
.
RSI
RapidCode
Axis
Generated by
1.10.0