Advanced Search

Search Results (Searched for: )

  • mBender
  • mBender
05 Sep 2025 01:38

Machine off at the end of the programm. Repeatable!

Category: Milling Machines

Hey, I have a weird issue. Not sure where it comes from or what the cause is, but I don’t know what to look for anymore.My machine is off position at the end of the program. For troubleshooting: I put a work piece in my machine and went to X10 Y20 and made manually a mark on the workpiece.Then I run a program and at the end I go back to X10 and Y20, but the machine is off in X and Y for a few millimeter. This is happening again and again and it is always the same distance off. First I thought it had something to do with speed and acceleration. I tried lowering it. Same error. I let the machine then run in a higher Z position without any load. In the air so to say. Same error!Then I tried another NC program, same thing here. At the end it’s repeatable a little bit off.I lowered the acceleration (75mm/s2) and feed speed to 1/10 (600mm/min) of its original value. Same error!I had deadband at 0.01 and lowered it to 0.007. Same error.I tried changing the Ferror from 2.0 to 1.0. Same error.I tried different programs and it feels like the offset is larger if the travel within the program is larger.I checked the mechanics and I am sure it’s not a mechanical error.I don’t know what else to test.

The machine is an open loop stepper system with DM322T Driver and Nema 23 motors.
  • wankoran
  • wankoran
05 Sep 2025 01:35

Issue with OP Entry Delay and Failures in LinuxCNC + EtherCAT System

Category: EtherCAT

Thanks, how to turn it off?   Forgive me for being a newbie.
  • tommylight
  • tommylight's Avatar
05 Sep 2025 01:19
Replied by tommylight on topic N100DC

N100DC

Category: Computers and Hardware

Nice find, and it does have a parallel port header and an M.2 slot.
But at 146 Euro here, i am skipping it for now, might go back to it later as it uses a single power supply, probably 12V adapter, and not the full ATX power supply.
  • tommylight
  • tommylight's Avatar
05 Sep 2025 00:50

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

What GUI? Assuming you are not using Axis as it is by default in Auto mode.
Does the machine use a tool changer?
Does it use any custom components?
Does it have any added hal wizardry?
-
I recall a while back in certain states/conditions it would run through all the tools in the gcode, but it was probably fixed since for a long time it was not mentioned here.
  • tommylight
  • tommylight's Avatar
05 Sep 2025 00:39
Replied by tommylight on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

Probably would need also changing the - sign for home_search_velocity and maybe home_latch_velocity for that axis/joint.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
04 Sep 2025 23:58 - 04 Sep 2025 23:59
Replied by TheTinkeringMechanic1 on topic Races through first cycle upon first start up. Fine afterwards.

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

Helpful? I'm fairly certain you believe that too.
If there's confusion about something, then ask a question. No questions were asked. It's really easy too. "What do you mean by MEM? I'm not familiar with that term." I would have been happy to answer to clear up any confusion and learn whatever you folks call it.

What did I get in return? Some self-conceited person you consider an "esteemed colleague" that thought that I was too dumb to not know what operating system I was using...
Bad news, I match energy. If you don't like what you put out thrown back at you? Then don't be that way.

And here you are tossing out childish insults...

I'll figure it out myself.
  • unknown
  • unknown
04 Sep 2025 22:51
Replied by unknown on topic Debian Trixie upgrade/install to 2.9.4

Debian Trixie upgrade/install to 2.9.4

Category: Installing LinuxCNC

Oh this old gem, the solution is to remove or purge the offending raspberry pi package. Its been mentioned many many times throughout the forum, the exact commands can be found with a quick search.
  • unknown
  • unknown
04 Sep 2025 22:48

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

But the the theories above do not take into account it is fine afterwards, very intriguing.
  • unknown
  • unknown
04 Sep 2025 22:47

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

It's quite possible it is a gcode issue, mayhaps the cam is in metric units and the machine is setup in imperial units and no g21 was given in the preamble.

Another possibility is whoever setup the machine gave the overrides quite a large postivie range and the feed override is set at max.

And just for clarity Linuxcnc loads the gcode from the filesystem, ie from disk, not from "Internal memory", for those that are familiar with computers there is a distinction between memory (being ram/rom) and disk. As many things getting terms incorrect can cause confusion.
Look for all we know you could be using a custom interface with a MEM button implemented to make the machine more familiar. If that is the case it would be no wonder there has been confusion. Reading through the documentation for the various interfaces supplied with Linuxcnc there is no mention of a MEM button. I mention this as the frustration of the OP seems to be the questioning of a MEM button being implemented in Linuxcnc to retrieve gcode from "internal memory".
  • andypugh
  • andypugh's Avatar
04 Sep 2025 22:39 - 04 Sep 2025 23:11
Replied by andypugh on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

