-
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 #1406 from ROBOTIS-GIT/XC330
Xc330
- Loading branch information
Showing
48 changed files
with
3,373 additions
and
220 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
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,21 +1,23 @@ | ||
{% if page.product_group=='dxl_ax' or page.product_group=='dxl_dx' or page.product_group=='dxl_ex' or page.product_group=='dxl_rx' or page.product_group=='dxl_mx' %} | ||
|
||
{% assign registed_instruction = "Registered Instruction (44)" %} | ||
{% assign registered_instruction = "Registered Instruction (44)" %} | ||
|
||
{% elsif page.product_group == 'dxl_xl320' %} | ||
|
||
{% assign registed_instruction = "Registered Instruction (47)" %} | ||
{% assign registered_instruction = "Registered Instruction (47)" %} | ||
|
||
{% else %} | ||
|
||
{% assign registed_instruction = "Registered Instruction (69)" %} | ||
{% assign registered_instruction = "Registered Instruction (69)" %} | ||
|
||
{% endif %} | ||
|
||
Indicates whether the Write Instruction is registered by [Reg Write Instruction](https://emanual.robotis.com/docs/en/dxl/protocol2/#reg-write-0x04) | ||
|
||
| Value | Description | | ||
|:-----:|:---------------------------------------------| | ||
| 0 | No instruction registered by REG_WRITE. | | ||
| 1 | Instruction registered by REG_WRITE exsists. | | ||
| 1 | Instruction registered by REG_WRITE exists. | | ||
|
||
**NOTE** : If ACTION instruction is executed, the {{ registed_instruction }} will be changed to 0. | ||
**NOTE** : If ACTION instruction is executed, the {{ registered_instruction }} will be changed to 0. | ||
{: .notice} |
Oops, something went wrong.