Ethercat random jitter fix
- grandixximo
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 314
- Thank you received: 386
20 Jul 2026 10:10 #347869
by grandixximo
Replied by grandixximo on topic Ethercat random jitter fix
Please share zipped configuration folder, or whatever you are willing to share to shed light on the issue.
Please Log in or Create an account to join the conversation.
- ruediger123
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 34
31 Aug 2026 20:24 #349163
by ruediger123
Replied by ruediger123 on topic Ethercat random jitter fix
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 12103
- Thank you received: 4133
01 Sep 2026 08:49 #349169
by rodw
Replied by rodw on topic Ethercat random jitter fix
This is more likely due to a Linux service firing regularly rather than being ethercat related.
What Operating system and kernel version.
What steps have you taken to tune your kernel?
What Operating system and kernel version.
What steps have you taken to tune your kernel?
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 12103
- Thank you received: 4133
01 Sep 2026 09:02 #349170
by rodw
Replied by rodw on topic Ethercat random jitter fix
Actually, it could be a regular wifi scan. Try this to disable it and report back.Add this text and save
then type
sudo nano /etc/NetworkManager/conf.d/disable-bgscan.conf[device]
wifi.scan-rand-mac-address=no
[connection]
wifi.bgscan=no
then type
sudo systemctl restart NetworkManagerPlease Log in or Create an account to join the conversation.
- ruediger123
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 34
02 Sep 2026 14:56 - 02 Sep 2026 15:05 #349221
by ruediger123
Replied by ruediger123 on topic Ethercat random jitter fix
Hallo rodw,
the board is an Orange Pi 5 Plus without Wi-Fi.
kernel: Linux orangepi5-plus 6.12.0-rc7-edge-rockchip-rk3588 #5 SMP PREEMPT_RT
ethercat: IgH EtherCAT master 1.6.9 1.6.9-93-g4f9aa6f3
LINUXCNC - 2.10.0~pre1servo controller: 3 x Bosch-Rexroth HCS01.1EW0009-A-02-B-ET-CE-CE-L3
<master idx="0" appTimePeriod="1000000" syncToRefClock="true">
The setting results in the described error.
<master idx="0" appTimePeriod="1000000" syncToRefClock="false">
The setting results in the described error.
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
With these settings, the function works as intended.
Gruß
Rüdiger
the board is an Orange Pi 5 Plus without Wi-Fi.
kernel: Linux orangepi5-plus 6.12.0-rc7-edge-rockchip-rk3588 #5 SMP PREEMPT_RT
ethercat: IgH EtherCAT master 1.6.9 1.6.9-93-g4f9aa6f3
LINUXCNC - 2.10.0~pre1servo controller: 3 x Bosch-Rexroth HCS01.1EW0009-A-02-B-ET-CE-CE-L3
<master idx="0" appTimePeriod="1000000" syncToRefClock="true">
The setting results in the described error.
<master idx="0" appTimePeriod="1000000" syncToRefClock="false">
The setting results in the described error.
<master idx="0" appTimePeriod="1000000" refClockSyncCycles="1">
With these settings, the function works as intended.
Gruß
Rüdiger
Last edit: 02 Sep 2026 15:05 by ruediger123.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.104 seconds