13.1. Setting the 485 Extended Axis Parameters
New in version python: SDK-v2.0.3
Prototype | AuxServoSetParam(servoId,servoCompany,servoModel,servoSoftVersion, servoResolution,axisMechTransRatio) |
Description | Setting the 485 extended axis parameters |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.2. Getting 485 Expansion Axis Configuration Parameters
New in version python: SDK-v2.0.3
Prototype | AuxServoGetParam(servoId) |
Description | Get 485 extended axis configuration parameters |
Mandatory parameters |
|
Default parameters | NULL |
Return Value |
|
13.3. Setting the 485 expansion axis enable/disable
New in version python: SDK-v2.0.3
Prototype | AuxServoEnable(servoId,status) |
Description | Setting the 485 extension axis to enable/de-enable |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.4. Setting the 485 Extended Axis Control Mode
New in version python: SDK-v2.0.3
Prototype | AuxServoSetControlMode(servoId,mode) |
Description | Setting the 485 Extended Axis Control Mode |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.5. Setting the 485 extended axis target position (position mode)
New in version python: SDK-v2.0.3
Prototype | AuxServoSetTargetPos(servoId,pos,speed) |
Description | Setting the 485 extended axis target position (position mode) |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.6. Setting the 485 extended axis target torque (torque mode)-not yet available
New in version python: SDK-v2.0.3
prototype | AuxServoSetTargetTorque(servoId,torque) |
Description | Setting the 485 extended axis target torque (torque mode) |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.7. Setting the 485 extended axis back to zero
New in version python: SDK-v2.0.3
Prototype | AuxServoHoming(servoId,mode,searchVel,latchVel) |
Description | Setting the 485 extension axis back to zero |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.8. Clearing 485 Expansion Axis Error Messages
New in version python: SDK-v2.0.3
Prototype | AuxServoClearError(servoId) |
Description | Clearing 485 Extended Axis Error Message |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.9. Get 485 extended axis servo status
New in version python: SDK-v2.0.3
prototype | AuxServoGetStatus(servoId) |
Description | Get 485 extended axis servo status |
Mandatory parameters |
|
Default parameters | NULL |
Return Value |
|
13.10. Setting the 485 extended axis target speed (velocity mode)
New in version python: SDK-v2.0.3
Prototype | AuxServoSetTargetSpeed(servoId,speed) |
Description | Setting the 485 extended axis target speed (velocity mode) |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.11. Setting the 485 extended axis data axis number in the status feedback
New in version python: SDK-v2.0.3
Prototype | AuxServosetStatusID(servoId) |
Description | Sets the 485 extended axis data axis number in status feedback |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.12. Setting the 485 Extended Axis Motion Acceleration and Deceleration Speed
New in version python: SDK-v2.0.5
Prototype | AuxServoSetAcc(acc, dec) |
Description | Sets the 485 extended axis motion acceleration and deceleration speeds. |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.13. Setting the 485 extended axis emergency stop acceleration and deceleration speeds
New in version python: SDK-v2.0.5
Prototype | AuxServoSetEmergencyStopAcc(acc, dec) |
Description | Setting the 485 extended axis emergency stop acceleration and deceleration speed |
Mandatory parameters |
|
Default parameters | NULL |
Return Value | Error Code Success-0 Failure- errcode |
13.14. Get 485 Extended Axis Motion Acceleration and Deceleration
New in version python: SDK-v2.0.5
Prototype | AuxServoGetAcc() |
Description | Get 485 extended axis motion plus or minus velocity |
Mandatory parameters | NULL |
Default parameters | NULL |
Return Value |
|
13.15. Get 485 extended axis emergency stop acceleration and deceleration speeds
New in version python: SDK-v2.0.5
Prototype | AuxServoGetEmergencyStopAcc() |
Description | Get 485 extended axis emergency stop acceleration and deceleration speed |
Mandatory parameters | NULL |
Default parameters | NULL |
Return Value |
|