Click or drag to resize

MotorAxisVariables Class

Variables for one motor axis
Inheritance Hierarchy
System.Object
  RAYLASE.SPICE3.MotorAxisVariables

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

The MotorAxisVariables type exposes the following members.

Properties
 NameDescription
Public propertyAcceleration Acceleration in units/μs².
Public propertyHomeOffset Relative offset in units to the home trigger position.
Public propertyHomingAcceleration Acceleration used for homing in units/μs².
Public propertyHomingFastSpeed The fast speed for homing units/μs.
Public propertyHomingMethod The HomingMethod for this axis.
Public propertyHomingSlowSpeed The slow speed for homing units/μs.
Public propertyOriginPosition Absolute origin position in units from the home sensor.
Public propertyVelocity Velocity in units/μs.
Top
See Also