RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
HomeStateGet()
bool HomeStateGet
(
)
Description:
HomeStateGet returns true if the
Axis
is homed.
Returns
(bool) True = homed, false = not homed.
Part of the
Limits and Action Configuration
method group.
Sample Code:
if
(axis.HomeStateGet() ==
true
) {
Console.WriteLine(
"Axis is homed!"
);
}
See also
Home
Examples
Homing.cs
.
RSI
RapidCode
Axis
Generated by
1.10.0