how to record output data such as position and torque of a movable robotic arm controlled by a dynamixel MX-106T servomotors with OpenCM + 485 Exp board + Arduino IDE using Dynamixel workbench
I am using Dynamixel Workbench and trying to read present voltage and current value. But I am unable to get these readings. whereas now I can read Position and speed from MX-106T.
Hardware Used-
OpenCM 9.04 with Expan 485 board.
code to read-
Voltage = dxl_wb.itemRead(DXL_ID1, "Present_Voltage");