
Stop6Servo(ID1, …, ID6)
Stop7Servo(ID1, …, ID7)
StopAllServo()
Servo Status and Setting Commands
Get1ServoReadyStatus(ID1, Status)
Get2ServoReadyStatus(ID1, ID2, Status)
Get3ServoReadyStatus(ID1, …, ID3, Status)
Get ServoReadyStatus(ID1, …, ID4, Status)
Get5ServoReadyStatus(ID1, …, ID5, Status)
Get6ServoReadyStatus(ID1, …, ID6, Status)
Get7ServoReadyStatus(ID1, …, ID7, Status)
GetAllServoReadyStatus(Status)
Gets the operation status of the servo(s)
indicated by IDs, ranging from 0 to 7, and stores
the status in Status When all the servos reach
their target positions, the returned status will
be 1, otherwise value 0 will be returned
GetNowPos (ID, Pos) Gets the current position of the servo indicated
by ID, ranging from 0 to 7, and then stores it in
the variable Pos of type Word Note that the
position returned is an estimated position
GetPos(ID, Pos) Gets the target position of the servo indicated
by ID, ranging from 0 to 7, and then stores it in
the variable Pos of type Word
GetPosOffset(ID, Offset) Gets the offset position of the servo indicated
by ID, ranging from 0 to 7, and then stores it in
the variable Offset of type Short, ranging form
-128 to 127 μs
GetSpdAndTime(ID, Type, Value) Gets the motion type of the servo indicated by
ID, ranging from 0 to 7, and stores the values in
Type The corresponding setting values are
stored in the variable Value of type Word If the
servo travel type is set as speed, then the
returned value for Type will be 1 If the servo
travel type is set as time, then the returned
value for Type will be 0
LoadFrame( rameID) Loads the servo operation settings from the
frame memory block indicated by rameID,
ranging from 0 to 59, as the current target
position and motion type of the servos
LoadOffset() Loads the servo offset settings from EEPROM
SaveFrame( rameID) Saves the current settings of servo operations
into the frame indicated by rameID, ranging