I have just realised that my thingy requires you to type in the values. That's not as ergonomic as one might hope. Give me a few minutes.
Files updated
 
  • royka
  • royka
04 Sep 2025 22:39
Replied by royka on topic Remora DMA Code in other Builds?

Remora DMA Code in other Builds?

Category: Computers and Hardware

@scotta Following chatgpt it could work by only do ARR/CCR-updates via DMA-burst and the rest with timers. Does that make sense?
  • andypugh
  • andypugh's Avatar
04 Sep 2025 22:36 - 04 Sep 2025 23:15
Replied by andypugh on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

This captured my interest, so I made one.
Drop the two attached files into the same folder as your INI file.
Then, in the [DISPLAY] section of the INI file add:
EMBED_TAB_NAME=Centre Finder
EMBED_TAB_COMMAND=halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -x {XID} -u ./CentreFinder.py ./CentreFinder.ui
Be careful with the buttons, they are not tested on real hardware.Set Zero - should set the coordinate system zero to be the centre of the probed circle (considers G54 etc but not G92 at the moment)GotoZero does a Z-hop of (currently) 20mm then G0 X0 Y0.The diameter measured has 6mm subtracted from it to allow for probe diameter.The Z-hop and probe diameter are constants defined near the top of the python file. Feel free to edit to suit.This uses GladeVCP. As has been suggested elsewhere, there are other VCP frameworks, but Glade works well enough with Axis.
  • jaapiyo
  • jaapiyo
04 Sep 2025 22:23 - 04 Sep 2025 22:27
Replied by jaapiyo on topic Debian Trixie upgrade/install to 2.9.4

Debian Trixie upgrade/install to 2.9.4

Category: Installing LinuxCNC

So I've been trying to get this to work and I keep getting some error with dpkg.

I'm running a clean install from the latest iso from linuxcnc.org. Upgrading to trixie according to the instructions by rodw. My hardware is a NUC 14 with an Intel N150 processor.

After this operation, 409 MB disk space will be freed.Do you want to continue? [Y/n] y
(Reading database ... 179287 files and directories currently installed.)
Removing linux-image-6.1.0-30-rt-amd64 (6.1.124-1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-6.1.0-30-rt-amd64
/etc/kernel/postrm.d/z50-raspi-firmware:
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/kernel/postrm.d/z50-raspi-firmware exited with return code 1
dpkg: error processing package linux-image-6.1.0-30-rt-amd64 (--remove):
installed linux-image-6.1.0-30-rt-amd64 package post-removal script subprocess returned error exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
linux-image-6.1.0-30-rt-amd64
Processing was halted because there were too many errors.

What's this raspi-firmware doing here? Is this causing my issue or can it be ignored? It's quite late here, so I'm done for today. I hope someone can point me in the right direction.
  • unknown
  • unknown
04 Sep 2025 22:07

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

Just read your post prior to mine.

Your still to provide the information I ask for to diagnose your situation.

See sometimes as issue can arise that none have seen before, there was a recent one regarding MDI pins. Until one user had used a particular setup it had never occurred. Fortunately the user supplied the information particular to their usage and the code was quickly fixed and merged into the code base.
If that user had of reacted as you did nothing would have been resolved.
Now old Tommy has a great deal of experience deploying Linuxcnc based equipment as a commercial endeavour, so he is no Johnny come lately. PCW is the Mesa presence on the forum, very helpful, very knowledgeable and quick to respond to users requests for custom firmware. Very respected, will even endeavour to help when the mesa firmware is being deployed on non Mesa Spartan 6 platforms. Also has been generous enough to supply schematics to his products when asked.
So I would my two esteemed colleagues conduct themselves in a manner that has earned them the utmost of respect.
So I think it would be a good time for you the reassess your comments, look through the forum and read the replies they have given other users. Then it would be an idea to offer an apology cool down and supply the information requested so this issue can be resolved .

So what version of Linuxcnc are you using, what is the underlying OS, are you able to attach the config files ? Also what hardware is being used to control the machine, is it parallel port based, Mesa based or some other hardware based step direction system ?
Diagnosis requires the collection of information and that is the reason for request.
  • unknown
  • unknown
04 Sep 2025 21:47

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

I thought I was being quite helpful, like my esteemed colleagues I was confused about MEM.
Playing the victim, the use of the phrase "folks", the mini lecture on the use of the word again, whilst missing the comma you used to add emphasis as noted in the mini lecture and finally quoting google as to drive home the point that those that queried the whole MEM thing were plebs makes me wonder if the OP has had any oil, dirt or grease ever touch their hands.

But then again I'm a paranoid bastard that trusts no one.
Displaying 9106 - 9120 out of 17992 results.
Time to create page: 0.376 seconds
Powered by Kunena Forum