Click or drag to resize

MotorVariables Class

Container for motor process variables.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3MotorVariables

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

The MotorVariables type exposes the following members.

Properties
 NameDescription
Public propertyAxes Variables per motor axis.
Public propertyCoordinatedAcceleration When doing a multi dimensional move this acceleration is used as maximum to allow all axes to reach their target at the same time.
Public propertyCoordinatedVelocity When doing a multi dimensional move this velocity is used as maximum to allow all axes to reach their target at the same time.
Top
Remarks
Note that every motor process variable can also be set using a list command.
See Also