(Dynamixel) Dynamixel - XM430 Protocol
(Dynamixel) Dynamixel - XM430 Protocol
1. Specifications ▲
TOP
1. 1. Performance Graph
2. Control Table
TTL Half Duplex Asynchronous Serial Communication with 8bit, 1stop, No Parity
Protocol Type
RS485 Asynchronous Serial Communication with 8bit, 1stop, No Parity
ID 253 ID (0 ~ 252)
Feedback Position, Velocity, Current, Realtime tick, Trajectory, Temperature, Input Voltage, etc
DANGER
(May cause serious injury or death)
Never place items containing water, flammables, and solvents near product.
Never place fingers, arms, toes, and other body parts near product during operation.
Cut power off if product emits strange odors or smoke.
Keep product out of reach of children.
Check the power polarity before wiring.
CAUTION
(May cause injury or damage to product)
Do not operate the product at a temperature exceeding -5 ~ +80 [°C] range.
Do not insert sharp blades nor pins during product operation.
ATTENTION
(May cause injury or damage to product)
Do not disassemble or modify product.
Do not drop or apply strong shock to product.
1. 1. Performance Graph
NOTE : The Max Torque and the Stall Torque of Performance Graph are different in measurement methods. Stall torque is a measured value of the momentary torque that it can reach. This is generally how RC
servos are measured. The Performance graph is also called as N-T curves, which is measured with the gradually increasing load. The actual motor operation environment is closer to the performance graph, not
stall torque method. For this reason, the performance graph is broadly used in the industrial field. Generally, Max Torque of the Performance Graph is less than the Stall Torque.
2. Control Table
The Control Table is a structure of data implemented in the device. Users can read a specific Data to get status of the device with Read Instruction Packets, and modify Data as well to control the
device with WRITE Instruction Packets.
NOTE : Two’s complement is applied for the negative value. For more information, please refer to Two’s complement from Wikipedia.
Data in the EEPROM Area can only be written to if Torque Enable(64) is cleared to ‘0’(Off).
2. 1. 2. Size
The Size of data varies from 1 ~ 4 bytes depend on their usage. Please check the size of data when updating the data with an Instruction Packet. For data larger than 2 bytes will be saved
according to Little Endian.
2. 1. 3. Access
The Control Table has two different access properties. ‘RW’ property stands for read and write access permission while ‘R’ stands for read only access permission. Data with the read only
property cannot be changed by the WRITE Instruction. Read only property(‘R’) is generally used for measuring and monitoring purpose, and read write property(‘RW’) is used for controlling
device.
2. 1. 4. Initial Value
Each data in the Control Table is restored to initial values when the device is turned on. Default values in the EEPROM area are initial values of the device (factory default settings). If any
values in the EEPROM area are modified by a user, modified values will be restored as initial values when the device is turned on. Initial Values in the RAM area are restored when the
device is turned on.
Size Default
Address Data Name Access Range Unit
(Byte) Value
2 4 Model Information R - - -
6 1 Firmware Version R - - -
7 1 ID RW 1 0 ~ 253 -
11 1 Operating Mode RW 3 0 ~ 16 -
-1,044,479 ~
20 4 Homing Offset RW 0 1 [pulse]
1,044,479
63 1 Shutdown RW 52 - -
Size Default
Address Data Name Access Range Unit
(Byte) Value
65 1 LED RW 0 0~1 -
-PWM Limit(36) ~
100 2 Goal PWM RW - -
PWM Limit(36)
-Current Limit(38) ~
102 2 Goal Current RW - 2.69 [mA]
Current Limit(38)
-Velocity Limit(44) ~
104 4 Goal Velocity RW - 0.229 [rev/min]
Velocity Limit(44)
… … … … … - -
… … … … … - -
… … … … … - -
… … … … … - -
CAUTION : Protocol 1.0 does not support addresses greater than 256. Therefore, Indirect Address 29 ~ 56 and Indirect Data 29 ~ 56 can only be accessed with Protocol 2.0.
CAUTION : Data in the EEPROM Area can only be written when the value of Torque Enable(64) is cleared to ‘0’.
2. 4. 1. Model Number(0)
This address stores model number of the DYNAMIXEL.
2. 4. 2. Firmware Version(6)
This address stores firmware version of the DYNAMIXEL.
2. 4. 3. ID(7)
The ID is a unique value in the network to identify each DYNAMIXEL with an Instruction Packet. 0~252 (0xFC) values can be used as an ID, and 254(0xFE) is occupied as a broadcast ID.
The Broadcast ID(254, 0xFE) can send an Instruction Packet to all connected DYNAMIXELs simultaneously.
NOTE : Please avoid using an identical ID for multiple DYNAMIXELs. You may face communication failure or may not be able to detect Dynamixels with an identical ID.
2. 4. 4. Baud Rate(8)
Baud Rate determines serial communication speed between a controller and DYNAMIXELs.
7 4.5M 0.000%
6 4M 0.000%
5 3M 0.000%
4 2M 0.000%
3 1M 0.000%
2 115,200 0.000%
0 9,600 0.000%
NOTE : Less than 3% of the baud rate error margin will not affect to UART communication.
NOTE : For the stable communication with higher Baudrate, configure USB Latency value to the lower.
USB Latency Setting
2. 4. 6. Drive Mode(10)
This address configures Drive Mode of DYNAMIXEL. Drive Mode is available from the firmware V38.
NOTE : If the value of Bit 0(Normal/Reverse Mode) of the Drive Mode(10) is set to 1 , rotational direction is inverted.
Thus, Goal Position, Present Position will have a inverted direction.
This feature can be very useful when configuring symmetrical joint or wheel system.
2. 4. 7. Operating Mode(11)
DYNAMIXEL only controls current(torque) regardless of speed and position. This mode is ideal for a gripper or a system that only uses current(torque) control or a system that has
0 Current Control Mode
additional velocity/position controllers.
1 Velocity Control Mode This mode controls velocity. This mode is identical to the Wheel Mode(endless) from existing DYNAMIXELs. This mode is ideal for wheel-type robots.
This mode controls position. This mode is identical to the Joint Mode from existing DYNAMIXELs. Operating position range is limited by Max Position Limit(48) and Min Position Limit(52).
3(Default) Position Control Mode
This mode is ideal for articulated robots that each joint rotates less than 360 degrees.
Extended Position Control This mode controls position. This mode is identical to the Multi-Turn Mode from existing DYNAMIXELs. 512 turns are supported(-256[rev] ~ 256[rev]). This mode is ideal for multi-turn
4
Mode(Multi-turn) wrists or conveyer systems or a system that requires an additional reduction gear.
Current-based Position This mode controls both position and current(torque). Up to 512 turns are supported(-256[rev] ~ 256[rev]). This mode is ideal for a system that requires both position and current control
5
Control Mode such as articulated robots or grippers.
NOTE : Switching Operating Mode will reset gains(PID, Feedfoward) properly to the selected Operating Mode. The profile generator and limits will also be reset.
1. Profile Velocity(112), Profile Acceleration(108) : Reset to ‘0’
2. Goal PWM(100), Goal Current(102) : Reset to PWM Limit(36), Current Limit(38) respectively
3. Current-based Position Control Mode : Reset to Position Gain(PID) and PWM Limit(36) values.
Changed Position Gain(PID) and PWM Limit(36) values can be read from the Control Table.
NOTE : PWM is the abbreviation for Pulse Width Modulation that modulates PWM Duty to control motors.
The PWM Control Mode changes pulse width to control average supply voltage to the motor and this technique is widely used in the motor control field.
Therefore, PWM Control Mode uses Goal PWM(100) value to control supply voltage for DYNAMIXEL.
PWM Control Mode is similar to the Wheel Mode of DYNAMIXEL AX and RX series.
2. 4. 8. Secondary(Shadow) ID(12)
Set the Dynamixel’s Secondary ID. Secondary ID(12) is a value to identify each Dynamixel, just like the ID(7). However, unlike ID(7), Secondary ID(12) is not a unique value. Therefore,
Dynamixels with the same Secondary ID value form a group. The differences between Secondary ID(12) and ID(7) are as follows :
1. Secondary ID(12) is not a unique value. i.e., a lot of Dynamixels may have the same Secondary ID value.
2. ID(7) has a higher priority than Secondary ID(12). i.e., if Secondary ID(12) and ID(7) are the same, ID(7) will be applied first.
3. The EEPROM area of the Control Table cannot be modified with Secondary ID(12). Only the RAM area can be modified.
4. If Instruction Packet ID is the same as Secondary ID(12), the Status Packet will not be returned.
5. If the value of Secondary ID(12) is 253 or higher, the Secondary ID function is deactivated.
Values Description
The following are examples of operation when there are five Dynamixels with ID (7) set from 1 to 5.
1. Set all five Dynamixels’ Secondary ID(12) to ‘5’.
2. Send Write Instruction Packet(ID = 1, LED(65) = 1).
3. Turn on LED of Dynamixel with ID ‘1’ and return the Status Packet.
4. Send Write Instruction Packet(ID = 5, LED(65) = 1).
5. Turn on LED on five Dynamixels. However, Status Packet of Dynamixel with ID ‘5’ will be returned.
6. Set the Secondary ID(12) of all five Dynamixels to ‘100’.
7. Send Write Instruction Packet(ID = 100, LED(65) = 0).
8. Turn off LED on five Dynamixels. However, as there is no Dynamixel with ID ‘100’, Status Packet is not returned.
2. 4. 9. Protocol Type(13)
Users can select Dynamixel protocol version (1.0 and 2.0).
Even if Protocol 1.0 is selected, Protocol 2.0 Control Table will be used.
It is recommended to use an identical protocol version for multiple Dynamixels.
1 1.0 AX Series, DX Series, RX Series, EX Series, MX Series with Firmware below v39
2(default) 2.0 MX-28/64/106 with Firmware v39 or above, X Series, PRO Series
WARNING : In order to change the Protocol Type to Protocol 1.0, please use DYNAMIXEL Wizard 2.0 as R+ Manager 2.0 does not support Protocol 1.0.
NOTE : The protocol 2.0 is greatly enhanced from the protocol 1.0. Accessing some of the Control Table area might be denied if protocol 1.0 is selected. This manual complies with protocol 2.0. Please refer
to the Protocol 1.0 and Protocol 2.0 of e-Manual for more details about the protocol.
-1,044,479 ~ 1,044,479
about 0.088 [°] 4,096 resolution
(-255 ~ 255[rev])
NOTE : In case of the Position Control Mode(Joint Mode) that rotates less than 360 degrees, any invalid Homing Offset(20) values will be ignored(valid range : -1,024 ~ 1,024).
NOTE : In the case of Reverse Mode bit is set in Drive Mode(10), the sign of Homing Offset value will not be reversed.
Values Description
Unit about 0.229 rpm All velocity related Data uses the same unit
Range 0 ~ 1,023 -
CAUTION : Do not set the temperature higher than the default value. When the temperature alarm shutdown occurs, wait 20 minutes to cool the temperature before re-use. Keep using the product when the
temperature is high can cause severe damage.
Values Description
NOTE : Current Limit(38) could be differ by each DYNAMIXEL so please check the Control Table.
0.229rpm 0 ~ 1,023
NOTE: The default value of Velocity Limit(44) has been decreased since Firmware V42.
NOTE : Max Position Limit(48) and Min Position Limit(52) are only used in Position Control Mode with a single turn.
2. 4. 18. Shutdown(63)
The Dynamixel can protect itself by detecting dangerous situations that could occur during the operation.
Each Bit is inclusively processed with the ‘OR’ logic, therefore, multiple options can be generated.
For instance, when ‘0x05’ (binary : 00000101) is defined in Shutdown(63), Dynamixel can detect both Input Voltage Error(binary : 00000001) and Overheating Error(binary : 00000100).
If those errors are detected, Torque Enable(64) is cleared to ‘0’ and the motor output becomes 0[%].
REBOOT is the only method to reset Torque Enable(64) to ‘1’(Torque ON) after the shutdown.
The followings are detectable situations.
Bit 5 Overload Error(default) Detect persistent load that exceeds maximum output
Bit 4 Electrical Shock Error(default) Detect electric shock on the circuit or insufficient power to operate the motor
Bit 2 OverHeating Error(default) Detect internal temperature exceeds the configured operating temperature
Bit 0 Input Voltage Error Detect input voltage exceeds the configured operating voltage
NOTE : If Shutdown occurs, LED will flicker every second.(Firmware v41 or above)
Value Description
NOTE : Present Position(132) can be reset when Operating Mode(11) and Torque Enable(64) are updated. For more details, please refer to the Homing Offset(20) and Present Position(132).
2. 4. 20. LED(65)
Turn on or turn off the LED on Dynamixel.
Bit Description
0 PING Instruction Status Packet will not be returned for all Instructions
PING Instruction
1 Status Packet will be returned only for READ Instruction
READ Instruction
NOTE : If the ID of Instruction Packet is set to Broad Cast ID(0xFE), Status Packet will not be returned for READ and WRITE Instructions regardless of Status Return Level. For more details, please refer to
the Status Packet section for Protocol 1.0 or Protocol 2.0.
Value Description
Bit 5 Overload Error(default) Detect persistent load that exceeds maximum output
Bit 4 Electrical Shock Error(default) Detect electric shock on the circuit or insufficient power to operate the motor
Bit 2 OverHeating Error(default) Detect internal temperature exceeds the configured operating temperature
Bit 0 Input Voltage Error Detect input voltage exceeds the configured operating voltage
NOTE : If Shutdown occurs, LED will flicker every second.(Firmware v41 or above)
Below figure is a block diagram describing the velocity controller in Velocity Control Mode. When the instruction transmitted from the user is received by DYNAMIXEL, it takes following steps
until driving the horn.
1. An Instruction from the user is transmitted via DYNAMIXEL bus, then registered to Goal Velocity(104).
2. Goal Velocity(104) is converted to desired velocity trajectory by Profile Acceleration(108).
3. The desired velocity trajectory is stored at Velocity Trajectory(136).
4. PI controller calculates PWM output for the motor based on the desired velocity trajectory.
5. Goal PWM(100) sets a limit on the calculated PWM output and decides the final PWM value.
6. The final PWM value is applied to the motor through an Inverter, and the horn of DYNAMIXEL is driven.
7. Results are stored at Present Position(132), Present Velocity(128), Present PWM(124) and Present Current(126).
NOTE : Ka stands for Anti-windup Gain and β is a conversion coefficient of position and velocity that cannot be modified by users. For more details about the PID controller, please refer to the PID Controller
at wikipedia.
2. 4. 25. Position PID Gain(80, 82, 84), Feedforward 1st/2nd Gains(88, 90)
These Gains are used in Position Control Mode and Extended Position Control Mode. Gains of DYNAMIXEL’s internal controller can be calculated from Gains of the Control Table as shown
below. The constant in each equations include sampling time. Position P Gain of DYNAMIXEL’s internal controller is abbreviated to KPP and that of the Control Table is abbreviated to
KPP(TBL).
Below figure is a block diagram describing the position controller in Position Control Mode and Extended Position Control Mode. When the instruction from the user is received by
DYNAMIXEL, it takes following steps until driving the horn.
1. An Instruction from the user is transmitted via DYNAMIXEL bus, then registered to Goal Position(116).
2. Goal Position(116) is converted to desired position trajectory and desired velocity trajectory by Profile Velocity(112) and Profile Acceleration(108).
3. The desired position trajectory and desired velocity trajectory is stored at Position Trajectory(140) and Velocity Trajectory(136) respectively.
4. Feedforward and PID controller calculate PWM output for the motor based on desired trajectories.
5. Goal PWM(100) sets a limit on the calculated PWM output and decides the final PWM value.
6. The final PWM value is applied to the motor through an Inverter, and the horn of DYNAMIXEL is driven.
7. Results are stored at Present Position(132), Present Velocity(128), Present PWM(124) and Present Current(126).
NOTE : In case of PWM Control Mode, both PID controller and Feedforward controller are deactivated while Goal PWM(100) value is directly controlling the motor through an Inverter. In this manner, users
can directly control the supplying voltage to the motor.
Below figure is a block diagram describing the current-based position controller in Current-based Position Control Mode. As Current-based Position Control Mode is quite similar to Position
Control Mode, differences will be focused in the following steps. The differences are highlighted with a green marker in the block diagram as well.
1. Feedforward and PID controller calculates desired current based on desired trajectory.
2. Goal Current(102) decides the final desired current by setting a limit on the calculated desired current.
3. Current controller calculates PWM output for the motor based on the final desired current.
4. Goal PWM(100) sets a limit on the calculated PWM output and decides the final PWM value.
5. The final PWM value is applied to the motor through an Inverter, and the horn of DYNAMIXEL is driven.
6. Results are stored at Present Position(132), Present Velocity(128), Present PWM(124) and Present Current(126).
Values Description
Unit 20[ms] -
The Bus Watchdog function monitors the communication interval (time) between the controller and DYNAMIXEL when Torque Enable(64) is ‘1’. If the measured communication interval
(time) is larger than Bus Watchdog(98), the DYNAMIXEL will stop. Bus Watchdog(98) will be changed to ‘-1’ (Bus Watchdog Error). If the Bus Watchdog Error screen appears, the Goal
Value (Goal PWM(100), Goal Current(102), Goal Velocity(104), Goal Position(116)) will be changed to read-only-access. Therefore, when a new value is written to the Goal Value, a Range
Error will be returned via the Status packet. If the value of Bus Watchdog(98) is changed to ‘0’, Bus Watchdog Error will be cleared.
NOTE : For details of Range Error, please refer to the protocol of the e-Manual.
The following are examples of the operation of the Bus Watchdog function.
1. After setting the Operating Mode(11) to speed control mode, change the Torque Enable(64) to ‘1’.
2. If ‘50’ is written in the Goal Velocity(104), the DYNAMIXEL will rotate in CCW direction.
3. Change the value of Bus Watchdog(98) to ‘100’ (2,000 [ms]). (Activate Bus Watchdog Function)
4. If no instruction packet is received for 2,000 [ms], the DYNAMIXEL will stop. When it stops, the Profile Acceleration(108) and Profile Velocity(112) are applied as ‘0’.
5. The value of Bus Watchdog(98) changes to ‘-1’ (Bus Watchdog Error). At this time, the access to the Goal Value will be changed to read-only.
6. If ‘150’ is written to the Goal Velocity(104), Range Error will be returned via Status Packet.
7. If the value of Bus Watchdog(98) is changed to ‘0’, Bus Watchdog Error will be cleared.
8. If “150” is written in the Goal Velocity(104), the DYNAMIXEL will rotate in CCW direction.
Range Description
NOTE : Applying high current to the motor for long period of time might damage the motor.
NOTE : The maximum velocity and maximum torque of DYNAMIXEL is affected by supplying voltage.
Therefore, if supplying voltage changes, so does the maximum velocity. This manual complies with recommended supply voltage(12[V]).
NOTE : If Profile Acceleration(108) and Goal Velocity(104) are modified simultaneously, modified Profile Acceleration(108) will be used to process Goal Velocity(104).
NOTE: Velocity Control Mode only uses Profile Acceleration(108) without Profile Velocity(112).
The Profile is an acceleration/deceleration control method to reduce vibration, noise and load of the motor by controlling dramatically changing velocity and acceleration.
It is also called Velocity Profile as it controls acceleration and deceleration based on velocity.
DYNAMIXEL provides 3 different types of Profile.
The following explains 3 Profiles.
Profiles are usually selected by a combination of Profile Velocity(112) and Profile Acceleration(108).
When given Goal Position(116), Dynamixel’s profile creates desired velocity trajectory based on present velocity(initial velocity of the Profile).
When Dynamixel receives updated desired position from a new Goal Position(116) while it is moving toward the previous Goal Position(116), velocity smoothly varies for the new desired
velocity trajectory.
Maintaining velocity continuity while updating desired velocity trajectory is called Velocity Override.
For a simple calculation, let’s assume that the initial velocity of the Profile is ‘0’.
The following explains how Profile processes Goal Position(116) instruction in Position Control mode, Extended Position Control Mode, Current-based Position Control Mode.
1. An Instruction from the user is transmitted via Dynamixel bus, then registered to Goal Position(116) (If Velocity-based Profile is selected).
2. Acceleration time(t1) is calculated from Profile Velocity(112) and Profile Acceleration(108).
3. Types of Profile is decided based on Profile Velocity(112), Profile Acceleration(108) and total travel distance(ΔPos, the distance difference between desired position and present position).
4. Selected Profile type is stored at Moving Status(123).(Refer to the Moving Status(123))
5. Dynamixel is driven by the calculated desired trajectory from Profile.
6. desired velocity trajectory and desired position trajectory from Profile are stored at Velocity Trajectory(136) and Position Trajectory(140) respectively.
NOTE : Velocity Control Mode only uses Profile Acceleration(108). Step and Trapezoidal Profiles are supported. Velocity Override are supported as well. Acceleration time(t1) can be calculated as below
equation.
Velocity-based Profile : t1 = 64 * {Goal Velocity(104) / Profile Acceleration(108)}
Time-based Profile : t1 = Profile Acceleration(108)
NOTE : If Time-based Profile is selected, Profile Velocity(112) is used to set the time span of the Profile(t3), while Profile Acceleration(108) sets accelerating time(t1) in millisecond[ms]. Profile
Acceleration(108) will not exceed 50% of Profile Velocity(112) value.
Position Control Mode Min Position Limit(52) ~ Max Position Limit(48) Initial Value : 0 ~ 4,095
NOTE : Profile Velocity(112) and Profile Acceleration(108) are applied in below cases:
In Position Control Mode, Profile Velocity(112) and Profile Acceleration(108) are used to create a new profile when Goal Position(116) is updated.
In Velocity Control Mode, Profile Acceleration(108) is used to create a new profile when Goal Velocity(104) is updated.
2. 4. 34. Moving(122)
This value indicates whether Dynamixel is in motion or not.
If absolute value of Present Velocity(128) is greater than Moving Threshold(24), Moving(122) is set to ‘1’.
Otherwise, it will be cleared to ‘0’.
However, this value will always be set to ‘1’ regardless of Present Velocity(128) while Profile is in progress with Goal Position(116) instruction.
Value Description
Bit 7 X - Reserved
Bit 6 X - Reserved
11 11 : Trapezoidal Profile
10 10 : Triangular Profile
Bit [5:4] Velocity Profile
01 01 : Rectangular Profile
00 00 : Profile not used(Step)
Bit 2 X - Reserved
NOTE : Triangular velocity profile is configured when Rectangular velocity profile cannot reach to the Profile Velocity(112).
NOTE : In-Position bit will be set when the positional deviation is smaller than a predefined value under Position related control modes.
NOTE : Present Position(132) represents 4 byte continuous range(-2,147,483,648 ~ 2,147,483,647) when Torque is turned off regardless of Operating Mode(11). However, Present Position(132) will be
reset in those cases:
1. Present Position(132) is reset with the value within 1 rev (0 ~ 4,095) when Operating Mode(11) is changed to Position Control Mode.
2. Present Position(132) is reset with the value within 1 rev (0 ~ 4,095) when Torque is turned on in Position Control Mode.
Reset Present Position(132) value can be affected by Homing Offset(20).
NOTE : In order to allocate Data in the Control Table longer than 2[byte] to Indirect Address, all address must be allocated to Indirect Address like the above Example 2.
NOTE : Indirect Address 29 ~ 56 and Indirect Data 29 ~ 56 can only be accessed with Protocol 2.0.
3. How to Assemble
4. Maintenance
Once alignment is properly done, gently push the center of the horn toward the actuator.
4. 1. 2. Gear Replacement
You may need to replace the internal gear set when gears are worn out or damaged. Please follow the gear replacement instruction video.
5. Reference
NOTE
Compatibility Guide
Harness Compatibility
5. 1. Certifications
Please inquire us for information regarding unlisted certifications.
5. 1. 1. FCC
Note: This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection
against harmful interference when the equipment is operated in a commercial environment. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in
accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference in which case the
user will be required to correct the interference at his own expense.
WARNING
Any changes or modifications not expressly approved by the manufacturer could void the user’s authority to operate the equipment.
5. 2. Quick Start
5. 2. 0. 1. Prerequisites
Power supply to DYNAMIXEL(12V SMPS / Controllers)
PC with Windows or OSX
Connection between PC and DYNAMIXEL (U2D2, USB2Dynamixel or Micro USB cable)
5. 2. 0. 2. R+ Manager
In order to change settings of DYNAMIXEL, R+ Manager 1.0 or R+ Manager 2.0 must be installed on your system.
You can also use Dynamixel SDK or Dynamixel Workbench.
5. 3. Connector Information
1 GND
1 GND
2 VDD
Pinout 2 VDD
3 DATA+
3 DATA
4 DATA-
Diagram
Housing
JST EHR-04
JST EHR-03
PCB Header
WARNING: Check the pinout! The pinout of Dynamixel can differ from the pinout of connector manufacturer.
5. 4. Communication Circuit
To control the Dynamixel actuators, the main controller needs to convert its UART signals to the half duplex type. The recommended circuit diagram for this is shown below.
5. 4. 1. TTL Communication
5. 4. 2. RS-485 Communication
WARNING: Check the pinout! The pinout of Dynamixel can differ from the pinout of connector manufacturer.
5. 5. Drawings
Download X_430_idle_ref.pdf
Download X-430_idle_ref.dwg
Download x-430_idle.stp
Please also checkout ROBOTIS Download Center for software applications, 3D/2D CAD, and other useful resources!