Advanced Search

Search Results (Searched for: )

  • 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.
  • jjdege
  • jjdege's Avatar
23 Apr 2025 10:21

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

can you desoldering and test this? or replacing it shouldn't cost too much.
 

I guess the culprit is that chip, I already tried to redo the soldering, but it was no use.
I have the first unusable board with two of those chips, I'll see what I can do, I've never unsoldered/soldered chips like that.
thanks
  • Hakan
  • Hakan
23 Apr 2025 10:14
Replied by Hakan on topic EtherCAT Servo cannot set to OP state

EtherCAT Servo cannot set to OP state

Category: EtherCAT

Then there is some other config error.
The drive should go to OP if you use cia402 or not. cia402 works in ethercat OP only, not in PREOP or INIT or any other,
so it should go to OP regardless if you use cia402 or not.
Can you post your hal file when using cia402?
  • DarkPhoinix
  • DarkPhoinix
23 Apr 2025 10:09 - 23 Apr 2025 10:11
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Thank you
it's not a configuration problem
I tried the procedure you described, but nothing changes

 

XYB works, ZC dir doesn't work, A doesn't work
it's a hardware problem.
Thanks

 

www.ti.com/lit/ds/symlink/sn74alvc164245...2Fwww.mouser.kr%252F
 
can you desoldering and test this? or replacing it shouldn't cost too much.
 
  • vre
  • vre
23 Apr 2025 09:39
Replied by vre on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

I have also some backlash to geartrain..
This will be problem for rigid tapping when tap goes backwards ?
If yes then must mount also encoder on spindle shaft..
  • andypugh
  • andypugh's Avatar
23 Apr 2025 09:09
Replied by andypugh on topic Is there a "no go zone" feature of any kind?

Is there a "no go zone" feature of any kind?

Category: General LinuxCNC Questions

I think that you could theoretically do this using a separate HAL component that monitors the joint positions and knows the tool length.
There are reasonably well-defined algorithms for "is this point inside this volume", so you would need to define your no-go volume (which sounds like it rotates...) and calculate the tool-tip position using the values from various HAL pins.

You could even, possibly, define a "skin" round the outside in which the adaprive feed ramps to zero, for a more easily-recovered stop.

For example the code here can tell whether a point is inside an STL file, and an STL file is easily generated by any 3D CAD package:
github.com/marmakoide/inside-3d-mesh
  • emresensoy
  • emresensoy
23 Apr 2025 09:04
Replied by emresensoy on topic EtherCAT Servo cannot set to OP state

EtherCAT Servo cannot set to OP state

Category: EtherCAT

with my current configuration I can make the drive ethercat OP state ,
and Ican track absolute encoder values,

with cia402, drive not goes to ethercat OP state, stay preop
  • Hakan
  • Hakan
23 Apr 2025 08:18
Replied by Hakan on topic EtherCAT Servo cannot set to OP state

EtherCAT Servo cannot set to OP state

Category: EtherCAT

It is obviously a cia402 drive.
Download and install the cia402 component.
See an example config here
github.com/dbraun1981/hal-cia402
Displaying 14971 - 14985 out of 18507 results.
Time to create page: 1.103 seconds
Powered by Kunena Forum