Advanced Search

Search Results (Searched for: )

  • grandixximo
  • grandixximo's Avatar
Today 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
Today 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
Today 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.
  • grandixximo
  • grandixximo's Avatar
Today 10:14 - Today 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
Today 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
Today 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
Today 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
Yesterday 03:50 - Today 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
Yesterday 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
Yesterday 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
Yesterday 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
Yesterday 19:30 - Yesterday 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
Yesterday 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.
  • andrax
  • andrax's Avatar
Yesterday 18:15
Replied by andrax on topic andypugh’s nice HAL schematic

andypugh’s nice HAL schematic

Category: HAL

If you're just looking for a schematic, you should take a closer look at KiCad.
Displaying 1 - 15 out of 284205 results.
Time to create page: 2.740 seconds
Powered by Kunena Forum