-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1725 from ROBOTIS-GIT/feature-proofreading
Compilation of a variety of proofreading and similar QOL changes to emanual
- Loading branch information
Showing
76 changed files
with
1,530 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
{% if page.ref=='2xc430-w250' %}**2XC430-W250**{% else %}**2XL430-W250**{% endif %} is a ground breaking DYNAMIXEL that allows to control **2 axis(2 DOF)** with a single module. In order to control 2 axis at the same time, each axle should be assigned with different ID while sharing an identical [Baud rate(8)](#baud-rate). Since the Control Table for each axle is separated except the Baudrate, {% if page.ref=='2xc430-w250' %}**2XC430-W250**{% else %}**2XL430-W250**{% endif %} can be applied in various applications. | ||
The usage is identical to other DYNAMIXEL's, but be aware that Firmware Recovery will reset both axis to factory settings. | ||
The DYNAMIXEL {% if page.ref=='2xc430-w250' %}**2XC430-W250**{% else %}**2XL430-W250**{% endif %} is a ground breaking DYNAMIXEL featuring **2 integrated movement axes** within a single module. Each axis has it's own dedicated Control Table allowing the {% if page.ref=='2xc430-w250' %}**2XC430-W250**{% else %}**2XL430-W250**{% endif %} to control them as if they were two independent DYNAMIXEL servos. | ||
{: .notice--success} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{% capture dxl_led_policy %} | ||
**NOTE** : Check the status of DYNAMIXEL by the counts of flickering LED. | ||
**NOTE** : The LED is also used to indicate various statuses of the DYNAMIXEL actuator, refer to the following chart for more information. | ||
|
||
| Status | LED Representation | | ||
|:----------------:|:--------------------:| | ||
| Booting | LED flickers once | | ||
| Factory Reset | LED flickers 4 times | | ||
| Alarm | LED flickers |{% if page.product_group=='dxl_x540' or page.ref=='mx-106-2' or page.ref=='mx-106' %} | ||
| Slave Mode | LED flickers 3 times |{% else %}{% endif %} | ||
| Boot Mode | LED On | | ||
| Booting | LED blinks once | | ||
| Factory Reset | LED blinks quickly 4 times | | ||
| Shutdown Error | LED blinks continuously |{% if page.product_group=='dxl_x540' or page.ref=='mx-106-2' or page.ref=='mx-106' %} | ||
| Follower Mode | LED blinks quickly 3 times |{% else %}{% endif %} | ||
| Bootloader Mode | LED on continuously | | ||
|
||
{% endcapture %} | ||
<div class="notice">{{ dxl_led_policy | markdownify }}</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.