You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
Release Notes
2
2
===
3
-
# ECMC master
3
+
# ECMC 6.2.4
4
4
* Add support for drive CSP mode (Cyclic Sync. Position interface). CSP can be used by linking a ethercat entry to "ax<id>.drv.position" (and not linking an entry to "ax1.drv.velocity"):
NOTE: The ecmc position control loop parameters will not have any effect in CSP mode (since position loop is distributed to the drive). Control paarmeters need to be set directlly in the drive (by SDO):
10
+
NOTE: The ecmc position control loop parameters will not have any effect in CSP mode (since position loop is distributed to the drive). Control parameters need to be set directlly in the drive (by SDO):
11
11
```
12
12
# These commands will not have any effect in CSP mode (set to 0, or you will get a warning meassage):
* Add warnings for 64bit ethercat plc variables (might not be represented properly since all plc variables are doubles)
28
+
* Add warnings for 64bit ethercat plc variables (might not be represented properly since all plc variables are doubles). A typical example would be a 64bit dc-timestamp.
0 commit comments