Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
10 Nov 2025 22:54 - 10 Nov 2025 22:59
Replied by Hakan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

Tune means to set the parameters in the servo drive so it follows the commanded position as closely as possible.
Usually involves PID parameters P, I and D in the drive, often some inertia setting.
I think there is a general guide in here to tune a servo. It is basically the same for all servos.
But your drive seems to have auto-tune. Check the manual and possibly download software.
And execute the auto-tune.
If your drive provides a following-error PDO use that to see how well it follows the commanded position.

The FERRORs are set as joint.?.f-error-lim from the ini file values outside of your hal file.
Set FERRORs to 1 inch and after you tuned the servos you can reduce them.

ddt takes the derivative of a pin value. ddt of the position feedback at constant velocity should be a constant value.
Very easy to spot if the feedback position isn't smooth. But you don't need to do that. Don't go there.

Summary: auto-tune.

 
  • Beovoxo
  • Beovoxo
10 Nov 2025 22:14

ASDA-A2-1521-E parameter list for ethercat com

Category: EtherCAT

Hi all is there a friendly soul out there, that have a parameter file ..? I can´t seem to get the RJ45 ports "online" like i have not made the right setup. i can connect to the drive via usb without any problems.

Best regards
  • langdons
  • langdons's Avatar
10 Nov 2025 22:09

qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)

Category: Qtvcp

Perhaps you have an OpenGL issue of some sort.

Does glxgears work (well)?
  • langdons
  • langdons's Avatar
10 Nov 2025 22:06
Replied by langdons on topic [SOLVED] Backlash issues on Y-AXIS

[SOLVED] Backlash issues on Y-AXIS

Category: Advanced Configuration

It's usually best to ask before you attemp to upgrade.

If it worked with 2.8.2, stick with 2.8.2.

Why do you want to upgrade?

Newer ≠ better.
  • langdons
  • langdons's Avatar
10 Nov 2025 22:03

qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)

Category: Qtvcp

Use AXIS at first; there's a reason it's the default.

It is easy for inexperienced users.

What version are you using?
  • davmer42
  • davmer42's Avatar
10 Nov 2025 21:39
Replied by davmer42 on topic issues with cnc 2.9

issues with cnc 2.9

Category: General LinuxCNC Questions

Here is the full gcode. This runs fine in my simulator, and also ran fine in vs 2.8.
  • peterpan
  • peterpan
10 Nov 2025 21:35
Replied by peterpan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

I see people use the word tune a lot, but I guess I don't exactly know what it means. Generally, I would think it just means working a certain value towards the best value. How would I tune the servo in this case? I know in the ClearPath Manual it says to auto-tune the servo using their software.

As for FERROR and MIN_FERROR, do those only apply when using PID calcs? Cause I think I have them set to 0 or maybe not included yet.

Lastly, what is ddt?

I might have to ship you a cake after all you've helped me with xD
  • Robert312
  • Robert312
10 Nov 2025 21:30
carousel component integration was created by Robert312

carousel component integration

Category: General LinuxCNC Questions

Dear anyone but mostly Andy Pugh,

I would like to use your carousel component but for my life I cannot figure out how to.  I have seen a couple working examples that I have attempted to model mine after but nothing clicks.  I do realize that my machine is different and such, but I was hoping to catch onto a pattern. I will attach my files below, the meat of the carousel code is in custom.hal, the complete config is available on Github as well, ( github.com/RachelStarosta21/BostoMatic-w...oolChanger/tree/main ).  Any help or pointers would be amazing.  My config is currently modeled after this guy: www.forum.linuxcnc.org/38-general-linuxc...9-remap-m6-in-python and previously I was using Eric Salo's tutorial on youtube.

More information about my setup: The tool carousel motor is a servo motor that operates the angular axis of the carousel and spins. The encoder is a quadrature encoder with a scale of 8192(8192 total counts between each the index mark).  The machine itself is a bostomatic 312 from the 80s, the machine works.  We have previously actuated the tool carousel using a standard angular axis motor and encoder connections, but it seems silly to do work you already have. 

Constructive feedback only.
 
  • Hakan
  • Hakan
10 Nov 2025 21:19 - 10 Nov 2025 21:25
Replied by Hakan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

Maybe there is a guide, I don't remember it right away. I mean these are, shall we say, the common problems people encounter, nothing strange about it.
I'm patient so just keep asking.

When you get following errors in EtherCAT drives at high speed there are a couple of things.
1. Tune the servo. Settings in the servo drive.
2. If you still get following error, increase FERROR and MIN_FERROR

With EtherCAT it takes two servo cycles to receive the feedback value, so feedback position
is always two cycles behind. At 60 inch/min = 1inch/sec => 0.002 inch following error due to to turn-around time.
Position feedback isn't used for anything more than to warn when it becomes too large.
Tune the servo, that is the main thing.

Answering the second post here. With the minus sign in RefClockSyncCycles value the DC and the servo loop are synchronized.

forum.linuxcnc.org/ethercat/57349-import...ration-option#335710
  • peterpan
  • peterpan
10 Nov 2025 21:11
Replied by peterpan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

I also might have stumbled upon a very similar, if not the exact same situation:
www.forum.linuxcnc.org/ethercat/56535-pi...ed-servo-in-csp-mode
  • MaHa
  • MaHa
10 Nov 2025 21:10
Remaped Toolchange was created by MaHa

Remaped Toolchange

Category: Flex GUI

'MANUAL_TOOL_CHANGE = True'  without remap M6, the toolchange popoup is working as expected. When m6 is remaped, the popup is not showing up, but the ui crashes:


  File "/usr/lib/python3/dist-packages/PyQt6/uic/ui_file.py", line 35, in __init__
    document = ElementTree.parse(ui_file)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1218, in parse
    tree.parse(source, parser)
  File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 569, in parse
    source = open(source, "rb")
             ^^^^^^^^^^^^^^^^^^


I think its a similar problem i described with touchoff, its looking for the tool_change.ui in my config folder
 
  • peterpan
  • peterpan
10 Nov 2025 20:57
Replied by peterpan on topic Trouble with Cia402 drive configuration

Trouble with Cia402 drive configuration

Category: EtherCAT

Is there a good .hal tutorial you could point me towards? I'm guessing many of my problems stem from my incompetence there.

I fixed pos-scale so that linuxcnc and the drive match, but the other issues still occur. Odd thing is that it still gives the joint 0 following error at ~60in/min, despite the drive actually moving faster. I suspect, then, that I could make the drive move twice as fast and the jog error would stay at the same logical velocity.
  • davmer42
  • davmer42's Avatar
10 Nov 2025 20:56
Replied by davmer42 on topic issues with cnc 2.9

issues with cnc 2.9

Category: General LinuxCNC Questions

I had loaded the images, must have done it wrong...
 
  • tsaG
  • tsaG
10 Nov 2025 20:42
Replied by tsaG on topic Probebasic tool length calculation

Probebasic tool length calculation

Category: QtPyVCP

Okay, with "remove any current tool length offset" you mean to remove the offset saved in the tool table? Shouldn't the tool probing overwrite this offset?
  • Boltten
  • Boltten
Displaying 1081 - 1095 out of 22359 results.
Time to create page: 0.205 seconds
Powered by Kunena Forum