Drive
title="Path"
Model/Logical View/M2k lib/Devices/Drives/
CpDriveSpec
Inputs
MoveHomeDir(int)
Start motor homing. Input parameter <-1,0,1>
MoveDir(int)
Start moving motor in one direction. Input parameter <-1,1>
MoveAbsPos(double)
Start moving motor to Absolute position
MoveRelDist(double)
Start moving motor to Relative position
StopOff(CdDriveStopOffTypes)
Stops the movements of motor
aGetPos()
Get motor position
aGetStatus()
Get motor status
ClearError()
Clear motor errors
aSetZeroPos()
Set absolute motor position to zero
Outputs
Pos()
Motor motor position
IsStopped()
Motor is stopped
IsHoming()
Motor start homing process
IsMoving()
Motor start moving
IsOff()
Motor is Off
SetZeroPosDone()
Return signal for aSetZeroPos() command
IsUninitialized()
Motor is in Uninitialized state