Advanced Search

Search Results (Searched for: )

  • DMNZ
  • DMNZ
12 Jul 2025 08:53

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

you got some nice looking board with a heatsink, mine came as if it was found in a dumpster, with dust and corrosion. but surprisingly
it works fine. i agree this is a bargain considering specs with zynq 7010. 
 
 
 
  • SebastianM
  • SebastianM
12 Jul 2025 04:50
Replied by SebastianM on topic subroutine randomly stops at first G1 move

subroutine randomly stops at first G1 move

Category: O Codes (subroutines) and NGCGUI

I have the exact same issue randomly.
  • scotth
  • scotth
12 Jul 2025 04:33
Replied by scotth on topic Weird rotary axis movement

Weird rotary axis movement

Category: General LinuxCNC Questions

Look at this, it might help.
  • PCW
  • PCW's Avatar
12 Jul 2025 02:08

Trouble with LinuxCNC and Gantry stepper motor setup.

Category: Computers and Hardware

What hardware do you have?

At least for Mesa hardware and parallel ports, the GUI configurators
(pncconf  amd MesaCT for Mesa and stepconf for parallel ports)
know how to setup tandem axis for gantry machines.
 
  • smplc
  • smplc's Avatar
12 Jul 2025 01:03
Replied by smplc on topic Unretrievable hardware address

Unretrievable hardware address

Category: Advanced Configuration

Nevermind.  The CNC box and the power strip remained powered off for about an hour.  I powered on the the power strip and CNC box and knew immediately when the Ethernet lights next to the port were lit that a connection probably could be made.  I launched LinuxCNC and should be okay now.
  • Revinvoss
  • Revinvoss's Avatar
12 Jul 2025 00:40

Trouble with LinuxCNC and Gantry stepper motor setup.

Category: Computers and Hardware

Trouble with LinuxCNC and Gantry stepper motor setup. I have search for a long time to find anyone who knows anything about how to set up LinuxCNC to run the Y and A stepper motors in tandem, or jointly.
There seems to be many people who have done this but have very vague explanations on exactly how to do it.
I have come so far setting up this CNC router table only to come to a dead stop.

If there is anyone who actually knows how and would kindly lead me through it, I will be glade to give the needed info on what I have for there wise input. Also be very thankful too.

I would really like to do some routing on the table.
  • smplc
  • smplc's Avatar
12 Jul 2025 00:20
Unretrievable hardware address was created by smplc

Unretrievable hardware address

Category: Advanced Configuration

I launched LinuxCNC many times before, okay, and the Axis screen was operable.  Today, I powered on the CNC box and tried to launch LinuxCNC accidentally without the Ethernet cord plugged in.  An error report popped up, and I realized I forgot to plug in the Ethernet cord.  I plugged in the Ethernet cord when the CNC box was powered on, tried launching LinuxCNC again and an error report showed 'hm2_eth: ERROR: Could not retrieve hardware address (MAC) of 10.10.10.10: Resource temporarily unavailable'  I powered off the CNC box and the PC and power both on and tried launching LinuxCNC however still receive the same error report.  Please see my attached troubleshooting.  How can to make the hm2_eth retrieve the hardware address and launch LinuxCNC? 
  • warwickben
  • warwickben
12 Jul 2025 00:16 - 12 Jul 2025 00:19

probe basic ,manual tool change and tool setter question

Category: QtPyVCP

i tried searching first  .long story short had to replace my pc (pitt falls of a maker space) still making some slight changes etc so not up and running yet.. i had kept the machine from updating since every thing worked.

in the past i used github.com/TooTall18T/tool_length_probe to set the machine up todo manual tool changes then the tool setter. my understanding with the newest update to probe basic variables called out have changed.      is there a better way to be able to use a tool length setter when the machine requires manual tool changes ?
ive attached the subroutine files .



 
  • andypugh
  • andypugh's Avatar
11 Jul 2025 22:54
  • andypugh
  • andypugh's Avatar
11 Jul 2025 20:10
Replied by andypugh on topic Read value or file in G-code

Read value or file in G-code

Category: G&M Codes

This isn't elegant, but if your python file imports "hal" then you can create a HAL pin, put the value on that, and then read that value in your G-code.
The most reliable way to do this is to "net" it to one of the G-code analogue inputs and read it with M66. But you can also use the #<hal[mymodule.pinname]> format in the G-code. Just be aware that the latter method will generally get the value that was on the pin when the G-code program starts and won't see any live updates.

