|
anyKode Marilou
|
Ask the motor to change the maximum acceleration.
bool SetMaxAccelerationRAD(float DeltaVelocityRadsPerSec, M32 * pDeviceResponse = NULL, void * pReserved = NULL);
true if the motor received the new command, false if otherwise.
DeltaVelocityRadsPerSec is the new motor acceleration. It's the maximum delta speed ( rad/sec) for 1 second.
If DeltaVelocityRadsPerSec is 0, the maximum acceleration is applied according to the motor settings. Otherwise the applied acceleration is the minimum between the motor settings and DeltaVelocityRadsPerSec.
|
Documentation v4.7 (17/05/2011), Copyright (c) 2011 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|