Advanced Search

Search Results (Searched for: )

  • Califax
  • Califax
24 Jan 2026 18:37

Netzwerk Controller Intel 82579LM Gigabit Network scheint aussetzer zu haben

Category: Deutsch

danke für die info.
Deine Videos sind gut, danke dafür.
Mein Problem habe ich gelöst, indem ich die Hardware getauscht habe.
Ich benutze jetzt einen Lenovo W530 .
Der W530 hat auch eine Netzwerk Controller Intel 82579LM verbaut.
Was mich in meiner Vermutung bestätigt das beim Laptop W520 der Netzwerk Controller Intel 82579LM , eine Fehler hat.

Danke der Fall ist gelöst.

Thanks for the info.

Your videos are great, thanks for that.

I solved my problem by swapping the hardware.

I'm now using a Lenovo W530.

The W530 also has an Intel 82579LM network controller.

This confirms my suspicion that the Intel 82579LM network controller in the W520 laptop was faulty.

Thanks, the issue is resolved.
  • ihavenofish
  • ihavenofish
24 Jan 2026 17:08
Replied by ihavenofish on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Aciera
Yes, I think Robert and YangYang will have much to discuss. I will probably mostly be on the sidelines, help YangYang with the English mostly, I think he'll do better than he thinks.

@ihavenofish
spikes you see on the scope are ddt of ddt of ddt, planner_type 1 has been running on real machines, it is not as expetimental as you might think, far from perfect I can agree, I can understand that you don't want to put your hardware on the line.
Not to worry about, I have hardware, you can see at www.aitalmac.com
Anyhow thank you for your inputs, have give me lots to think about!


Videos of it running on a stone bridge saw please!

We all want to see pretty moving pictures. mmmm.


 
  • abdulasis12
  • abdulasis12
24 Jan 2026 15:38

Question about using Deadband in calibration when switching from Position to Spe

Category: Basic Configuration

Hello everyone,I have a question regarding the use of deadband in the calibration function.I am using a Delta servo motor. Previously, I ran the servo drive in position control mode (pulse train input), using a Mesa 7i77 for feedback control. In that setup, setting the deadband to 0.003 worked well and the motor was able to stay still without hunting.Recently, I changed the servo drive mode to speed control using ±10 V analog input, because I expected smoother motion compared to pulse train control (this was suggested to me earlier). After that, I modified my HAL and INI files to use analog ±10 V output instead of pulses.The problem is that I can no longer get the motor to stay still using deadband.When I apply any value to the deadband, the value of joint0.f-error immediately jumps to the deadband value, and the motor still shows oscillation near zero error. It feels like the deadband is not helping at all—in fact, it seems to make the behavior worse. The motor still dithers or ripples at the error endpoint.My question is:
  • Is deadband supposed to be used differently when operating in speed control (analog velocity mode)?
  • Is this behavior expected, and if so, what is the correct way to achieve a stable standstill in this mode?
  • Should I avoid using deadband entirely in this configuration and rely on other parameters (PID, FF terms, output scaling, etc.) instead?
I would really appreciate any guidance or suggestions on how to properly tune this setup.Thank you in advance.

 
 
 

File Attachment:

File Name: 217-4x_202...24-2.ini
File Size:8 KB
  • MarkoPolo
  • MarkoPolo
24 Jan 2026 15:26
Replied by MarkoPolo on topic AI code for ui

AI code for ui

Category: Qtvcp

AI for Python, QT is very good.
I'm currently working on a gcode generator for the fourth axis. It was a lot of work, but I wouldn't have created this program without AI.

 
  • ruediger123
  • ruediger123
24 Jan 2026 15:04
Replied by ruediger123 on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

interesting discussion.
I am of the opinion that the limits of jerk, acceleration and speed should always be adhered to (load on the mechanics...).
If I want a higher or even speed, I have to design the milling path in such a way that a higher or even speed is achieved while taking into account the limits of jerk and acceleration (G64 Pxx, G64.1 for ...).
Inadequacies in the milling path should not be compensated for by violations of the limits of jerk and acceleration.

I would like the discussion to go more towards improving the S-Cutve

@Vegko
I changed your NC code a little (corner radius 0)
  • grandixximo
  • grandixximo's Avatar
