-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect alarm main code, add new alarm info to troubleshooting …
…guide, and remove extra whitespace in yaml file to pass linter.
- Loading branch information
1 parent
8b3efa1
commit 9e7033f
Showing
3 changed files
with
62 additions
and
11 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 |
---|---|---|
|
@@ -725,6 +725,35 @@ Save a copy of the output of the [debug-listener script](#debug-log-client) and | |
Open a new issue on the [Issue tracker](https://github.com/yaskawa-global/motoros2/issues), describe the problem and attach `PANELBOX.LOG` and the debug log to the issue. | ||
Include a verbatim copy of the alarm text as seen on the teach pendant (alarm number and `[subcode]`). | ||
|
||
### Alarm: 8011[64] | ||
|
||
*Example:* | ||
|
||
```text | ||
ALARM 8011 | ||
Must enable ETHERNET function | ||
[64] | ||
``` | ||
|
||
*Solution:* | ||
The ETHERNET function must be enabled for one (or both) LAN interface in the robot controller. | ||
Please contact your local Yaskawa representative to request this function. | ||
|
||
### Alarm: 8011[65] | ||
|
||
*Example:* | ||
|
||
```text | ||
ALARM 8011 | ||
Enable LAN port 1 for debug | ||
[65] | ||
``` | ||
|
||
*Solution:* | ||
The ETHERNET function must be enabled for the LAN interface that was specified in the config file. | ||
Check failure on line 753 in doc/troubleshooting.md GitHub Actions / md_lintTrailing spaces
|
||
Either change the interface specified in the config file to a LAN interface that is enabled, or enable the corresponding LAN interface on the controller. | ||
Check failure on line 754 in doc/troubleshooting.md GitHub Actions / md_lintTrailing spaces
|
||
Please contact your local Yaskawa representative to request the ETHERNET function if it is not enabled. | ||
Check failure on line 755 in doc/troubleshooting.md GitHub Actions / md_lintTrailing spaces
|
||
|
||
### Alarm: 8012[xx] | ||
|
||
*Example:* | ||
|
@@ -1024,6 +1053,28 @@ In case the alarm is still raised after calibration was performed, TF broadcasti | |
Open a new issue on the [Issue tracker](https://github.com/yaskawa-global/motoros2/issues), describe the problem and attach `PANELBOX.LOG`, `RBCALIB.DAT` and the debug log to the issue. | ||
Include a verbatim copy of the alarm text as seen on the teach pendant (alarm number and `[subcode]`). | ||
|
||
### Alarm: 8013[17] | ||
|
||
*Example:* | ||
|
||
```text | ||
ALARM 8013 | ||
Bad UserLan debug port in cfg | ||
[17] | ||
``` | ||
|
||
*Solution:* | ||
The `userlan_debug_broadcast_port` key in the `motoros2_config.yaml` configuration file is set to an invalid value. | ||
Debug broadcasting will be disabled for this session. | ||
|
||
On YRC1000 and YRC1000u, this must be set to either `USER_LAN1` or `USER_LAN2`. | ||
|
||
No other values are supported. | ||
|
||
Example: `userlan_debug_broadcast_port: USER_LAN1`. | ||
|
||
After correcting the configuration, the [changes will need to be propagated to the Yaskawa controller](../README.md#updating-the-configuration). | ||
|
||
### Alarm: 8014[0] | ||
|
||
*Example:* | ||
|
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