anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceMotor::GetEffectiveMaxAccelerationRAD

Getting the maximum acceleration that the motor can produce (Rad/s^2).

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

The motor's maximum acceleration.

GetEffectiveMaxAccelerationRAD returns the acceleration (after gearbox) that the motor can produce for changing its velocity. The value is always >= than 0 and less than or equals to GetMaxAccelerationRAD. The motor's effective max acceleration can be modified by a call to SetEffectiveMaxAccelerationRAD.

The acceleration control is available only in velocity regulation ( SetVelocityDPS, SetVelocityRPS).

4.7.17

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