Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
30 May 2026 10:23 - 30 May 2026 10:28

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

type: sudo ethtool --set-eee eno1 eee off

this will be lost on boot so to make it permanent
type
sudo grub-customizer
open the second tab and on the line it says quiet, add: igb.EEE=0
save and reboot. 
check eee is off again with ethtool

With energy efficient Ethernet enabled, sometimes your NIC has a holiday which is not good for latency

Also type man hm2_eth and follow the instructions so disable coalescing if you have not done that yet on your 10.10.10.1 NIC
  • macsddau@linuxcnc
  • macsddau@linuxcnc's Avatar
30 May 2026 06:29
Replied by macsddau@linuxcnc on topic Can't SIM programs with spindle speed over 12500rpm

Can't SIM programs with spindle speed over 12500rpm

Category: General LinuxCNC Questions

Very nice
Set BASE_PERIOD to 5000. spindle_at_speed works correctly.
Thanks for help !
  • RMJ fabrication
  • RMJ fabrication
  • Asymmetrisch
  • Asymmetrisch
30 May 2026 05:22
Replied by Asymmetrisch on topic TTL to differential converter (STEP / DIR / ENABLE)

TTL to differential converter (STEP / DIR / ENABLE)

Category: Computers and Hardware

I have several motor controllers that are driven by differential signals (CLK, #CLK, DIR, #DIR) – the inputs (5V, Ri = 120 Ohm) are not optically isolated. At first glance, it seems that controlling it with my Mesa 7i76EU works perfectly.

For testing purposes, I'd like to use the parallel port or possibly a RP2040 – in addition, I have a "Benezan Mini Breakout Board" left over from a previous setup that I could use.
It would be great if there were a solution for this.
  • RMJ fabrication
  • RMJ fabrication
30 May 2026 05:08

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

I installed ethtool and I am still getting command not found 
  • rodw
  • rodw's Avatar
30 May 2026 04:07

LinuxCNC mit ProbeBasic bleibt einfach setehen

Category: Deutsch

isolate the last core with isolcpus
Disable coalescing if intel
Use dkms driver if realtek
Set CPU affinity for NIC interrupt to be same as the isolated core
  • PCW
  • PCW's Avatar
30 May 2026 03:34
  • tommylight
  • tommylight's Avatar
30 May 2026 03:24

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

sudo apt install ethtool
-
And the network is not set up properly or not connected???
  • RMJ fabrication
  • RMJ fabrication
30 May 2026 03:19
  • tommylight
  • tommylight's Avatar
30 May 2026 01:18
Replied by tommylight on topic Hurco BMC 30 AP

Hurco BMC 30 AP

Category: CNC Machines

We would need more info about what you want to do and what you already did.
  • HansU
  • HansU's Avatar
29 May 2026 21:15
Replied by HansU on topic HalView

HalView

Category: Other User Interfaces

Really nice and very useful debug tool. Thanks for sharing! I think this should be shipped with linuxcnc. What do you think?

Only a little note to the selection behaviour - when I click on several components after each other, and when I hold down on the last one and drag, all the previous clicked components are in the selection and are moved together. I think it would be more intuitive to do that with Ctrl click.
  • HansU
  • HansU's Avatar
29 May 2026 21:04

Can't SIM programs with spindle speed over 12500rpm

Category: General LinuxCNC Questions

The BASE_PERIOD in the sim config is too low for that spindle speed so the sim_encoder component cannot calculate the speed correctly.
Setting a lower BASE_PERIOD in the gmoccapy.ini increases the possible maximum spindle speed ;-)
 
  • Todd Zuercher
  • Todd Zuercher's Avatar
29 May 2026 19:40
Replied by Todd Zuercher on topic Reset Custom M-codes on Machine Disable?

Reset Custom M-codes on Machine Disable?

Category: General LinuxCNC Questions

Yes with adding the conditional code from the manual seems to be working just the way I want it to.
Here is what I have in the on_abort.ngc file
o<on_abort> sub
o100 if [#1 eq 5]
    (machine on)
o100 elseif [#1 eq 6]
    (machine off)
    M123
o100 elseif [#1 eq 7]
    (estopped)
    M123
o100 elseif [#1 eq 8]
    (msg, abort pressed)
o100 else
    (DEBUG, error parameter is [#1])
o100 endif
o<on_abort> endsub
%
Displaying 136 - 150 out of 15484 results.
Time to create page: 0.286 seconds
Powered by Kunena Forum