-
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.
- Loading branch information
1 parent
6a1b75d
commit d34e209
Showing
7 changed files
with
77 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
+++ | ||
title = "best practice" | ||
weight = 14 | ||
chapter = false | ||
+++ | ||
|
||
## EtherCAT rate (EC_RATE) | ||
The default EtherCAT frame rate in ecmc is set to 1kHz. For most applications this is however not needed and can therefore be reduced. A reduced EtherCAT rate reduces the load on the controller. In general, a good value for the frame rate is in the range 100Hz to 1kHz. For motion systems, a frame rate of 100Hz..500Hz is normally enough. Rates ouside the 100Hz..1kHz range is normally not a good idea, and some slaves might not support it. However, in special cases both lower and higher rates might be possible and required. | ||
|
||
Example: Set rate to 500Hz | ||
``` | ||
require ecmccfg "EC_RATE=500" | ||
... | ||
``` | ||
For more information see the chapter [startup.cmd](../startup/_index.md). | ||
|
||
As a comparison, TwinCAT default EtherCAT rates are: | ||
* 100Hz for PLC | ||
* 500Hz for motion | ||
|
||
See [ecmc_server](../knowledgebase/hardware/host.md) for more information. | ||
|
||
## ecmc server setup | ||
* If possible, make sure you use the native igb ethercat driver. | ||
|
||
For more information see: | ||
* https://git.psi.ch/motion/ecmc_server_cfg | ||
* [ecmc_server](../knowledgebase/hardware/host.md) for more information. |
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,6 +1,6 @@ | ||
+++ | ||
title = "EL70x1" | ||
weight = 18 | ||
weight = 19 | ||
chapter = false | ||
+++ | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
hugo/content/manual/knowledgebase/general.md → .../manual/knowledgebase/hardware/general.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,7 +1,7 @@ | ||
|
||
+++ | ||
title = "general" | ||
weight = 12 | ||
weight = 16 | ||
chapter = false | ||
+++ | ||
|
||
|
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