From 6a1b75dbb3327a4951ef5f4905cbefedf0be2bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 27 Sep 2024 12:31:00 +0200 Subject: [PATCH] Rename troubleshooting to knowledgebase --- .../_index.md | 2 +- .../ethercatCLI.md | 0 .../general.md | 0 .../hardware/EL5042.md | 0 .../hardware/EL70x1.md | 0 .../manual/knowledgebase/hardware/EL9xxx.md | 36 +++++++++++++++++++ .../hardware/_index.md | 0 .../hardware/host.md | 0 .../manual.md | 0 .../motion.md | 0 .../tuning.md | 0 .../manual/troubleshooting/hardware/EL9xxx.md | 26 -------------- 12 files changed, 37 insertions(+), 27 deletions(-) rename hugo/content/manual/{troubleshooting => knowledgebase}/_index.md (97%) rename hugo/content/manual/{troubleshooting => knowledgebase}/ethercatCLI.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/general.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/hardware/EL5042.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/hardware/EL70x1.md (100%) create mode 100644 hugo/content/manual/knowledgebase/hardware/EL9xxx.md rename hugo/content/manual/{troubleshooting => knowledgebase}/hardware/_index.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/hardware/host.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/manual.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/motion.md (100%) rename hugo/content/manual/{troubleshooting => knowledgebase}/tuning.md (100%) delete mode 100644 hugo/content/manual/troubleshooting/hardware/EL9xxx.md diff --git a/hugo/content/manual/troubleshooting/_index.md b/hugo/content/manual/knowledgebase/_index.md similarity index 97% rename from hugo/content/manual/troubleshooting/_index.md rename to hugo/content/manual/knowledgebase/_index.md index 52cb4f63a..25c5071a8 100644 --- a/hugo/content/manual/troubleshooting/_index.md +++ b/hugo/content/manual/knowledgebase/_index.md @@ -1,5 +1,5 @@ +++ -title = "troubleshooting" +title = "knowledge base" weight = 15 chapter = false +++ diff --git a/hugo/content/manual/troubleshooting/ethercatCLI.md b/hugo/content/manual/knowledgebase/ethercatCLI.md similarity index 100% rename from hugo/content/manual/troubleshooting/ethercatCLI.md rename to hugo/content/manual/knowledgebase/ethercatCLI.md diff --git a/hugo/content/manual/troubleshooting/general.md b/hugo/content/manual/knowledgebase/general.md similarity index 100% rename from hugo/content/manual/troubleshooting/general.md rename to hugo/content/manual/knowledgebase/general.md diff --git a/hugo/content/manual/troubleshooting/hardware/EL5042.md b/hugo/content/manual/knowledgebase/hardware/EL5042.md similarity index 100% rename from hugo/content/manual/troubleshooting/hardware/EL5042.md rename to hugo/content/manual/knowledgebase/hardware/EL5042.md diff --git a/hugo/content/manual/troubleshooting/hardware/EL70x1.md b/hugo/content/manual/knowledgebase/hardware/EL70x1.md similarity index 100% rename from hugo/content/manual/troubleshooting/hardware/EL70x1.md rename to hugo/content/manual/knowledgebase/hardware/EL70x1.md diff --git a/hugo/content/manual/knowledgebase/hardware/EL9xxx.md b/hugo/content/manual/knowledgebase/hardware/EL9xxx.md new file mode 100644 index 000000000..c4bfd8399 --- /dev/null +++ b/hugo/content/manual/knowledgebase/hardware/EL9xxx.md @@ -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 %}} diff --git a/hugo/content/manual/troubleshooting/hardware/_index.md b/hugo/content/manual/knowledgebase/hardware/_index.md similarity index 100% rename from hugo/content/manual/troubleshooting/hardware/_index.md rename to hugo/content/manual/knowledgebase/hardware/_index.md diff --git a/hugo/content/manual/troubleshooting/hardware/host.md b/hugo/content/manual/knowledgebase/hardware/host.md similarity index 100% rename from hugo/content/manual/troubleshooting/hardware/host.md rename to hugo/content/manual/knowledgebase/hardware/host.md diff --git a/hugo/content/manual/troubleshooting/manual.md b/hugo/content/manual/knowledgebase/manual.md similarity index 100% rename from hugo/content/manual/troubleshooting/manual.md rename to hugo/content/manual/knowledgebase/manual.md diff --git a/hugo/content/manual/troubleshooting/motion.md b/hugo/content/manual/knowledgebase/motion.md similarity index 100% rename from hugo/content/manual/troubleshooting/motion.md rename to hugo/content/manual/knowledgebase/motion.md diff --git a/hugo/content/manual/troubleshooting/tuning.md b/hugo/content/manual/knowledgebase/tuning.md similarity index 100% rename from hugo/content/manual/troubleshooting/tuning.md rename to hugo/content/manual/knowledgebase/tuning.md diff --git a/hugo/content/manual/troubleshooting/hardware/EL9xxx.md b/hugo/content/manual/troubleshooting/hardware/EL9xxx.md deleted file mode 100644 index b17e65717..000000000 --- a/hugo/content/manual/troubleshooting/hardware/EL9xxx.md +++ /dev/null @@ -1,26 +0,0 @@ -+++ -title = "EL9xxx" -weight = 20 -chapter = false -+++ - -*** -*** -## Topics -1. [over current protection](#over-current-protection) - ---- -### 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.