RMP Motion Controller
10.7.1
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.
Definition
rsienums.h:1314
See also
MotorTypeGet
Examples
axis-config-phantom-axis.cs
,
config.h
, and
phantom-axis.cpp
.
RSI
RapidCode
Axis
Generated by
1.15.0