Quick Start for Dynamixel Pro v1.00b
Page
78
/
139
{
if
(ErrorStatus != 0 )
PrintErrorCode(ErrorStatus);
else
printf(
"Succeed to chage the homing offset!\n"
);
}
//Torque On
printf(
"Torque On...\n"
);
Result = dxl_write_byte(Port, ID, P_TORQUE_ENABLE, 1, &ErrorStatus);
if
( Result != COMM_RXSUCCESS )
{
printf(
"Failed to write!\n"
);
printf(
"Press any key to terminate...\n"
);
_getch();
return
0;
}
//Change the Goal position
printf(
"Press any key to change the Goal Position...\n"
);
_getch();
Result = dxl_write_dword(Port, ID, P_GOAL_POSITION, 0, &ErrorStatus);
if
( Result != COMM_RXSUCCESS )
{
printf(
"Failed to write!\n"
);
printf(
"Press any key to terminate...\n"
);
_getch();
return
0;
}
else
PrintErrorCode(ErrorStatus);
//Close the port of USB2DXL
printf(
"Press any key to terminate...\n"
);
_getch();
dxl_terminate(Port);
return
0;
}
-
If the program does not run properly check if the Operating Mode is set to Joint
Mode.
Summary of Contents for Dynamixel Pro
Page 1: ...Quick Start for Dynamixel Pro ...
Page 8: ...Quick Start for Dynamixel Pro v1 00b Page 8 139 ...
Page 33: ...Quick Start for Dynamixel Pro v1 00b Page 33 139 Check Dynamixel PRO firmware update results ...
Page 37: ...Quick Start for Dynamixel Pro v1 00b Page 37 139 Dynamixel PRO firmware recovery is complete ...
Page 66: ...Quick Start for Dynamixel Pro v1 00b Page 66 139 The present temperature is constantly read ...
Page 133: ...Quick Start for Dynamixel Pro v1 00b Page 133 139 2 3 2 42 series H42 L42 ...
Page 136: ...Quick Start for Dynamixel Pro v1 00b Page 136 139 ...
Page 138: ...Quick Start for Dynamixel Pro v1 00b Page 138 139 iii L42 10 S300 R ...
Page 139: ...Quick Start for Dynamixel Pro v1 00b Page 139 139 2 5 Model notation ...