Click or drag to resize

MotorAxisParameterSet Class

Configuration per motor axis
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3MotorAxisParameterSet

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.4
Syntax
C#
public class MotorAxisParameterSet

The MotorAxisParameterSet type exposes the following members.

Properties
 NameDescription
Public propertyEnableLimitSensor When enabled and a hardware limit sensor is triggered, an exception will be thrown and the motor will be stopped immediately.
Public propertyEnableSoftLimit Enables none, one, or both of the soft limits.
Public propertyMaximumSoftLimit When enabled by EnableSoftLimit and a movement would exceed this upper limit, an exception is thrown.
Public propertyMinimumSoftLimit When enabled by EnableSoftLimit and a movement would exceed this lower limit, an exception is thrown.
Public propertyMinimumVelocity The minimum allowed velocity in steps/μs. Acceleration between zero and this value will be 1.
Public propertyStepWidth Pulse width of one motor step pulse.
Public propertyUnitsPerStep Defines the distance traveled by the axis per motor step.
Top
See Also