Advanced Search

Search Results (Searched for: )

  • Paul01
  • Paul01's Avatar
31 Aug 2025 23:31 - 31 Aug 2025 23:32
Replied by Paul01 on topic Multi Axis Slow Feedrate

Multi Axis Slow Feedrate

Category: General LinuxCNC Questions

Thanks Andy. The single-line lookahead is the conclusion I've come to also.

Any advice on where to go from here?

Is there an alternative trajectory planner that could be better suited for multi axis? Is PathPilot an option, and can it be modified for more that 4 axes? What would it take to merge the Tormach TP into LinuxCNC? Or is there something other than LinuxCNC that would be better for simultaneous multi axis machining?
  • JohnnyCNC
  • JohnnyCNC's Avatar
31 Aug 2025 22:15

Questions about "Auto Zero" in QT_Dragon_HD probe tab.

Category: General LinuxCNC Questions

How can I make the "Auto Zero" button default to ON?  ON a few occasions where I have not used my machine for a couple of months, I forget to set Auto Zero to ON, and then go down a rabbit hole trying to figure out why my machine is not cutting at the correct Z height.

What is the use-case when you would want Auto Zero to be OFF?

Thanks
John
  • MarkoPolo
  • MarkoPolo
31 Aug 2025 22:07
Replied by MarkoPolo on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

