Advanced Search

Search Results (Searched for: )

  • endian
  • endian's Avatar
06 Apr 2026 13:39
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Jerk-Aware Full-Stop Fallback (The "G64.1" Proposal) - is possible solution but what if ...

Path Tolerance Splining (Point Compression): Instead of treating the corner as a "sharp" mathematical point, use the G64 P tolerance to convert the corner into a tiny, high-order polynomial curve (spline). This gives the "train" a physical radius to turn on, spreading the Jerk over several segments even at high speed?.... it should plan for the re-parameterized spline. By doing this, the "junction" disappears, and the Jerk limit is satisfied over a distance (the spline radius) rather than a single 1ms step. - but comp-power consuption will be high

or look-ahead Acceleration Pre-Smoothing...Use the look-ahead buffer to start the direction change "rotation" slightly before the actual vertex. By "bleeding" the X-axis velocity into the Y-axis earlier, you reduce the magnitude of the step-change at the corner. "Bell-shaped acceleration" or "Jerk-limited FIR filtering." - but not actual timing 

or second much faster thread which will handle just calculation to fine result .. as Taylor Series expansion to "fill in the gaps" between those 1ms updates: P(t) = P_0 + V_0 \Delta t + \frac{1}{2} A_0 \Delta t^2 ... This should ensure that the drive receives a perfectly smooth 4kHz or 8kHz stream, effectively making the Jerk "infinite" at the digital level but "finite" and smooth at the physical level ?
  • jschulze
  • jschulze
06 Apr 2026 11:49
Replied by jschulze on topic Pico Systems Servo Controller

Pico Systems Servo Controller

Category: User Exchange

Hi,
Sorry, just saw your reply. I'm happy to send it just for whatever it costs to ship. If you could get me an address I'll try to figure out a shipping cost.
  • andrax
  • andrax's Avatar
06 Apr 2026 10:32
Replied by andrax on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

I’ve been following this thread with interest all along. What surprises me, though, is that I haven’t experienced the jitter issues described so far. I’d be interested to know what hardware you’re using. Perhaps there’s a correlations 
  • andrax
  • andrax's Avatar
06 Apr 2026 10:24
Replied by andrax on topic Help with Lichuan drives

Help with Lichuan drives

Category: EtherCAT

First, show us what you’ve got and where you’re at. Your XML and ini files. If you’ve got any errors, include the dmesg output as well.I’m sure we can help you
  • Hakan
  • Hakan
06 Apr 2026 09:03
Replied by Hakan on topic Help with Lichuan drives

Help with Lichuan drives

Category: EtherCAT

Don't know where to start.
Here is an example of setup of a cia402 drive, your servo drive is a cia402 drive.
This is a starting point. Change vid and pid and this might work right away.

github.com/dbraun1981/hal-cia402/tree/main/example
  • HansU
  • HansU's Avatar
06 Apr 2026 08:05

LinuxCNC not working with new 64-bit desktop and parallel port

Category: General LinuxCNC Questions

You could first check if your parallel port is properly installed.

The command
lspci
should list a device with LPC Controller or LPT Controller or similar.
  • Sierevello
  • Sierevello
06 Apr 2026 02:49
Gibbscam Post Processor was created by Sierevello

Gibbscam Post Processor

Category: General LinuxCNC Questions

I am converting my machine to Linuxcnc and currently use Gibbscam. Does anyone else here use Gibbscam and is there a current post processer for Gibbscam for use with Linuxcnc.

Thank You,
Steve
  • Lcvette
  • Lcvette's Avatar
05 Apr 2026 23:15
Replied by Lcvette on topic Add Buttons in Probe Basic

Add Buttons in Probe Basic

Category: QtPyVCP

Happy to help, glad you got it sorted!!
  • Lcvette
  • Lcvette's Avatar
05 Apr 2026 23:14
  • Lcvette
  • Lcvette's Avatar
05 Apr 2026 23:13
Replied by Lcvette on topic probe basic m6 error

probe basic m6 error

Category: QtPyVCP

Good catch! Glad you figured it out!
  • clayton2ndtry
  • clayton2ndtry
05 Apr 2026 22:20

LinuxCNC not working with new 64-bit desktop and parallel port

Category: General LinuxCNC Questions

I wanted a more modern version than 2.7.15, mostly because the builrtn browser was so ancient that many websites refused to work with it. 2.9.8 needed a 64-bit processor. Someone gave me a 64-bit desktop. I only needed to put a PCIe parallel port in it. Okay, 2.9.8 installed in a system with gobs of RAM and SSD storage. Everything is connected as it was before but no axes move. When I run latency test, I get max jitter of 30,381 on Servo thread. 60,354 on Base Thread.

I wonder if the parallel port card is defective. How would I test that?
  • ziggi
  • ziggi's Avatar
05 Apr 2026 20:56 - 05 Apr 2026 20:57

uspace Dateien updaten - ich brings nicht hin...

Category: General LinuxCNC Questions

Falls jemand das selbe Problem haben sollte- hier die Lösung:
sudo rm /etc/apt/sources.list.d/kcjengr.list`
sudo rm /etc/apt/sources.list.d/kcjengr.list3`

sudo apt-get update.

In der kcjengr.list und kcjengr.list3 ist wohl irgend ein Fehler drin der das get update blockiert....
Jedenfalls läuft der update Befehl nach entfernen der beiden files ohne Probleme durch und macht was er soll.
  • slowpoke
  • slowpoke
05 Apr 2026 20:17 - 06 Apr 2026 15:40

Spindle encoder configuration (with G76 threading command and Mesa 7i96s)

Category: HAL

If you use a hall sensor as index mask, it will likely be wide enough as is,
but the wider (in degrees) , the easier to setup (because the
encoder index must happen within the 1 PPR signal)

If the 1PPR sensor is used for index directly, its width does not
matter.

 


I now have a 1PPR spindle index signal connected and working (using a Hall sensor). 
Seems very likely the index pulse will be long enough because there will be 7200 quadrature pulses for every index pulse so every 1/20 of a degree.

Next up figure out what I need to do in HAL to use the index pulse, so I stop getting  "Chosen spindle(0) not turning in G76"

Any help is much appreciated.
  • PCW
  • PCW's Avatar
05 Apr 2026 20:02

Spindle encoder configuration (with G76 threading command and Mesa 7i96s)

Category: HAL

If you use a hall sensor as index mask, it will likely be wide enough as is,
but the wider (in degrees) , the easier to setup (because the
encoder index must happen within the 1 PPR signal)

If the 1PPR sensor is used for index directly, its width does not
matter.


 
  • slowpoke
  • slowpoke
05 Apr 2026 19:39

Spindle encoder configuration (with G76 threading command and Mesa 7i96s)

Category: HAL

Its possible but awkward and complex

(because you need to hijack the index detection/enable hardware to count the (very short) index pulses)

Easiest thing  would be to add would be to add a 1PPR sensor on the spindle for index

Even better would be to add a 1 PPR sensor with a wide enough pulse that you could use
it as index mask (retaining the high precision of the encoder index)

 

Okay, I'm printing a mount for a 1PPR right at the spindle. Please elaborate on the length required for the masking you describe. I could possibly stretch the short pulse . 
Displaying 136 - 150 out of 17355 results.
Time to create page: 0.221 seconds
Powered by Kunena Forum