Class Config::LimitParam
Defined in File CoreMotionApi.h
Nested Relationships
This class is a nested type of Class Config.
Class Documentation
-
class LimitParam
This class contains limit parameters of an axis. See Limit Parameters for a description of each parameter.
Public Functions
-
LimitParam()
Public Members
-
LimitSwitchType::T lsType
See LS Type.
-
LimitSwitchType::T positiveLSType
See Positive LS Type.
-
LimitSwitchType::T negativeLSType
See Negative LS Type.
-
bool invertPositiveLSPolarity
-
bool invertNegativeLSPolarity
-
LimitSwitchType::T nearLSType
See Near LS Type.
-
LimitSwitchType::T nearPositiveLSType
-
LimitSwitchType::T nearNegativeLSType
-
int nearPositiveLSByte
-
int nearPositiveLSBit
See Near Positive LS Bit.
-
bool invertNearPositiveLSPolarity
-
int nearNegativeLSByte
-
int nearNegativeLSBit
See Near Negative LS Bit.
-
bool invertNearNegativeLSPolarity
-
LimitSwitchType::T externalLSType
See External LS Type.
-
LimitSwitchType::T externalPositiveLSType
-
LimitSwitchType::T externalNegativeLSType
-
int externalPositiveLSByte
-
int externalPositiveLSBit
-
bool invertExternalPositiveLSPolarity
-
int externalNegativeLSByte
-
int externalNegativeLSBit
-
bool invertExternalNegativeLSPolarity
-
LimitSwitchType::T softLimitType
See Soft Limit Type.
-
LimitSwitchType::T positiveSoftLimitType
-
LimitSwitchType::T negativeSoftLimitType
-
double softLimitPositivePos
-
double softLimitNegativePos
-
double lsDec
See LS Dec.
-
double lsSlowDec
See LS Slow Dec.
-
bool allLSDuringHoming
See All LS During Homing.
-
LimitSwitchDirection::T lsDirection
See LS Direction.
-
LimitParam()