Quick Start for Dynamixel Pro v1.00b
Page
95
/
139
//Set the Indirect Address for Present Temperature
printf(
"Press any key to set the indirect address for temperature...\n"
);
_getch();
Result = dxl_write_word(Port, ID, P_INDIRECT_ADDRESS_0,
P_PRESENT_TEMPERATURE, &ErrorStatus);
if
( Result != COMM_RXSUCCESS )
{
printf(
"Failed to write!\n"
);
printf(
"Press any key to terminate...\n"
);
_getch();
return
0;
}
else
{
if
(ErrorStatus != 0 )
PrintErrorCode(ErrorStatus);
else
printf(
"Succeed to set the indirect address for temperature!\n"
);
}
//Set the Indirect Address for Goal Velocity
printf(
"Press any key to set the indirect address for present position...\n"
);
_getch();
Result = dxl_write_word(Port, ID, P_INDIRECT_ADDRESS_1, P_PRESENT_POSITION,
&ErrorStatus);
Result = dxl_write_word(Port, ID, P_INDIRECT_ADDRESS_2,
P_PRESENT_P1, &ErrorStatus);
Result = dxl_write_word(Port, ID, P_INDIRECT_ADDRESS_3,
P_PRESENT_P2, &ErrorStatus);
Result = dxl_write_word(Port, ID, P_INDIRECT_ADDRESS_4,
P_PRESENT_P3, &ErrorStatus);
if
( Result != COMM_RXSUCCESS )
{
printf(
"Failed to write!\n"
);
printf(
"Press any key to terminate...\n"
);
_getch();
return
0;
}
else
{
if
(ErrorStatus != 0 )
PrintErrorCode(ErrorStatus);
else
printf(
"Succeed to set the indirect address for present position!\n"
);
}
//Torque On
printf(
"Torque On...\n"
);
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 ...