I used your formulas for calculating the center of a circle and created a widget for qtdragon that does it.
(There's also a Python function that calculates the center from three coordinates.)
You're using axis, so it probably won't be useful to you.

 
  • vicstransam
  • vicstransam
31 Aug 2025 22:01
Replied by vicstransam on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

I may also try to run the script in terminal and see what I can find out.
  • vicstransam
  • vicstransam
31 Aug 2025 21:43
Replied by vicstransam on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

It is an assumption. I click on "Write to Axis" and I notice that Axis says "filtering" at the bottom right but nothing is received. I then exit the py script gui after a few minutes of waiting for it to post code and that's when axis gives the message about the % sign or M2. It could be it never got anything.
I may change the "sys.stdout.write" to create a file instead and see if it post.
There may be something else in the py script that hangs it up. These scripts all ran fine on the python version that comes with Wheezy on my other machine but they don't like Python 3 and using 2to3 doesn't fix everything.
  • xunil
  • xunil
31 Aug 2025 21:34
Replied by xunil on topic halui.mdi-command-NN pins not showing up

halui.mdi-command-NN pins not showing up

Category: HAL

Not sure this will shed any more light, but I've attached the output from starting LinuxCNC on my actual machine.  I get that 'halui exited without becoming ready' message too.  One other thing I noticed is that the initial messages about kinematics has "coordinates:AZ" but later on the jog order is "ZA".  Is there some requirement that the first axis be linear?  I don't think it would hurt anything for my machine to reorder things so joint 0 was linear and joint 1 was angular.  Just kind of fumbling in the dark here for ideas.

 

File Attachment:

File Name: linuxcnc-o...8-31.txt
File Size:5 KB
  • ziggi
  • ziggi's Avatar
31 Aug 2025 20:42 - 31 Aug 2025 20:45

Troubles to get started with SD240 Retrofit

Category: Turning

No, no real help - but we found the error:
Wrong is the term VELOCITY - needs to be VEL thats all, then it works
so
Wrong:
HOME_SEARCH_VELOCITY = 10
HOME_LATCH_VELOCITY = 0.5
HOME_FINAL_VELOCITY = 1.0

Correct:
HOME_SEARCH_VEL = 10
HOME_LATCH_VEL = 0.5
HOME_FINAL_VEL = 1.0

Thats all, then it works

Sigi
  • JT
  • JT's Avatar
31 Aug 2025 19:39

halui.mdi-command-NN pins not showing up

Category: HAL

That line does not show up if the axes are all linear.

JT
  • JT
  • JT's Avatar
31 Aug 2025 19:37

halui.mdi-command-NN pins not showing up

Category: HAL

Dunno if this is a clue or not but <commandline>:0: halui exited without becoming ready seems odd.
LINUXCNC - 2.9.0~pre1+git20230208.f1270d6ed7
Machine configuration directory is '/home/john/linuxcnc/configs/flex_examples/starters/Lathe'
Machine configuration file is 'lathe.ini'
Starting LinuxCNC...
<commandline>:0: halui exited without becoming ready
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Note: Using POSIX realtime
Found file(REL): ./main.hal

identityKinematicsSetup: coordinates:AZ
   Joint 0 ==> Axis A
   Joint 1 ==> Axis Z
identityKinematicsSetup: Recommend: kinstype=both

JT
  • Hartwig
  • Hartwig
31 Aug 2025 18:41

Neuling mit MESA 7i97T sucht Leidensgenossen zum Erfahrungsaustausch

Category: General LinuxCNC Questions

Hallo Forumsmitglieder,

ich möchte eine kleine Koordinatenbohr- und Fräsmaschine aus der Mitte der 80er Jahre mit LinuxCNC "retrofitten". Die Maschine hat 4 Achsen und verwendet "gebürstete" 12 V Gleichstrommotore von Excap..Die Positionsmessung erfolgt über 3 Heidenhain Glasmessstäbe und einen Heidenhain Drehsensor. Die vorhandene Heidenhain TNC113 bietet nur eine Streckensteuerung. 
Daher habe ich mir eine MESA 7i97T gekauft. Ein PC ist beschafft und Debian/LinuxCNC sind installiert. 4 Heidenhain EXE sind auch gekauft. Jetzt hänge ich an dem Problem, dass die MESA 7i97T nicht erkannt wird. Da soll man wohl die neueste Version von Mesaflash laden und installieren (nach Talla83). Leider sind die Videosequenzen der Programm-Eingaben etwas schnell und für mich nicht komplett nachzuvollziehen. Leider habe noch nie in meinem Leben irgendwo einen Programmcode eingegeben.

Vielen Dank an Talla83 für seine schönen Youtube Videos.

Ich suche daher Kontakt zu jemandem, der vor den selben Problemen steht und ein ähnliches Projekt angeht.

Ich wohne im westlichen Münsterland. Meine Email lautet: hartwig.droegemueller(et)outlook.de

Über eine Kontaktaufnahme würde ich mich sehr freuen.

Mit besten Grüßen

Hartwig
  • andypugh
  • andypugh's Avatar
31 Aug 2025 17:20
Replied by andypugh on topic Multi Axis Slow Feedrate

Multi Axis Slow Feedrate

Category: General LinuxCNC Questions

Yes, i think you are running into the single-line lookahead problem with rotary axes,

Tormach has 9-axis blending, but might not handle advanced kinematics as well (no joint/axis concept separation).

It would be nice to merge the Tormach 9-axis blend TP into Linuxcnc, but it doesn't look to be a trival task.
  • andypugh
  • andypugh's Avatar
31 Aug 2025 17:14
Replied by andypugh on topic Encoding UTF-8

Encoding UTF-8

Category: General LinuxCNC Questions

Which editor are you using?

Looking about on the internet it seems that maybe geany does odd thing in some locales. What's your locale setting?

(eg: unix.stackexchange.com/questions/340469/...ic-encoding-in-geany )
  • andypugh
  • andypugh's Avatar
31 Aug 2025 17:10
Replied by andypugh on topic halui.mdi-command-NN pins not showing up

halui.mdi-command-NN pins not showing up

Category: HAL

Changing A to X and the mdi commands show up, changing back to an angular axis and the mdi commands don't show up.

 

Thats more than a bit wierd. 

Any clues from starting LinuxCNC at the command line? It sounds like it is giving up before parsing the MDI_COMMAND lines. 
  • JackRay
  • JackRay
31 Aug 2025 17:09
Encoding UTF-8 was created by JackRay

Encoding UTF-8

Category: General LinuxCNC Questions

Hello,I am trying unsuccessfully to create a parametric file for measuring the length and diameter of my tools.I am encountering significant issues with the encoding (UTF-8) of the subs. Either it cannot find the sub, or invisible characters are embedded in my files and LNC refuses to read them. Is there a solution, an editor capable of writing a clean file? Thank you.
  • andypugh
  • andypugh's Avatar
31 Aug 2025 17:06

Probe Basic tool touch off gives "Probe tripped during non-probe move"

Category: QtPyVCP

Yes, you should change it. Lots of CAM software assumes that Z=0 is top of travel too. If the "safe move" instead rams the cutter into the table, that would be annoying.
Displaying 9346 - 9360 out of 17976 results.
Time to create page: 0.980 seconds
Powered by Kunena Forum