-
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.
Rename troubleshooting to knowledgebase
- Loading branch information
1 parent
dc9b73e
commit 6a1b75d
Showing
12 changed files
with
37 additions
and
27 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../content/manual/troubleshooting/_index.md → hugo/content/manual/knowledgebase/_index.md
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,5 +1,5 @@ | ||
+++ | ||
title = "troubleshooting" | ||
title = "knowledge base" | ||
weight = 15 | ||
chapter = false | ||
+++ | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
+++ | ||
title = "EL9xxx" | ||
weight = 20 | ||
chapter = false | ||
+++ | ||
|
||
*** | ||
*** | ||
## Topics | ||
1. [over current protection](#over-current-protection) | ||
2. [passive terminals](#passive-terminals) | ||
|
||
--- | ||
### over current protection | ||
In the standard setup at PSI over current protection modules are used to feed 24V to both the EtherCAT communication bus (E-bus) and the power bus of the EtherCAT slaves. If the over current protection is not enabled then the EtherCAT slaves will not receive power. | ||
|
||
First time, (and only first time), a system is in use, the overcurrent modules needs to be enabled in order to allow current to flow. Enabling is done by push buttons in the LED area of the module. The long horizontal LEDs are in fact buttons that can be used to activate or tripp the over current protection. | ||
|
||
{{% notice warning %}} | ||
Before pressing the buttons, check the electrical drawings. Make sure it's safe to power on the system. | ||
{{% /notice %}} | ||
|
||
#### el9221-5000 | ||
The EL9221-5000 has one channel and therefore only the top button is needed to be pressed. | ||
|
||
#### el9227-5500 | ||
The EL9227-5500 is a 2 channel module and normally both channels needs to be enabled by pressing both the top and bottom long LED. if only one are pressed it could result in that the power to the communication is fine but the power to the i/o bus is lacking. This can result in starnge issues. Both EL9227-5500 and EL9221-5000 have dedicated panels whre status of the over current protection can be seen. | ||
|
||
### passive terminals | ||
Some terminals are passive. Passive terminals are not EtherCAT slaves and do not communicate over EtherCAT (not equipped with EtherCAT slave controller). Passive terminals are normally used to simplify electrical connections (avoiding external terminals). For instance for distributing potential, 24V and 0V, an EL9184 can be used (8Ch 24V and 8Ch 0V). | ||
|
||
The passive terminals will not show up as an EtherCAT slave when issueing the "ethercat slaves" command. However, they are normally visible in the electrical drawings. This could result in that the slave id in the electrical drawing is **NOT** corresponding to the EtherCAT slave index used when configuring ecmc. In worst case this could lead to that the wrong hardware/drive is configured. | ||
|
||
{{% notice warning %}} | ||
**When configuring ecmc, make sure the EtherCAT slave index is correct, do not blindly trust the electrical drawings since and passive terminal could introduce an shift in the slave indices.** | ||
{{% /notice %}} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.