Advanced Search

Search Results (Searched for: )

  • grandixximo
  • grandixximo's Avatar
21 Mar 2026 11:12
Replied by grandixximo on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

Could you share ini Hal and XML?
  • andrax
  • andrax's Avatar
21 Mar 2026 10:52
Replied by andrax on topic Problem bei installation Ethercat

Problem bei installation Ethercat

Category: Deutsch

Bekommst du irgendwelche Fehler?
Vielleicht hilft es, wenn du das repo wechselst.
 
  • ihavenofish
  • ihavenofish
21 Mar 2026 10:51
Replied by ihavenofish on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

i think so. cant check now i but i think it was resonating when off the machine.
in omrons sysmac software (usb control) they are silent.
  • oldmanzwing
  • oldmanzwing
21 Mar 2026 10:27
Ethercat boards and hardware was created by oldmanzwing

Ethercat boards and hardware

Category: Driver Boards

Hello
I know about the mesa cards and been eying them a lot and thinkng about getting one for my future CNClab BUT.
i found Ethercat and found that solution with connecting drivers ect with a simple ethernet cable and hat seems like a sturdy communication protocol.
the thing is i want to experiment with smaller motors and im fairly new to PLC components, most ethercat drivers and such are for larger and expensive motors.
does anyone know of a form of breakout board that i can use to send step/dir to for example a A4988 driver, i have a lot of old 3d printer hardware laying about. or could the add-ons for the EK1100 for digital output/input work for this? 
i'm just trying to get started with my lab so i can play around with different setups and learn linuxcnc thoroughly, a mesa card i probably in the future but atm my fixation is on ethercat.
 
  • grandixximo
  • grandixximo's Avatar
21 Mar 2026 10:14 - 21 Mar 2026 10:16
Replied by grandixximo on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

Do you get resonance even with motors on bench?
  • ihavenofish
  • ihavenofish
21 Mar 2026 09:32
Replied by ihavenofish on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

ok, fixed. so the update works well. it does NOT solve the servo noise/resonance/howl. It does seem to have fixed everything else so far.
  • ihavenofish
  • ihavenofish
21 Mar 2026 05:33
Replied by ihavenofish on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

sudo apt install build-essential git linuxcnc-uspace-dev ethercat-master libethercat-dev

--- and the line above gives a 404 error.


 
That one is pulling from several different sources, could you post the 404 error?
 


this is what i get, thanks

E: Failed to fetch download.opensuse.org/repositories/scien...cc5-1%2b27.1_all.deb  404  Not Found [IP: 195.135.223.226 80]
E: Failed to fetch download.opensuse.org/repositories/scien...5-1%2b27.1_amd64.deb  404  Not Found [IP: 195.135.223.226 80]
E: Failed to fetch download.opensuse.org/repositories/scien...5-1%2b27.1_amd64.deb  404  Not Found [IP: 195.135.223.226 80]
E: Failed to fetch download.opensuse.org/repositories/scien...5-1%2b27.1_amd64.deb  404  Not Found [IP: 195.135.223.226 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

 
  • NWE
  • NWE's Avatar
21 Mar 2026 04:07
Replied by NWE on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

sudo apt install build-essential git linuxcnc-uspace-dev ethercat-master libethercat-dev

--- and the line above gives a 404 error.


 

That one is pulling from several different sources, could you post the 404 error?
  • NWE
  • NWE's Avatar
21 Mar 2026 03:50 - 21 Mar 2026 04:00
Replied by NWE on topic andypugh’s nice HAL schematic

andypugh’s nice HAL schematic

Category: HAL

Don't know whether this would be a solution for your use case or not, I have been doing this in libreoffice draw. Sometimes I get to crowding the pages a bit, but if I'm not planning on printing to paper it is easy enough to set the page size larger.

Each hal component pin is an individual rectangle. The signal wires are 'connectors' so they readily stick to the rectangles and come with when I pull rectangles around. For the signal names I've just been pasting smaller rectangles on top of the connector lines. They're not attached and easily get lost if I start rearranging stuff. Next time I'm drawing one of these I want to use two connector lines to one signal like:
[hal pin a]  -  -  -  [signal name]  -  -  -  >[hal pin b]
(still in libreoffice draw) the first connector will be drawn from "hal pin a" to the signal name rectangle. The second one will be from signal name to "hal pin b"

With the rectangles I do a lot of copy/paste. I don't drag them around much with the mouse, rather select and move in increments with the arrow keys or enter calculated positions.

I frequently work with the page display zoomed in some when doing this, makes it easier to grab the handles.

I see andypugh has his input/output pins left vs right justified, that is a new idea for me, I'll start doing that way as well. I had all my text center justified.
  • ihavenofish
  • ihavenofish
21 Mar 2026 02:46
Replied by ihavenofish on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

I tried to set this up and i get a 404 error. What have I done wrong?

i followed these instructions:

#remove old linuxcnc-ethercat
sudo apt remove linuxcnc-ethercat

#install pre-requisites
sudo apt-get install golang
sudo apt install build-essential git linuxcnc-uspace-dev ethercat-master libethercat-dev

--- and the line above gives a 404 error.

(remaining instructions:)
#patch download
cd ~
git clone github.com/grandixximo/linuxcnc-ethercat.git linuxcnc-ethercat-patched
cd linuxcnc-ethercat-patched

#patch install
make
sudo make install
  • MaHa
  • MaHa
21 Mar 2026 01:52
Replied by MaHa on topic Updating Old GladeVCP Files?

Updating Old GladeVCP Files?

Category: GladeVCP

I removed the pango stuff and with just 1 line 'set_markup' it was possible to set color and weight.
        if state:
            self.zw_label.set_markup('<span foreground="red"><b>ZZ</b></span>')
        else:
            self.zw_label.set_markup('<span foreground="green">ZW</span>')

 
 

 
  • Todd Zuercher
  • Todd Zuercher's Avatar
20 Mar 2026 20:02
Replied by Todd Zuercher on topic Updating Old GladeVCP Files?

Updating Old GladeVCP Files?

Category: GladeVCP

Thanks that's at least a big step in the right direction. Now I just need to get the label change working again. (That's what all the Pango stuff did) It was supposed to change the ZW at the top center to ZZ and change the color of it when the "gladevcp.label-trigger" hal pin changed to true.
  • Aciera
  • Aciera's Avatar
20 Mar 2026 19:30 - 20 Mar 2026 19:34
Replied by Aciera on topic Updating Old GladeVCP Files?

Updating Old GladeVCP Files?

Category: GladeVCP

This is what I get with the pango stuff commented out (see file below). There are other errors but the buttons seem to workt:
 
 
  • Todd Zuercher
  • Todd Zuercher's Avatar
20 Mar 2026 19:20
Replied by Todd Zuercher on topic Updating Old GladeVCP Files?

Updating Old GladeVCP Files?

Category: GladeVCP

Changing that does not make the hal pins from the call back file work for me. I can only see the hal pins created by the hal glade widgets.
Displaying 76 - 90 out of 17874 results.
Time to create page: 0.289 seconds
Powered by Kunena Forum