background image

2/22/2018

XH430-W350

http://support.robotis.com/en/product/actuator/dynamixel_x/xh_series/xh430-w350_main.htm

2/15

 

The max torque measurement method  for the Stall Torque and Performance Graph is different. Stall torque is measured from the max torque that it can reach. This is generally how RC servos

measure their torque. For the Performance graph with the N-T curves, it is measured with the load gradually increasing. The motor operation environment is closer to the performance graph,

not stall torque method. This is probably why the performance graph is being broadly used in the industrial market. This is why the max torque of the performance grap can actually be less than

the stall torque.

 

Precautions when connecting to power supply!

- For the stable power supply, we recommend using ROBOTIS controller or SMPS2Dynamixel.

- Connect your DYNAMIXEL to power supply while it’s off and turn on/off with the power switch.

 

Control Table
                                                                                                                                                                                                                     

The Control Table is a structure of data implemented in the Dynamixel. Users can read a specific Data to get status of the Dynamixel with Read Instruction Packets, and modify Data as well to control

Dynamixels with WRITE Instruction Packets.

Control Table, Data, Address

The Control Table is a structure that consists of multiple Data fields to store status of the Dynamixel or to control the Dynamixel. Users can check current status of the Dynamixel by reading a specific

Data from the Control Table with Read Instruction Packets. WRITE Instruction Packets enable users to control the Dynamixel by changing specific Data in the Control Table. The Address is a unique

value when accessing a specific Data in the Control Table with Instruction Packets. In order to read or write data, users must designate a specific Address in the Instruction Packet. Please refer to the

Protocol section of e-Manual

 for more details about Packets.

Note : Two's complement rule is followed to find the negative value.

 

For more information, please refer to the following link (

Two's complement link

).

Area (EEPROM, RAM)

The Control Table is divided into 2 Areas. Data in the RAM Area is reset to initial values when the Dynamixel is turned on (Volatile). On the other hand, modified data in the EEPROM Area keeps their

values even when the Dynamixel is turned off (Non-Volatile). Data in the EEPROM Area can only be changed when the value of Torque Enable(64) is cleared to ‘0’.

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 Dynamixels.

Initial Value

