anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceServoMotor::GoPositionIndex (int, float, M32 *, void *)

Change the servo's angular position (Index) at the specified speed.

C++
bool GoPositionIndex(int Index, float SpeedRadPerSec, M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
int Index 
[in] New indexed position 
float SpeedRadPerSec 
[in] Rotation speed expressed in degrees/s if SpeedRadPerSec is positive.
If SpeedRadPerSec is equal to 0, then rotation is done at max speed (see manufacturer documentation).
If SpeedRadPerSec less than 0, SpeedRadPerSec represents a 'time' expressed in seconds required to reach specified position. The required speed is computed automatically. 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

True if the servo has well received the new position, false otherwise.

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