Skip to content

Commit

Permalink
Change heading
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Sep 27, 2024
1 parent 3f52d8b commit 8b3c4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hugo/content/manual/knowledgebase/hardware/EL5042.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ chapter = false
+++

## Topics
1. [No reading](#no-reading)
1. [error/warning](#error/warning)
2. [Diagnostics](#diagnostics)
3. [Offset LSB Bit [Bit] (0x80p8:17)](#offset-lsb-bit-[bit]-(0x80p8:17))
4. [SSI](#ssi)

---

### No reading
### error/warning

Could be caused by:
* Wrong settings (bit counts, ..), see futher below on this page (and also motion/best practice).
Expand Down Expand Up @@ -62,7 +62,7 @@ From EL5042 manual:
# The encoder supply voltage is set for both channels in object 0x8008:12
# --------------------------------------------------------------------------------------------------------------------------
```
After the above sequence is executed, the slave must go to INIT state before the new settings is applied. This can be done with the ethercat tool:
After the above sequence is executed, the slave must go to INIT state before the new setting is applied. This can be done with the ethercat tool:
```
ethercat states -m<master_id> -p<slave_id> INIT
# then back to preop
Expand Down
4 changes: 2 additions & 2 deletions hugo/content/manual/knowledgebase/hardware/EL70x1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ chapter = false
+++

## Topics
1. [Diagnostics](#diagnostics)
1. [error/warning](#error/warning)
2. [Tuning](#tuning)

---

### Diagnostics
### error/warning
If the drive is in error or warning state, further information about the reason for the warning/error can be read from the drive terminal by using the ethercat command. See [command line interface](ethercatcli) for more info.

{{% notice info %}}
Expand Down

0 comments on commit 8b3c4ef

Please sign in to comment.