linuxcnc.org/docs/html/gcode/overview.html#gcode:ini-hal-params
  • andypugh
  • andypugh's Avatar
11 Jul 2025 19:59
Replied by andypugh on topic Do I need a better PC?

Do I need a better PC?

Category: EtherCAT

It's possible that the noise is due to the servos getting a bad rotor "home"
This only applies to brushless motors, but the drives need to know where the rotor magnets are relative to the motor windings.
If you are using EtherCAT then this is probably all inside the drives, so I am not sure how you could ever be sure if this is the problem. Do you know how the drives perform this step? (If they use absolute encoders or hall sensors then this is unlikely to be the problem)
  • andypugh
  • andypugh's Avatar
11 Jul 2025 19:32
Replied by andypugh on topic Weird problem happening during g71, g70 cycle

Weird problem happening during g71, g70 cycle

Category: General LinuxCNC Questions

I wouldn't expect G71 and friends to accept REPEAT/ENDREPEAT in the profile subroutine. It parses G1,G2,G3 commands into a profile internally then creates a toolpath to cut that profile.
I am not even sure that it can be expected to correctly read #<_x> etc.
  • unknown
  • unknown
11 Jul 2025 19:00
  • unknown
  • unknown
11 Jul 2025 18:59

Graphical glitches with Raspberry Pi 400 + LinuxCNC 2.9.4 (arm64)

Category: Installing LinuxCNC

Ok the screenshots are interesting. Unfortunately I haven't had a chance to check as life has got in the way.
To tell the truth when I test the images I use an old 19" 4:3 monitor. Another thing to be aware of is that the images aren't meant to be for a daily driver, the sole purpose is to run Linuxcnc which is what is concentrated on. So yes there will be packages left out that are part of a standard Desktop install.
The kernel was built using the official RPi sources, with the only mod being enabling the RT section in the kernel config. So there is really nothing fancy in that area.
It very well be an issue related to resolution, in config.txt you should be able to adjust the memory allocated to the graphics system, something you'll have to look at the config.txt documentation, 2 things to be aware of, there is no raspi-config utility so the config.txt will need to be hand edited and the location of it is different to the Raspberry OS, the main thread for the images has this info.
If you just want to explore what Linuxcnc has to offer without running a machine or connecting to any hardware there is also the option of running the amd64 version as a live session on a PC or installing in a virtual machine such as VirtualBox. RT capabilities will be non existent but it will run the simulations fine.
Another option would be to install RaspiOS and build Linuxcnc from source, a real time kernel would not be required in your case and use at ad a Run In Place install. How to do this can be found in the docs.
  • phino
  • phino
11 Jul 2025 18:21

Graphical glitches with Raspberry Pi 400 + LinuxCNC 2.9.4 (arm64)

Category: Installing LinuxCNC

Thanks for the replies. I finally got a chance to check out the suggestions on the RPi400. For testing I made a new fresh image on a new SD card, and the graphical glitches could be reproduced, but it may be just an issue in chromium browser, which is not installed by default. I did not reproduce the issue in Firefox, and though it is painfully slow to load pages, Youtube does play... eventually.

The SD cards used are 64GB Kingston Canvas Select Plus. Nothing fancy, but I doubt it is the issue, since I've used multiple, and other images (default RPi OS, Ubuntu 24.04) don't have the same issue.

For reference, here are some screenshots of the glitches in chromium. Btw, I had to install xfce4-screenshooter to be able to take screenshots, as it is not installed by default in the LinuxCNC rpi image.

The first screenshot shows a horizontal section of the web page with corrupted graphics. The second is chromium's setting page which never displays correctly. The third is a pdf document opened in chromium, with the controls (download, zoom, etc) at the top not showing. The fourth shows the graphical glitches in the Youtube player controls (buttons for play, pause, settings, etc).

They work in Firefox (very slow though, which is why I installed chromium) so perhaps this is not an issue specifically with LinuxCNC's image, though I can't tell. I don't have these issues with chromium on the other RPi OS images, but I have not tried debian 12 directly. I imagine that also precludes hardware issues. The monitor is a 22" Dell at 1680x1050, though I doubt that is too relevant.

Aside from isolcpu, were there other optimizations made which may impact graphical or general performance?
 
Displaying 121 - 135 out of 25288 results.
Time to create page: 0.224 seconds
Powered by Kunena Forum