Each data in the Control Table is restored to initial values when the Dynamixel is turned on. Default values in the EEPROM area are initial values of the Dynamixel (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 Dynamixels is turned on. Initial Values in the RAM area are restored when the

Dynamixels is turned on.

Size

The Size of data varies from 1 to 4 bytes depend on their usage. Please check the size of data when updating the data with an Instruction Packet.

 

Area Address

Size

[byte]

Data Name

Description

Access initial Value

E

E

P

R

O

M

0

2

Model Number

Model Number

R

1000

2

4

Model Information

Model Information

R

-

6

1

Version of Firmware

Firmware Version

R

-

7

1

ID

Dynamixel ID

RW

1

8

1

Baud Rate

Communication Baud Rate

RW

1

9

1

Return Delay Time

Response Delay Time

RW

250

10

1

Drive Mode

Drive Mode

RW

0

11

1

Operating Mode

Operating Mode

RW

3

12

1

Secondary(Shadow) ID

Secondary(Shadow) ID

RW

255

13

1

Protocol Version

Protocol Version

RW

2

Содержание XH430-W350-R

Страница 1: ... Position Control Mode PWM Control Mode Voltage Control Mode Weight 82g Dimensions W x H x D 28 5mm x 46 5mm x 34mm Gear Ratio 353 5 1 Stall Torque 3 1N m at 11 1V 1 2A 3 4N m at 12 0V 1 3A 4 2N m at 14 8V 1 5A No load speed 27rpm at 11 1V 30rpm at 12 0V 37rpm at 14 8V Operating Temperature 5 80 Input Voltage 10 14 8V Recommended 12V Command Signal Digital Packet Protocol Type XH430 W350 T Half du...

Страница 2: ...col section of e Manual for more details about Packets Note Two s complement rule is followed to find the negative value For more information please refer to the following link Two s complement link Area EEPROM RAM The Control Table is divided into 2 Areas Data in the RAM Area is reset to initial values when the Dynamixel is turned on Volatile On the other hand modified data in the EEPROM Area kee...

Страница 3: ...dforward 1st Gain 1st Gain of Feed Forward RW 0 98 1 Bus Watchdog Dynamixel Bus Watchdog RW 0 100 2 Goal PWM Target PWM Value RW 102 2 Goal Current Target Current Value RW 104 4 Goal Velocity Target Velocity Value RW 108 4 Profile Acceleration Acceleration Value of Profile RW 0 112 4 Profile Velocity Velocity Value of Profile RW 0 116 4 Goal Position Target Position Value RW 120 2 Realtime Tick Co...

Страница 4: ...s 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 In order to change the ID in the EEPROM Area Torque Enable 64 has to...

Страница 5: ...WM 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...

Страница 6: ... the Shutdown 63 Torque Enable 64 is cleared to 0 and Torque is disabled For more details please refer to the Shutdown 63 section Values Description Unit about 0 1 V All voltage related Data uses the same unit Range 95 160 9 5 16 0 V PWM Limit 36 This value indicates maximum PWM output Goal PWM 100 can t be configured with any values exceeding PWM Limit 36 PWM Limit 36 is commonly used in all oper...

Страница 7: ...4 Overheating Error Default Detect internal temperature exceeds the configured operating temperature bit 1 0x02 Unused always 0 bit 0 0x01 Input Voltage Error Detect input voltage exceeds the configured operating voltage Note If Shutdown occurs use below method to REBOOT Dynamixels H W REBOOT Turn off the power and turn on again S W REBOOT Transmit REBOOT Instruction For more details please refer ...

Страница 8: ...about the PID controller please refer to the below website http en wikipedia org wiki PID_controller Position D Gain 80 Position I Gain 82 Position P Gain 84 Feedforward 2nd Gain 88 Feedforward 1st Gain 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 con...

Страница 9: ...roller please refer to the below websites http en wikipedia org wiki PID_controller https en wikipedia org wiki Feed_forward_ control Bus Watchdog 98 Available after Firmware version 38 Bus Watchdog 98 is a safety device Fail safe that stops the Dynamixel if the communication between the controller and Dynamixel communication RS485 TTL is disconnected due to an unspecified error Communication is d...

Страница 10: ...t 40 For more details please refer to the Profile Velocity 112 Values Description Unit 214 577 Rev min2 All acceleration related Data uses the same unit Range 0 Acceleration Limit 40 The value 0 on Profile Acceleration 108 means infinite acceration Profile Velocity 112 The Maximum velocity of Profile can be set with this value Profile Velocity 112 can be used in all control modes except Torque Con...

Страница 11: ... with Goal Position 116 From the front view of Dynamixels CCW is an increasing direction whereas CW is a decreasing direction The way to reaching Goal Position 116 is differ by 4 Profiles provided by Dynamixels Please refer to the Profile Velocity 112 for more details Values Description Unit 0 088 deg 1 rev 0 4 095 Range Position Control Mode Min Position Limit 52 Max Position Limit 48 Initial Val...

Страница 12: ...Velocity Trajectory 136 becomes equal to Goal Velocity 104 Position Control Mode Extended Position Control Mode Current based Position Control Mode Velocity Trajectory is used to create Position Trajectory 140 When Profile reaches to endpoint Velocity Trajectory 136 is cleared to 0 Position Trajectory 140 This is a target position trajectory created by Profile This value is only used in Position C...

Страница 13: ...s Indirect Address Values Description Range 64 661 Indirection Address can t be allocated with EEPROM area Note 1 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 2 Indirect Address 29 56 and Indirect Data 29 56 can only be accessed with Protocol 2 0 Wiring Instructions through holl...

Страница 14: ...430 w350_main htm 14 15 Caution for Dynamixel X Series cable assembly through hollow case Organize the entangled cable before assembling the back case Do not assemble the back case with entangled cable The entangled cable can be squashed by the case and cause communication error Combination ...

Страница 15: ... support robotis com en product actuator dynamixel_x xh_series xh430 w350_main htm 15 15 Dimension Drawing Information X 430_std_ref pdf Frame Compatibility Guide LINK Error Report Copyrights c 2010 ROBOTIS All rights reserved ...

Отзывы: