|
Properties
Home.State
The current state of the homing machine.
Visual Basic
ReadOnly Property State As MpxUtil.Home.HomeState |
C#
MpxUtil.Home.HomeState State {get;} |
Home.HomingMethod
The homing method to be used.
Visual Basic
Property HomingMethod As MpxUtil.Home.HomeMethod |
C#
MpxUtil.Home.HomeMethod HomingMethod {get; set;} |
Home.CancelAction
The action to apply to the MPX axis when homing is cancelled. The default value is Mpx.Action.EStopAbort.
Visual Basic
Property CancelAction As Mpx.Action |
C#
Mpx.Action CancelAction {get; set;} |
Home.Timeout
The timeout for the homing process in seconds. If timeout is zero, then timeout monitoring is disabled. If the machine times-out, then the CancelAction property will be applied to the MPX axis. The default Timeout value is zero.
Visual Basic
Property Timeout As Double |
C#
double Timeout {get; set;} |
Home.Speed
The homing speed for the axis; defaults to zero.
Home.Accel
The homing acceleration for the axis; defaults to zero.
Home.Decel
The homing deceleration for the axis; defaults to zero.
Home.JerkPercent
The homing jerk percent for the axis. A value of zero means trapezoidal motion will be used. The default value is zero.
Visual Basic
Property JerkPercent As Double |
C#
double JerkPercent {get; set;} |
|