Advanced Search

Search Results (Searched for: )

  • tcbmetalworks
  • tcbmetalworks
09 Aug 2025 03:03 - 09 Aug 2025 03:03
Replied by tcbmetalworks on topic Automatic band saw marvel v10a

Automatic band saw marvel v10a

Category: CNC Machines

I was able to make a basic gui to turn on and off 2 leds using cursor. Pretty cool tbh. It took 2 days of pain in the ass vibe coding to get it done but now that I'm here everything should be smooth sailing. This is really a new method to make gui that is not talked about much. In my opinion it's much easier then trying to learn a few programming languages. Pretty neat because cursor is pretty strong at using the ai to make python gui. I don't think I would use it for a mill but for basic input outputs it should be strong enough.
  • andypugh
  • andypugh's Avatar
09 Aug 2025 01:20
Replied by andypugh on topic M66 keeps waiting

M66 keeps waiting

Category: G&M Codes

LinuxCNC version on the splash screen is 2.9.0~pre1+git20230208.f1270d6ed7

I really thought we had a newer version than that on Bookworm, but the package lists suggest otherwise. 

I don't think that anything has changed with M66 since that version (which was a prerelease that found it's way into the Debian archives during their testing phase, expected to be replaced, and then wasn't. 

I don't expect it to make a difference to this particular issue but there are other fixed bugs that I would be happier knowing you are not going to see. The current release version (outside Debian) is 2.9.4.  You can just download the .deb file and install it from our server: 
www.linuxcnc.org/dists/
What Linux are you running? (eg, Debian Bookworm (my first guess)) and on what platform? (PC? Pi? Oher?) we can then point you to the exact package file you need. 
  • pippin88
  • pippin88
  • andypugh
  • andypugh's Avatar
09 Aug 2025 00:40
Replied by andypugh on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

This is still not the build with the jerk limiting right?
 

Does PathPilot have jerk limiting? Or are you talking about the Grotius version? 
  • snowgoer540
  • snowgoer540's Avatar
09 Aug 2025 00:37
Replied by snowgoer540 on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

I am not really looking for the pathpilot UI.
The Tormach version has look ahead applied on all 9 axes (as opposed to only XYZ for vanilla linuxcnc v2.9).
Also I wanted to see if they have applied the dpll patch needed to operate Ethercat drives with lower jitter (github.com/sittner/linuxcnc-ethercat/blo...-functions-2.8.patch). My conclusion on this front is that they have not.
Further they sent over non-compilable code - there is a bunch of uncommented FIXMEs and TODOs littered over the code and it does not even compile.
So Tormach is definitely not playing by the rules of GPLv2.
And it uses python2 (and python3 in some places) to the point that it is not compilable on Bookworm. Neither it is compilable on Stretch.
-automata


Earlier in this thread you said you got 2.9 to compile. I am wondering a few things:
1. What steps you took to get that to work?
2. What version are you working with currently?
3. I wonder what the last version that would compile would be assuming you did get v2.9 to work.

The 9 axis look ahead should be in v2.9, so if you can make that compile, then it might be a start, and worth doing something like Andy did to see what all is different and go from there?

Just thinking out loud.
  • snowgoer540
  • snowgoer540's Avatar
09 Aug 2025 00:34
Replied by snowgoer540 on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

It's not, but I think a good step 1 is to add the 9 axis blending, and then step 2 would be to look at those changes. It would probably be easier to implement that way.
  • Benb
  • Benb's Avatar
09 Aug 2025 00:06
Replied by Benb on topic M66 keeps waiting

M66 keeps waiting

Category: G&M Codes

Since you're observing activity at hal pin “motion.digital-in-xx”, this confirms that the hardware input is functioning correctly. The issue likely lies further downstream—could it be that Gmoccapy is monopolizing this pin?
  • tommylight
  • tommylight's Avatar
08 Aug 2025 23:54

M1xx: Controlling Relays (solenoids) from within axis MDI

Category: Advanced Configuration

I was looking for a way to control my vacuum table's vacuum pump from within axis.

