Advanced Search

Search Results (Searched for: )

  • gmouer
  • gmouer
29 Mar 2025 14:07

Need basic ini/hal/pathpilot.json files for new versions 2.10/2.12

Category: PathPilot

I sure did look at your thread and files.

What I am basically looking for is a minimal hal file that will allow PP to start. I don't know which parts of the various hal files posted are mandatory and needed to get PP to launch, leaving out anything not mandatory.

In the end I will use it on a bridgeport that has servo's using a 5i25 and 7i77 board. The mill has been operational for years using linuxcnc but I would like to switch to PP mostly for the excellent conversational. I have not seen any other conversational that even comes close. (I have used nativecam which is the next best thing)

Meanwhile, I have made progress. I got it to launch in sim mode. I also got a INI file that works with the mesa cards I have but crashes due the hal file various pins etc being wrong.
A absolute minimal hal file would help lots, I can add to that once I have PP launching withuot crashes.
  • MennilTossFlykune
  • MennilTossFlykune
29 Mar 2025 14:01 - 29 Mar 2025 17:22
Replied by MennilTossFlykune on topic tangential knife along multiple layer height

tangential knife along multiple layer height

Category: AXIS

I used Gemini 2.5 Pro to create a python script that adds retracts and C axis moves to a program.It could be turned into a filter program. Try it on the attached test file and see if it works properly.

Before:


After:
  • timo
  • timo
29 Mar 2025 13:56 - 29 Mar 2025 14:10
Replied by timo on topic How to build a CNC Router?

How to build a CNC Router?

Category: Milling Machines

Just to substantiate that I am a "knowitall" (if that is the right word) NEMA means National Electrics Manufacturers Association. It is not a company, so no product piracy possible there.
The NEMA 23, 32 etc. solely refer to flange dimensions and bolt mounting patterns. Nothing to do with manufacturer, torque, voltage etc.

The only take is that usually bigger flange motors have bigger shafts, draw more current and have more torque.
There are exeptions, so a long high torque NEMA23 motor can have more torque than a "pancake" NEMA32.

As for a DIY router built. More bigger motor more better.....  :-)

p.s. after looking at the pictures. They look like NEMA17. "Possibly pathetic", just get bigger ones that can move some machinery. :-) For routing or milling you will not get anywhere with this. If you want to engrave some nameplates or want to drill some tiny holes, you might get away with it.



pps.: does not matter so much, you can figure out where the coils are at (my guess is 1st pin & 3rd pin for coil 1.... 4th pin & 6th pin for coil 2),
You will find lots of instructions how to figure out the pins on youtube. (tip someone gave me: just connect pin 1 & 3  and try to spin the motor by hand, if that is difficult you  found a coil)
Connect them to your motor driver. Set driver to one amp amp current, if they overheat reduce current. If they are cool enough to touch after running a while you can increase current. If they burn down, buy new ones.
That is what I always did with 2nd hand steppers and so far no fire, no damaged motor.

 
  • snowgoer540
  • snowgoer540's Avatar
29 Mar 2025 13:49
Replied by snowgoer540 on topic 2.9.3 - Stuck in wrong state and stops

2.9.3 - Stuck in wrong state and stops

Category: Plasmac

How self-righteous must one be to ask the component creator for help, only to turn around and explain why he's wrong? You’re always quick to highlight your own contributions; maybe it's worth pausing to genuinely consider the input provided.

In addition to what Phill said, when I looked at the config, I noticed that JOINT_3 STEPGEN_MAXVEL is not set to the recommended value of 25% larger than MAX_VELOCITY. Instead it's set only 4.16% greater than MAX_VELOCITY.

For Joints 0, 1, 2, STEPGEN_MAXACCEL is 50% greater than MAX_ACCELERATION (recommended is 25%).
For Joint 3 STEPGEN_MAXACCEL is 87.5% greater than MAX_ACCELERATION (recommended is 25%).

To highlight Joint 3 (the joint associated with the axis you're having trouble with) inconsistencies:
  • STEPGEN_MAXVEL is only ~4% greater than MAX_VELOCITY
  • STEPGEN_MAXACCEL is 87.5% greater than MAX_ACCELERATION

These inconsistencies stand out, and regardless of how long you’ve been using these settings, the values for both the axes and joints are still not aligned with best practices/recommendations. It's difficult to predict the exact repercussions because, generally speaking, most configurations follow these minimum recommendations. Yours is definitely the outlier.
  • B1gJ1mmy
  • B1gJ1mmy
29 Mar 2025 13:38 - 29 Mar 2025 13:42

Yet another LinuxCNC noob with a PCI card as Port1 issue.

Category: General LinuxCNC Questions

Hi All. 

I apologise for posting this.  I'm sure the solution is out there somewhere but all the stuff I can find seems not to work.   

I want to run  a pci card as a second parallel port for my DIY cnc.   I want more inputs and some more outputs also. I am using a Generic breakout board that is identical to primary one I am using on Port 0. My board has a Parallel port on 0x378 This Port 0 in linux and works fine if I do in my hal file.

loadrt hal_parport cfg="0 out” or loadrt hal_parport cfg="0x378 out” 

The PCI Card is some sort of generic MOSCHIP based card and it is detected as Port 1 in linux.  It has two addressed associated with it 0xe480 & 0xe800I have tried the following in my Hal file

loadrt hal_parport cfg="0 out 1 out”  (port 0 works port 1 nothing)
loadrt hal_parport cfg="0 1 out”  (cant remember what this one did probably same as the rest)
loadrt hal_parport cfg="0x378 0xe480 0xe800 out “ (port 0 works port 1 nothing)
loadrt hal_parport cfg=”0x378 0xe480 out” (port 0 works port 1 nothing)
loadrt hal_parport cfg=”0x378 0xe800 out” (port 0 works port 1 nothing)
loadrt hal_parport cfg=”0x378 out  0xe480 out  0xe800 out “ (port 0 works port 1 nothing)
loadrt hal_parport cfg=”0x378 out 0xe480 out “ (port 0 works port 1 nothing)
loadrt hal_parport cfg=”0x378 out 0xe800 out “ (port 0 works port 1 nothing)

I have tried every variation I can think of but still get no output. I am testing using a multi-meter on two outputs on the port 1 breakout board had had set them to be amplifier enable and one output is inverted from the other just for the sake of testing.

I have also tried probing the cable it shows no changes when I press enable in linuxcnc. On port0 it works and hitting enable locks up the motors.

Can anyone point me the correct direction!  I feel like I’m going in circles.
  • Grotius
  • Grotius's Avatar
29 Mar 2025 12:51
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi,

For information.
Here is a patch manual. It's included in the repository now.
patch manual
Displaying 17641 - 17646 out of 17646 results.
Time to create page: 0.334 seconds
Powered by Kunena Forum