by petercohen » Wed Feb 13, 2013 2:02 am
by petercohen
Wed Feb 13, 2013 2:02 am
Hello! According to the control table for MX-28, Torque Enable in address 24 is either on or off. Can anybody explain why WriteWord which takes 2 bytes is used?
cm730.WriteWord(JointData::ID_R_SHOULDER_PITCH, MX28::P_TORQUE_ENABLE, 0, 0);
I suppose the second last 0 is for disabling the torque. What is the purpose of the last 0?
Hello! According to the control table for MX-28, Torque Enable in address 24 is either on or off. Can anybody explain why WriteWord which takes 2 bytes is used?
cm730.WriteWord(JointData::ID_R_SHOULDER_PITCH, MX28::P_TORQUE_ENABLE, 0, 0);
I suppose the second last 0 is for disabling the torque. What is the purpose of the last 0?