LinuxCNC S-Curve Accelerations
- langdons
- Offline
- Platinum Member
-
Less
More
- Posts: 473
- Thank you received: 50
14 May 2025 14:02 #328448
by langdons
Replied by langdons on topic LinuxCNC S-Curve Accelerations
Open source is supposed to allow people to work together; but people don't work together, they insist on doing their own thing.
How does badly recoding chmod help anyone?
How does badly recoding chmod help anyone?
Please Log in or Create an account to join the conversation.
- tiagounderground
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 12
24 May 2025 14:37 #329047
by tiagounderground
Replied by tiagounderground on topic LinuxCNC S-Curve Accelerations
I'm trying to run the last update on ethercat drivers but i have this error
HAL: ERROR: function 'cia402.0.read-all' not found
./cia402.hal:34: addf failed
HAL: ERROR: pin 'lcec.0.3.out-01' not found
shutdown.hal:2: unlink failed
24062
24076
am i missing something?
HAL: ERROR: function 'cia402.0.read-all' not found
./cia402.hal:34: addf failed
HAL: ERROR: pin 'lcec.0.3.out-01' not found
shutdown.hal:2: unlink failed
24062
24076
am i missing something?
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20396
- Thank you received: 6935
24 May 2025 14:52 #329048
by tommylight
Replied by tommylight on topic LinuxCNC S-Curve Accelerations
@tiagounderground,
Those are EtherCAT errors, probably better to ask in the EtherCAT section of the forum.
Those are EtherCAT errors, probably better to ask in the EtherCAT section of the forum.
Please Log in or Create an account to join the conversation.
- tiagounderground
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 12
24 May 2025 15:27 - 24 May 2025 15:40 #329050
by tiagounderground
Replied by tiagounderground on topic LinuxCNC S-Curve Accelerations
i was able to solve it removing
addf cia402.0.read-all servo-thread
addf cia402.1.read-all servo-thread
addf cia402.2.read-all servo-thread
addf cia402.3.read-all servo-thread
now im running the machine but sometimes i have following errors that disable the motors, some arcs are beeng replaced for straigh lines and causing this, im trying to solve it now
i attach a printscreen from the gcode
addf cia402.0.read-all servo-thread
addf cia402.1.read-all servo-thread
addf cia402.2.read-all servo-thread
addf cia402.3.read-all servo-thread
now im running the machine but sometimes i have following errors that disable the motors, some arcs are beeng replaced for straigh lines and causing this, im trying to solve it now
i attach a printscreen from the gcode
Attachments:
Last edit: 24 May 2025 15:40 by tiagounderground.
Please Log in or Create an account to join the conversation.
- langdons
- Offline
- Platinum Member
-
Less
More
- Posts: 473
- Thank you received: 50
24 May 2025 15:43 - 24 May 2025 15:47 #329051
by langdons
Replied by langdons on topic LinuxCNC S-Curve Accelerations
Does it actually machine straight lines?
If it does, that's super odd, especially as those straight lines will cause higher jerk than a smooth curve.
If it does, that's super odd, especially as those straight lines will cause higher jerk than a smooth curve.
Last edit: 24 May 2025 15:47 by langdons. Reason: Clarified meaning and added info.
Please Log in or Create an account to join the conversation.
- tiagounderground
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 12
24 May 2025 15:51 - 24 May 2025 16:21 #329053
by tiagounderground
Replied by tiagounderground on topic LinuxCNC S-Curve Accelerations
i cant tell as am not machining anything, just moving the machine.
with other files this doesnt happen, but the position errors still happens
a lot of times i have drivers out off op state, then back on, i can run the same hardware on standard linuxcnc without any problem
edit:
emcMotionInit: emcTrajInit failed
this message shows in terminal when i start the scurve ethercat config, is this a problem?.
with other files this doesnt happen, but the position errors still happens
a lot of times i have drivers out off op state, then back on, i can run the same hardware on standard linuxcnc without any problem
edit:
emcMotionInit: emcTrajInit failed
this message shows in terminal when i start the scurve ethercat config, is this a problem?.
Last edit: 24 May 2025 16:21 by tiagounderground.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11306
- Thank you received: 3785
25 May 2025 08:56 #329095
by rodw
Replied by rodw on topic LinuxCNC S-Curve Accelerations
You have not solved anything. If you want to use cia402 devices and the component, you need to read all at the beginning of the servo thread and write all at the end of it.
My thought is you have blindly copied a config. This is not plug and play, you need to build a config to suite your devices.
My thought is you have blindly copied a config. This is not plug and play, you need to build a config to suite your devices.
Please Log in or Create an account to join the conversation.
- tiagounderground
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 12
26 May 2025 00:12 #329138
by tiagounderground
Replied by tiagounderground on topic LinuxCNC S-Curve Accelerations
the config im tryng to use works in version 2.9.4, tomorow i will post my config here,
Please Log in or Create an account to join the conversation.
Time to create page: 0.210 seconds