anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceMotor::GetEffectiveMaxTorque

Getting the maximum torque that the motor can apply.

C++
float GetEffectiveMaxTorque(M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

The maximum torque used by the motor (or servo).

GetEffectiveMaxTorque returns the torque (after gearbox) that the motor (or servo) can apply for maintaining its rotational speed or its position. The value is always > than 0 and less than or equals to GetMaxTorque. The motor's torque can be modified by a call to SetEffectiveMaxTorque.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!