anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceMotor::GetMaxVelocityDPS

Getting the maximum velocity defined in motor's settings (Deg/s).

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

The maximum velocity as defined in device's settings.

GetMaxVelocityDPS returns the maximum velocity (after gearbox) that the motor (or servo) can produce (the device's mechanical constraint). This value is the one defined in the motor's settings, not the really applied one. The really applied value can be obtained by a call to GetEffectiveMaxVelocityDPS.

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