Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
14 Apr 2026 23:23
Replied by PCW on topic Lathe C axis homing

Lathe C axis homing

Category: General LinuxCNC Questions

I guess my question now would be: Why are there relatively huge steps in the commanded position?
  • MaHa
  • MaHa
14 Apr 2026 23:09
Replied by MaHa on topic Probleme mit G Code...

Probleme mit G Code...

Category: General LinuxCNC Questions

Die 2 files liefen in meiner Simulation fehlerfrei. Sogar bei Radius Toleranz auf null gesetzt.

[RS274NGC]
#CENTER_ARC_RADIUS_TOLERANCE_MM = 0.00127
CENTER_ARC_RADIUS_TOLERANCE_MM = 0


Bezüglich den % am Anfang/Ende ist noch diese Info verfügbar:

Using % to wrap a G-code file will not do the same thing as using a program end. The machine will be in what ever state the program left it in using %, the spindle and coolant may still be on and things like G90/91 are left as the last program set them. If you don’t use a proper preamble the next program could start in a dangerous condition.
 
  • rodw
  • rodw's Avatar
14 Apr 2026 22:57

retrofitting a Proxon for coin die milling

Category: Milling Machines

Some people run the pi4b with a slower servo thread eg 2 ms or 1.5 Ms with mesa cards
run:
latency-histogram  --nobase --nobase 1000 --show
and share the screenshot here. the 4b is marginally OK but 126us is fine for a Mesa card at 1 ms servo thread.
  • Sierevello
  • Sierevello
14 Apr 2026 22:34
Replied by Sierevello on topic In Need of 3 axis mill sample program

In Need of 3 axis mill sample program

Category: General LinuxCNC Questions

No. The tool change position has to be commanded in the Gcode. The tool change on this mill is manual.

Thank You!
-Steve
  • 0x2102
  • 0x2102's Avatar
14 Apr 2026 22:11 - Yesterday 11:16
Replied by 0x2102 on topic Ethercat, CIA402, Yaskawa Sigma-X

Ethercat, CIA402, Yaskawa Sigma-X

Category: EtherCAT

This might be still related to the fact the Yaskawa does not support LRW

github.com/sittner/linuxcnc-ethercat/issues/121

forum.linuxcnc.org/ethercat/48110-etherc...-responding?start=20 (there seems to be a patch / experimental code further in the thread)

Not sure if this was ever resolved in any linuxcnc-ethercat version.
  • jetbadger
  • jetbadger
14 Apr 2026 22:03
Replied by jetbadger on topic Lathe C axis homing

Lathe C axis homing

Category: General LinuxCNC Questions

I have these snippets right now. The first is the original behaviour and the next one is after a full day of tweaking the PID values and acceleration. In both the axis moves very slowly.   
  • spumco
  • spumco
14 Apr 2026 21:55
Replied by spumco on topic In Need of 3 axis mill sample program

In Need of 3 axis mill sample program

Category: General LinuxCNC Questions

You could send them one of the sample programs that is installed with LCNC.  Like chips.ngc.

Keep in mind that your tool changer is going to be specific to your machine and LCNC configuration, especially if the tool change sequence requires anything beyond "M6 Tn G43" in it.

Example - does your machine require the post to raise the head to a safe point before the tool change M-code is commanded, or is that part of the internal change sequence?

Same for any custom or machine-specific M-codes.
  • 0x2102
  • 0x2102's Avatar
14 Apr 2026 21:07 - 14 Apr 2026 21:08
Replied by 0x2102 on topic spindle-at-speed

spindle-at-speed

Category: Deutsch

Ich wuerde sagen du schaust dir Parameter P04.04 an. Laut Chinglischer Anleitung steht da sowas wie: "3 : When any frequency arrives, it will be powered, otherwise it will lose power (related to the setting of P02-10)"

Frei Plattdeutsch bedeutet das soviel wie:

Wenn P04.04 = 3 (Frequenzvorgabe erreicht) dann schaltet das Relay.

Verdrahtung:

Du nutzt NO (normally open):
• VFD CM → 24V Versorgung (+) anlegen
• VFD NO → Mesa Input (z.B. IN05)
• Mesa GND bleibt wie gehabt

Waehle einen freien Input an der Mesa und verdrahte.

In deiner HAL kannst du das dann verbinden:

net spindle-at-speed hm2_7i96.0.7i96.0.0.input-05 => spindle.0.at-speed

Der Input ist nur ein Beispiel. Schau was du frei hast bzw. wie genau der Input bei der 7i96 heisst. 
  • PCW
  • PCW's Avatar
14 Apr 2026 20:43
Replied by PCW on topic Lathe C axis homing

Lathe C axis homing

Category: General LinuxCNC Questions

Can you plot (with halscope) the C axis commanded and feedback positions?

That would help diagnose the issue.
  • tommylight
  • tommylight's Avatar
14 Apr 2026 20:22
Replied by tommylight on topic retrofitting a Proxon for coin die milling

retrofitting a Proxon for coin die milling

Category: Milling Machines

I do not use RPI but 126000ns is 126us or 0.126ms, so should still be OK for mesa boards.
  • mclien
  • mclien
14 Apr 2026 20:12
Replied by mclien on topic retrofitting a Proxon for coin die milling

retrofitting a Proxon for coin die milling

Category: Milling Machines

No not that old. But maybe I lack some general understanding.
1. my raspi4 gets an base thread may jitter of 126 ms (126000 ns), which is supposed to be not usable for linuxCNC ( so why is there an image for that?)
2. or is the mesacard exactly there to address that problem with it's FPGA?

Sorry for the somewhat below rookie-level questions
  • tommylight
  • tommylight's Avatar
14 Apr 2026 19:37
Replied by tommylight on topic retrofitting a Proxon for coin die milling

retrofitting a Proxon for coin die milling

Category: Milling Machines

Do the old PC's have a parallel port on the back side, the violet/pink colored 25 pin one?
  • mclien
  • mclien
14 Apr 2026 19:33
Replied by mclien on topic retrofitting a Proxon for coin die milling

retrofitting a Proxon for coin die milling

Category: Milling Machines

ballscrews ar primary because the original threads in brass nuts have quite some deadway. But yes, it is all metal and the swallow tail rails are even adjustable. Plus it is the same model the other guy was using for years.
Only difference so far: He used a setup, where the motor was separated from the machine with a belt transmission and the z-axe was only moving the milling bit.

Also: I thought I might use one of my older PC standing around, but the latency test told me other wise (150ms and above).
Next try raspi4...
  • tommylight
  • tommylight's Avatar
14 Apr 2026 19:05
Replied by tommylight on topic retrofitting a Proxon for coin die milling

retrofitting a Proxon for coin die milling

Category: Milling Machines

Al that seems fine, but, is the machine stiff enough so it justifies ballscrews?
Is that the really small mill with metal ways? That should be OK.
  • tommylight
  • tommylight's Avatar
14 Apr 2026 19:00 - 14 Apr 2026 19:35
Replied by tommylight on topic spindle-at-speed

spindle-at-speed

Category: Deutsch

Die 10V muss auf dem FU an Mesa 7i96S gehen, da sind klemme fuhr GND, AI, und +10V an die FU.
Edit:
My bad, missed the part where spindle works, sorry.
Displaying 46 - 60 out of 17174 results.
Time to create page: 0.642 seconds
Powered by Kunena Forum