Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
04 Aug 2025 08:05
Replied by unknown on topic Mesaflash is not able to find 5i25

Mesaflash is not able to find 5i25

Category: Driver Boards

This seems to be an issue that seems to happen with HP boxes, add in cards seem to be disabled. This is just not related to Linuxcnc cards. Users have had issues with PCIe LPT cards and a month or so ago when doing a google search related to this it pops up in HP forums with no resolution (not just the above mentioned add in cards). (sorry I didn't bookmark the threads I found)
  • unknown
  • unknown
04 Aug 2025 07:58
Replied by unknown on topic I've got a problem

I've got a problem

Category: Off Topic and Test Posts

The user, langdons, really needs moderating, he is a bane to the forum.
  • GDTH
  • GDTH's Avatar
04 Aug 2025 07:55 - 04 Aug 2025 07:56
Replied by GDTH on topic Mesaflash is not able to find 5i25

Mesaflash is not able to find 5i25

Category: Driver Boards

I will dig more into tonight and see if i can find something from the bios. The only thing i can think of is that linuxcnc was installed with secure boot.

Properply end up doing a fresh start with linuxcnc.

I will update on this, if i find something.
  • zzrzzr
  • zzrzzr
04 Aug 2025 07:53
Replied by zzrzzr on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac

Thanks.
I tried 3mm thick steel and attached the clamp directly to the metal and it cut as it should.

When I do a torch-test with 3 seconds pulse then I read a voltage of 180V on the plasmac-screen. Is that a plausible value ? 

Is it possible to get a table with cutting-settings for different thicknesses from sb. who also uses a Stahlwerk-Plasmacutter or comparable so I don't neet to try and waste so much metal ?
  • unknown
  • unknown
04 Aug 2025 07:49

LinuxCNC randomly crashes reportedly due to Python bug

Category: Advanced Configuration

Unexpected realtime delay on task 0 with period 1000000
This Message will only display once per session.
Run the Latency Test and resolve before continuing.

Starting DISPLAY program: qtvcp
hm2/hm2_7i95.0: Smart Serial port 0: DoIt not cleared from previous servo thread. Servo thread rat.sserial.0.fault-count pin will indicate if this is happening frequently.

The error log has identified an issue (noted above), you will need to address this.
  • matasbuk
  • matasbuk
04 Aug 2025 06:32

LinuxCNC randomly crashes reportedly due to Python bug

Category: Advanced Configuration

Hello, I am running the master branch of LinuxCNC with QTLathe GUI. I have a Python component that reads the feed rate from linuxcnc.stat and further use that value in my C component. The machine seems to randomly hard crash and exit LinuxCNC fully. What could be the problem ar what could I change to solve this? Thank you in advance! I am attaching the Python and C components, .ini and .hal files and the error log.
  • Aciera
  • Aciera's Avatar
  • tsaG
  • tsaG
04 Aug 2025 05:42
Replied by tsaG on topic Probe Basic ATC Questions

Probe Basic ATC Questions

Category: QtPyVCP

Thanks!

do you also have an idea for my second issue?
  • MaxEkb77
  • MaxEkb77's Avatar
04 Aug 2025 03:24
Replied by MaxEkb77 on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

Lichuan strange company i buy at aliexpress & receive a water damaged garbage and no one wants to be responsible for it. 
  • Gautham
  • Gautham
04 Aug 2025 03:08

Using a rotary encoder for Homing A-Axis on 7i96s

Category: Driver Boards

Ok that makes sense basically, I only really need it to use like a limit switch, so I only need the index signal to home it. Thanks
  • Lcvette
  • Lcvette's Avatar
04 Aug 2025 02:52
Replied by Lcvette on topic Surfacemap Z compensation with Probe Basic

Surfacemap Z compensation with Probe Basic

Category: QtPyVCP

Did you follow the surface map read me instructions and copy over the subroutines? Those are what set the var file parameters for surface map page
  • Lcvette
  • Lcvette's Avatar
04 Aug 2025 02:50
Replied by Lcvette on topic Surfacemap Z compensation with Probe Basic

Surfacemap Z compensation with Probe Basic

Category: QtPyVCP

I'm not super familiar with surface map, but I would guess it's because the bar doesn't have those parameters or the subroutines that updates the bar have those and needs to be updated.
  • Lcvette
  • Lcvette's Avatar
04 Aug 2025 02:48

"KeyError" suddenly appears after moving a limitswitch

Category: QtPyVCP

I've got nothing, I've not seen that write and cannot produce it here to troubleshoot. I would update to the develop branch and update your config files. Start there so at least we know you're on a known working version.
  • Lcvette
  • Lcvette's Avatar
04 Aug 2025 02:44
Replied by Lcvette on topic Probe Basic ATC Questions

Probe Basic ATC Questions

Category: QtPyVCP

You need to set the parameters in the UI only

The rack is is calculated automatically based on your pocket location settings in the ui
  • rebelx
  • rebelx
04 Aug 2025 02:26 - 05 Aug 2025 00:50
Replied by rebelx on topic linuxcnc 2.9.2 (live) on the intel n100 cpu

linuxcnc 2.9.2 (live) on the intel n100 cpu

Category: Computers and Hardware

It's been a while, but please allow me to post a little update on my experience with N100 based systems. I noticed that sometimes my mini-pc completely freezes, while running my mini-PC with Windows 11 never caused any problems. So the fix that I implemented was simply to ditch Debian and run LinuxCNC on Windows 11. 
Okay, all jokes aside..... After struggling for quite a while and running all possible checks, I finally discovered that the mainstream Debian 12 and 13 (Trixie) kernels, drivers and firmware have some problems with Alder Lake processors, especially the iGPU part. This can easily be resolved by upgrading Debian with the latest RT kernel (6.12.33+ at this moment), drivers and firmware. Ever since, my system is rock solid. I am using isolcpus=2,3 and irqaffinity=0,1, which gives me a responsive system with with a servo thread latency of 26.3us and a base thread latency of 40.1us, which are both excellent. This was measured during several hours, while simultaneously running 10 instances of glxgears, playing Youtube videos and stress testing the system with:
$ sudo stress-ng --cpu 4 --vm 2 --hdd 2 --fork 4 --timeout 7200s

 

Here is a brief summary of the upgrade process, for those who may be interested: 1. Enable backports:
    Edit /etc/apt/sources.list and add:
    deb deb.debian.org/debian bookworm-backports main contrib non-free-firmware
    Then:
$ sudo apt update

2. Install RT kernel:
   
$ sudo apt install -t bookworm-backports linux-image-rt-amd64 linux-headers-rt-amd6

3. Reboot and check Debian is running the latest RT kernel:
   
$ uname -a

4. Update firmware:
   
$ sudo apt install firmware-linux firmware-linux-nonfree firmware-misc-nonfree

5. Update Mesa drivers (iGPU):
   
$ sudo apt install -t bookworm-backports mesa-vulkan-drivers mesa-opencl-icd libgl1-mesa-dri

6. Check setup:
    – RT kernel:
$ uname -a
(already done at step 3)
    – Mesa version:
$ glxinfo | grep "OpenGL version"
    – Firmware:
$ dmesg | grep firmware

 
Displaying 586 - 600 out of 24233 results.
Time to create page: 0.414 seconds
Powered by Kunena Forum