24 Jan 2026 14:21
Replied by grandixximo on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Sure, we're glad to get all the help we can get, this is just in the idea phase for now, so even just useful input would be nice, YangYang is not on board yet, it is just my idea at the moment, but I am not forcing it down anyone's throat, this has to be scrutinized by who understands more than me, or have different point of view on things, Grotius YangYang Robert ihavenofish, really I welcome all input, it should not be a fight, the correct solution I hope will arise from the collective experience of the community, and who is willing to share it, for the benefit of all.
  • Japoo_Ness
  • Japoo_Ness
24 Jan 2026 14:11
Replied by Japoo_Ness on topic Mesa Suppliers

Mesa Suppliers

Category: Driver Boards

My name is Santiago.
The email subject is: 'MESA ELECTRONICS - Argentina Shipping'.

I'm specifically looking for the 7i97T and 7i84U boards.
  • tommylight
  • tommylight's Avatar
24 Jan 2026 13:54
Replied by tommylight on topic AI code for ui

AI code for ui

Category: Qtvcp

Not me, but i have a friend that i advised on using Claude for website coding, he swears by it as it was extremely useful to him...after the initial rage.
I would guess it should do a decent job at it for QT stuff as there is more info on the net it can search through, but i would try something different...
  • Gogonfa
  • Gogonfa
24 Jan 2026 13:49 - 24 Jan 2026 13:52
Replied by Gogonfa on topic How good is Ethercat motion control?

How good is Ethercat motion control?

Category: EtherCAT

Hi Hakan,
just a quick follow-up to my previous reply: I can confirm that extending the LCEC driver to expose the drive’s internal following error works fine with the Delta ASDA-B3 drives.I mapped 0x60F4 (Following error actual value) into the TxPDO and added it as a HAL pin (including scaling to mm). This gives a much more reliable “real” tracking error compared to the LinuxCNC ferror which is affected by the EtherCAT timing delay.For reference:
I patched the LCEC driver , rebuilt linuxcnc-ethercat and had everything working within a couple of minutes. Two additional pins are now available: srv-ferror-raw and srv-ferror (scaled to machine units).

You can also make your own following error check routine in LinuxCNC (HAL-side).
It could even be a more intelligent solution, for example reducing speed/feed when the error becomes significant, instead of immediately throwing a fault.

For anyone who wants to implement this: just clone the linuxcnc-ethercat repo, replace the file in the, build and install it (
sudo make install).
 

File Attachment:

File Name: lcec_deasda.c
File Size:27 KB
  • tommylight
  • tommylight's Avatar
24 Jan 2026 13:48
Replied by tommylight on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@ grandixximo ,
Thank you for the immense amount of time and effort you and your team are putting into this.
Side note, should i contact Grotius by phone and see if he can spare some time, or should i wait for now?
  • vre
  • vre
24 Jan 2026 13:43 - 24 Jan 2026 13:44
AI code for ui was created by vre

AI code for ui

Category: Qtvcp

Has anyone tried ai services(claude/chatgpt/gemini) for developing custom user interfaces ?
I have tried ai for gcode generation and the results was almost perfect..
  • tommylight
  • tommylight's Avatar
24 Jan 2026 13:40
Replied by tommylight on topic How good is Ethercat motion control?

How good is Ethercat motion control?

Category: EtherCAT

And my brain hurts. 

That, i believe!
Thank you for the detailed explanation.
  • tommylight
  • tommylight's Avatar
24 Jan 2026 13:30
Replied by tommylight on topic MAC address not retrieved (after 2 years stop)

MAC address not retrieved (after 2 years stop)

Category: Driver Boards

Do a
sudo apt update
before trying to install something, then
sudo apt install r8168-dkms
  • Hakan
  • Hakan
24 Jan 2026 13:16 - 24 Jan 2026 13:18
Replied by Hakan on topic Lichuan 4 axis stepper need help-

Lichuan 4 axis stepper need help-

Category: EtherCAT

Well, I think it follows the state diagram up to the point of operation
 

But for sure it isn't perfect. I have noticed multiple homing components around even if I don't use it myself.
Can you add support for PV (Profile Velocity) while you are at it? I made a quick fix for that.
PV is suitable for spindle mode.

You should be able to transition states manually, in halshow for example, using controlword and check statusword.
Maybe that can give a clue to why it seems so grumpy.
Displaying 1441 - 1455 out of 18701 results.
Time to create page: 0.267 seconds
Powered by Kunena Forum