Advanced Search

Search Results (Searched for: )

  • endian
  • endian's Avatar
02 Apr 2025 12:30
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Grotious

Installation by following your steps is not finished well probably ...

Which files to patch ?
user@user:~$ sudo find / -type f -name "tp.c" 2>/dev/null
/opt/linuxcnc/cmake/patch_files/tp.c
/opt/linuxcnc/src/emc/tp/tp.c
/opt/linuxcnc/src/objects/hal/components/tp.c

with your script \
#!/bin/bash

cd patch_files
cp tp.c ../../src/emc/tp
cp tp.h ../../src/emc/tp
cp motion.c ../../src/emc/motion
cp axis_scurve_mm.ini ../../configs/sim/axis
cd ..
  • Aciera
  • Aciera's Avatar
02 Apr 2025 11:34 - 02 Apr 2025 11:51
Replied by Aciera on topic linuxcnc scurve motion planner

linuxcnc scurve motion planner

Category: General LinuxCNC Questions

Just to recap:
The solver uses variables gamma_1, gamma_2 and s_1 to minimize the distance between  the end point of the 4th clothoid segment and the start of the trimmed back 2nd corner segment.
's_1' is the arc length of a clothoid segment (all four segments being of the same length).
'gamma_1', 'gamma_2' are parameters used for 3d clothoids and are both zero for a 2d clothoid

The starting values are here, if I'm not mistaken:
 
 
  • D Jensen
  • D Jensen
02 Apr 2025 10:39
Replied by D Jensen on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Nope. Certainly not Chris..
My email is on p174. Drop me an email and we will find what works for us
I think we both go to standard time next weekend so we will still be 2 hours off.
Cheers,
David
  • stefan63
  • stefan63's Avatar
02 Apr 2025 10:03

Logithech G3 game controller as Pendant !?

Category: Computers and Hardware

Has anyone tried to get this device to work?
It is using Uspace in linux

github.com/jtgans/g13gui
 
  • chris mcm
  • chris mcm
02 Apr 2025 09:55
Replied by chris mcm on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Hi David
Sorry I seem to have lost you. Thanks for tour help.
Cheers Chris
  • michaeln
  • michaeln
02 Apr 2025 09:46
Replied by michaeln on topic user defined m code and e-stop

user defined m code and e-stop

Category: HAL

Thank you! That looks good.
  • konrad
  • konrad
02 Apr 2025 09:38
Replied by konrad on topic config all good on mesa 7i96s?

config all good on mesa 7i96s?

Category: General LinuxCNC Questions

thank you, I switched the drives to 16x and configured probe basic and a tool changing subroutine, seems to be working fine.

Probably the two power supplies are not necessary, but it was like that when I bought it. Any cons leaving it as it is?
  • Aciera
  • Aciera's Avatar
  • FabianB
  • FabianB's Avatar
02 Apr 2025 09:20 - 02 Apr 2025 09:31
Replied by FabianB on topic linuxcnc scurve motion planner

linuxcnc scurve motion planner

Category: General LinuxCNC Questions

I also think that finding all solutions and picking the best might be quite complicated and also computationally expensive. I hope starting with a slightly better initial guess that's closer to the desired global minimum will get us there already.
@Grotius what are currently the starting values for the fit? I assume the boundary conditions from the two endpoints for curvature and torsion. Maybe we can find a good set of vlues for the other parameters. Maybe something that is close to a simple arc connecting the points or something similar.
  • RushA
  • RushA
02 Apr 2025 08:53
Replied by RushA on topic How to access rt pins in user space

How to access rt pins in user space

Category: General LinuxCNC Questions

Can you give me some examples? Code or something.
  • RushA
  • RushA
02 Apr 2025 08:50
Replied by RushA on topic How to access rt pins in user space

How to access rt pins in user space

Category: General LinuxCNC Questions

hi,thank you for your reply!
I have two modules running in realtime space. One is ethercat module, the other is shared memory module. The ethercat module tranfers data to shared memory module through pins, and I want to get these data from shared memory module in user space.
  • Aciera
  • Aciera's Avatar
02 Apr 2025 08:47 - 02 Apr 2025 08:49

Advanced Lube pump timing and memory for oil mist spindles

Category: Advanced Configuration

There is a problem with https certificates try the http site:
wiki.linuxcnc.org/cgi-bin/wiki.pl?ContributedComponents

Note though that this page has not been updated for years, like most pages on the wiki.
  • rodw
  • rodw's Avatar
02 Apr 2025 08:28 - 02 Apr 2025 08:30

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Try this line but make sure you run the lines containing the rm command first
sudo echo "deb http://buildbot2.highlab.com/debian/ bookworm master-uspace 2.9-uspace" >> /etc/apt/sources.list.d/linuxcnc-uspace.list
  • H-S-W
  • H-S-W
02 Apr 2025 07:35

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

cnc@raspberrypi:~$ sudo apt-add-repository "deb buildbot2.highlab.com/debian/ bookworm master-uspace 2.9-uspace"
sudo: apt-add-repository: command not found
  • Aciera
  • Aciera's Avatar
02 Apr 2025 07:14 - 02 Apr 2025 07:15
Replied by Aciera on topic user defined m code and e-stop

user defined m code and e-stop

Category: HAL

Have a look at [RS274NGC] ON_ABORT_COMMAND=

see section 5.8:
linuxcnc.org/docs/html/remap/remap.html
Displaying 436 - 450 out of 26771 results.
Time to create page: 1.086 seconds
Powered by Kunena Forum