Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
23 Apr 2025 15:25
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Tia,

when i change to tpmode=scurve
It is : tpmod_scurve

And check if you use values for the trajectory :  vel + acc.
 [code]# Trajectory planner section --------------------------------------------------
[TRAJ]
TPMOD = tpmod_scurve
COORDINATES = X Y Z
LINEAR_UNITS = mm
ANGULAR_UNITS = degree
DEFAULT_LINEAR_VELOCITY = 208.33
MAX_LINEAR_VELOCITY = 208.33
DEFAULT_LINEAR_ACCELERATION = 350
MAX_LINEAR_ACCELERATION = 350
POSITION_FILE = position_mm.txt
[/code]

I just isnstalled debian 13 on the desktop pc and installed the same software, but the ethercat-master from the codeberg repo.
It also runs ok. So that's a good sign.


 
  • besriworld
  • besriworld
23 Apr 2025 15:03 - 23 Apr 2025 17:11
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

Today I ran some more tests. I can now reproduce the issue described in the other thread with 100% consistency. I noticed that when the Z-axis is moving, G96  doesn't seem to be working. I recorded a video showing that the spindle speed doesn't change at all during the movement.



PS. I think there might be something wrong with the HAL configuration. I just noticed that when starting LinuxCNC, I need to go into the calibration settings and re-save the PID values for the spindle (I enter test). If I don’t do that, the PID control is soft– under higher spindle load, it triggers a hold  .Also, if I leave LinuxCNC running idle (without running a program) for about an hour, and then start program execution again, the axis movement speed during a G1 command is once again higher than what was set.
  • fletch
  • fletch's Avatar
23 Apr 2025 14:58

Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: Installing LinuxCNC

That would be lovely - the CM5 has one but then you need a carrier board and I don't know if the LinuxCNC image would run on the CM5/eMMC? With the right carrier board would be perfect though...
  • unknown
  • unknown
23 Apr 2025 14:54

Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: Installing LinuxCNC

Dunn why RPi doesn't add a connector for an external antenna.
  • fletch
  • fletch's Avatar
23 Apr 2025 14:35 - 23 Apr 2025 14:37

Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: Installing LinuxCNC

Just for completeness and to save anyone having to mess around with compiling kernel modules, here is what looks like a fairly comprehensive (at least until 6.13) list of in-kernel USB WiFi devices: github.com/morrownr/USB-WiFi/blob/main/h...in-kernel_drivers.md

Discovered it a little late but I think only one has an RP-SMA connection.
  • tiagounderground
  • tiagounderground
23 Apr 2025 14:00
Replied by tiagounderground on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

tried here, it works with the original trajetory planer on the rip install, when i change to tpmode=scurve i need to desable homing on the gantry axis and i can do jog movements but when running gcode the machine seens to be stoped but it is runing with an extremaly low aceleration, near 1 minut to move 1mm
  • PCW
  • PCW's Avatar
23 Apr 2025 13:49

Mesa CT 2.1.7 and Mesa 7I97T setup running Gmoccapy

Category: Configuration Tools

net estop-loopback => hm2_7i97.0.ssr.00.out-00

should probably be:
net estop-loopout => hm2_7i97.0.ssr.00.out-00
 
  • emresensoy
  • emresensoy
23 Apr 2025 12:12
Replied by emresensoy on topic EtherCAT Servo cannot set to OP state

EtherCAT Servo cannot set to OP state

Category: EtherCAT

- Solved -

There is a startup sequence in control word,
set bit number 1 2, 0 to 1
then if you set bit 3, drive goes to enabled state,

Thanks a lot
  • rodw
  • rodw's Avatar
23 Apr 2025 11:38
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Great! Don't worry about the cia402.comp as it needs work to work with the homecomp features. In fact it needs rewriting  from scratch I think...
  • emresensoy
  • emresensoy
23 Apr 2025 11:10
Replied by emresensoy on topic EtherCAT Servo cannot set to OP state

EtherCAT Servo cannot set to OP state

Category: EtherCAT

Thank you mr Hakan,
I added them,
  • fletch
  • fletch's Avatar
23 Apr 2025 10:36

Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: Installing LinuxCNC

As the image is a custom one, only the kernel is built from RPi Sources.
This pretty clear, I would have thought.


To one well versed in building distributions, yes, but not necessarily to one who has only used distributions! Not until now, anyway ;-)

Where as you were attempting to install headers from the Debian repo

 
I was but at that point, didn't realise the significance of the kernel being sourced from a different place to the base distribution.

The kernel should load the drivers without any user intervention.

 
It does now load on boot.

Thank you.
  • Grotius
  • Grotius's Avatar
23 Apr 2025 10:26
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Tia,

It seems the .img won't work ok.

Today i tried the scurve + ethercat on a desktop pc and it runned ok.
It's using a EK1100 + 3x EL2124 on a stepgen component.
Jog speed was around 15000 mm/min wich i find not optimal, but ok for ethercat.

The config:
1x linuxcnc iso from : linuxcnc.org/downloads/
1x ethercat installation : ethercat install
1x linuxcnc + scurve, using makefile build system : codeberg.org/skynet/linuxcnc
1x linuxcnc-ethercat, codeberg.org/skynet/linuxcnc-ethercat.git

Running the config : config link

Now i can not try the cia-402 component myself as i dont have the hardware for it.
But maybe you are able to try this again.
  • unknown
  • unknown
23 Apr 2025 10:24

Linuxcnc & the Raspberry Pi (4 & 5) Official Images Only!!!

Category: Installing LinuxCNC

As the image is a custom one, only the kernel is built from RPi Sources.
This pretty clear, I would have thought.
Where as you were attempting to install headers from the Debian repo

The kernel should load the drivers without any user intervention.
Displaying 16996 - 17008 out of 17008 results.
Time to create page: 0.485 seconds
Powered by Kunena Forum