To late, but:
Axis (and probably other GUI's) already have built in control for Mist and Flood so you could have just used those as that would also make it possible to use the M7/M8/M9 codes to control them directly, more info here
linuxcnc.org/docs/html/gcode/m-code.html#mcode:m7-m8-m9
For more outputs/stuff, you would have to go with what you did, and there are probably many ways of doing it, and you can use PyVCP panel to show info about it at all times:
linuxcnc.org/docs/html/gui/pyvcp.html
I use PyVCP panels a lot with Axis GUI, a lot, even for showing all Mesa IO and everything else, on industrial machines. :)
forum.linuxcnc.org/30-cnc-machines/31792...ofit?start=100#88523
See the right side, all is added as PyVCP panels.
P.S.
I was just searching for a retrofit i did to post the link here, bumped into my video from youtube posted by some russian company on rutube !!! And they wonder why the whole world hates them!
  • tommylight
  • tommylight's Avatar
08 Aug 2025 23:33

modprobe: ERROR: could not insert 'ec_master': Key was rejected by service

Category: EtherCAT

Please post output of ip a

He did, so why ask again?
-
On topic, that seems an issue with the EtherCAT key, it has nothing to do with networking, also supported by "modprobe" in the error as the module could not be loaded/inserted.
  • ihavenofish
  • ihavenofish
08 Aug 2025 23:32
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

ATC design is final. Also did up a quick 4th axis rotary table using a surplus harmonic. The body is a steel block, faceplate is steel. printed nylon dust seal, and then an 60mm motor shaft coupling. It takes a  52mm round quick change plate for vises. Just enough centre height to spin the small xindian h67 vise with a 4" long work piece. Total cost with the harmonic drive, 200w ethercat servo, machined parts from JLC is in the $800usd mark. Not bad! :)  There are a small amount of these surplus harmonics, so if someone wants to build their own high quality rotary, I can give you the files. (I cant post publicly on here though). Note that the precision of the housing block is probably not going to be perfect, and you may way to scrape in the bottom to be dead square square.





  • ihavenofish
  • ihavenofish
08 Aug 2025 23:20
Replied by ihavenofish on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

This is still not the build with the jerk limiting right?
  • andypugh
  • andypugh's Avatar
08 Aug 2025 22:58
Replied by andypugh on topic injection mold machine custom gui

injection mold machine custom gui

Category: General LinuxCNC Questions

I did a hydrauic press brake without conventional axes of G-code some time ago. I am not sure that was worth the trouble in the end, as with axes you get homing and speed control for free.

forum.linuxcnc.org/30-cnc-machines/42100...ions?start=10#204551

There might be some reusable ideas there though.
  • PCW
  • PCW's Avatar
08 Aug 2025 22:10

Starthilfe Retrofit ISEL CPM4030 MESA7i95T+7i83

Category: Deutsch

You don't need any PWMgens,

The PID output would be connected to the hm2_7i95.0.7i83.0.0.analogout-NN
pin in hal
  • Chris91
  • Chris91
08 Aug 2025 21:49

Starthilfe Retrofit ISEL CPM4030 MESA7i95T+7i83

Category: Deutsch

Hallo,
ich benötige mal etwas Input...
Ich versuche einen Servocontroler mit +/-10V anzusteuern über die 7i95T+7i83.
Ich habe mir jetzt 4 PWMgen per Bitfile erstellt, verstehe jetzt aber noch nicht, wie ich die Verbindung

pid.x
hm2_7i95.0.pwmgen.00
hm2_7i95.0.7i83.0.0.analogout

hinbekommen soll? 
Kann mich wer in die richtige Richtung weisen?

 
  • Firehunter
  • Firehunter
08 Aug 2025 21:36 - 08 Aug 2025 21:37
Replied by Firehunter on topic M66 keeps waiting

M66 keeps waiting

Category: G&M Codes

The other L-modes also don't work. Timeout doesn't work. Nothing happens after 10 seconds. Yes I'm looking at the digital-in-xx pins. LinuxCNC version on the splash screen is 2.9.0~pre1+git20230208.f1270d6ed7
Displaying 10366 - 10380 out of 17901 results.
Time to create page: 0.554 seconds
Powered by Kunena Forum