On Wed, 20 Sept 2023 at 18:05, Chad Woitas via Emc-developers
<emc-developers@lists.sourceforge.net> wrote:

> For what its worth, I’ve actually stopped running linuxcnc on a realtime 
> kernel since 5.14 for most of my development machines, and they’re running 
> better than expected with sub 1ms cycle times on an i5-6600.

Not realtime at all, or are you running preempt-rt?

There are several options:

Linuxcnc-uspace on a standard kernel - OK for sim, not for motion control
Linuxcnc-uspace on the preempt-rt kernel - Good enough for most
purposes. Especially with FPGA cards, and the only option for Ethernet
Mesa cards.
Linuxcnc-RT on the RTAI kernel - Gives the best latency, generally.
But that isn't always needed.
Linuxcnc-uspace on the RTAI kernel - needs the linuxcnc-uspace-rtai
deb installed, works pretty well running RTAI with LXRT - May work
with ethernet mese
Linuxcnc-uspace on the Xenomai kernel - needs linuxcnc-uspace-xenomai
to run with LXRT - I have not tested this


To install the preempt-rt kernel there is no need to compile anything.
Just sudo apt-get install linux-image-rt-amd64 and then reboot.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to