public class HardwareLimitSwitchConfigs
type HardwareLimitSwitchConfigs = class end
HardwareLimitSwitchConfigs | Initializes a new instance of the HardwareLimitSwitchConfigs class |
Deserialize | Deserialize string and put values into this object |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Serialize | Serialize this object into a string |
ToString |
Provides the string representation
of this object
(Overrides ObjectToString) |
ForwardLimitAutosetPositionEnable |
If enabled, the position is auto-set to a specific value,
specified by ForwardLimitAutosetPositionValue
|
ForwardLimitAutosetPositionValue |
The value to auto-set the position to. This has no effect if
ForwardLimitAutosetPositionEnable is false.
|
ForwardLimitEnable |
If enabled, motor output is set to neutral when forward limit
switch is asseted and positive output is requested.
|
ForwardLimitRemoteSensorID |
Device ID of the device if using remote limit switch features.
|
ForwardLimitSource | Determines where to poll the forward limit switch. This defaults to the limit switch pin on the limit switch connector. |
ForwardLimitType | Determines if limit is normally-open (default) or normally-closed. |
ReverseLimitAutosetPositionEnable |
If enabled, the position is auto-set to a specific value,
specified by ReverseLimitAutosetPositionValue
|
ReverseLimitAutosetPositionValue |
The value to auto-set the position to. This has no effect if
ReverseLimitAutosetPositionEnable is false.
|
ReverseLimitEnable |
If enabled, motor output is set to neutral when reverse limit
switch is asseted and positive output is requested.
|
ReverseLimitRemoteSensorID |
Device ID of the device if using remote limit switch features.
|
ReverseLimitSource | Determines where to poll the reverse limit switch. This defaults to the limit switch pin on the limit switch connector. |
ReverseLimitType | Determines if limit is normally-open (default) or normally-closed. |