Advanced Search

Search Results (Searched for: )

  • 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.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
04 Sep 2025 21:43 - 04 Sep 2025 21:44
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

I come from an industrial background, this is our only linuxcnc controlled machine. If I use a description that is common in other machines we use daily and you don't, then ask. I'd be more than happy to explain what I mean and happy to learn the "correct" description used by linux users. If you don't want to ask. Heck, Google it. It's free. 

No. Instead I get this snark comment from you:

"Despite reading almost every post on this forum, i have no idea what that means."

Guess what, that's not a question. But I explained what MEM mode was anyways. Again, google is free. 

Another person here felt it necessary be insulting as though I don't know what system I'm using... Sorry, I don't know your "linuxcnc" lingo.
THIS is how you people conduct yourselves here and act appalled by my response? 

Then you said "Again, does the machine move at G0 speeds or just the gcode preview on LinuxCNC screen?"

This was explained CLEARLY in the first text:

"And it'll race through the g code like the entire program was full of G0 commands. If I had a part in the machine it would have crashed.  It's like it ignored every G1 command."

No where in the post did I even mention "preview" of any kind. No Idea where you got that. I said if a part was in it that it would have crashed. Know what that means? That means the machine was moving....  I can't make it any clearer. I can't understand it for you. 

Now if you'll excuse me, I have an issue to figure out. 
  • RikoBR
  • RikoBR
04 Sep 2025 21:33
Replied by RikoBR on topic Y axis A slave help request

Y axis A slave help request

Category: General LinuxCNC Questions

I tried importing .XML file but did not go thru and tried tandem y from drop menu according to pins but stepper will not move. Maybe I am doing something wrong along the way I will keep looking for it, do you know if running the live Linux from usb diver would have any restrictions? I bought this machine and computer is old my latency is about 55k so not sure how well LinuxCNC will work. I did a few upgrades on the machine itself I guess the next step is pc and OS and then decide if I stay with mach3 or LinuxCNC

Thanks for the help
  • PCW
  • PCW's Avatar
04 Sep 2025 20:50
Replied by PCW on topic Connecting my 7i96s to the VFD

Connecting my 7i96s to the VFD

Category: Driver Boards

Yes if the PWM scale is set for 2000, any PWM value greater than or equal to
2000 would result in a 10V output
Displaying 3016 - 3030 out of 22544 results.
Time to create page: 0.315 seconds
Powered by Kunena Forum