Advanced Search

Search Results (Searched for: )

  • Sandro
  • Sandro
25 Apr 2026 13:03
Replied by Sandro on topic lcnc-suite — web UI for LinuxCNC

lcnc-suite — web UI for LinuxCNC

Category: Other User Interfaces

Thank you all :)

Currently I am only running first tests on my machine. But mostly in sim. Still a lot of bug fixing to do. I was recently working on some performance improvements on the development branch which I will merge to main soon.
  • axemas
  • axemas's Avatar
25 Apr 2026 12:51 - 27 Apr 2026 16:54

Mobirelli Partner 430 running on CNC PROTON controller

Category: Show Your Stuff

To give you more technical background: this controller is the result of over 10 years of experience in industrial machine retrofits.

The project was accelerated by the massive Mesa card shortage in 2022. Instead of waiting for hardware that wasn't available, we decided to develop our own high-performance industrial-grade solution tailored specifically for complex retrofits. This isn't just a prototype—these units are already integrated and running 24/7 in machining centers, proving their reliability in real production environments.

Key Hardware Specifications:

Core: Custom FPGA running HostMot2 firmware for rock-solid real-time performance.

Fully Isolated Analog Servo Control: Precise ±10V analog outputs with a 7V/μs slew rate. The analog outputs are fully galvanically isolated from the logic to prevent noise and ground loops.

High-Speed Feedback: Isolated encoder inputs supporting up to 10MHz—ready for any high-resolution industrial encoder.

Industrial Isolation & Protection: Complete galvanic isolation between logic and I/O. The 24V field power is protected, and the logic power is fully isolated.

Onboard Processing: Integrated Raspberry Pi Compute Module 5 (CM5), providing a massive performance boost for LinuxCNC and NativeCAM.

Thermal Design: Fanless industrial enclosure. No moving parts, no dust intake—designed to last in woodworking shops.

The goal was to create a controller that is fast, precise, and, most importantly, available for professional retrofits when the industry needs it most.
  • Alexf2a
  • Alexf2a
25 Apr 2026 12:50
Connecting Vers WL v.3.1 was created by Alexf2a

Connecting Vers WL v.3.1

Category: General LinuxCNC Questions

Hello. Could you tell me how to connect the old model centerfinder vers.ge/ru/blog/archive/vers-wl-v31 to the MESA 7I76 in the 5i25 and 7i 85s configurations? I supply the 7I76 with 5 and 24 volts, but the Vers WL v.3.1 requires 5-12 volts. Can I reduce the voltage from 24 to 10 volts using the XL4015E unit?
The Vers WL v.3.1 worked well on the MACH3, but it only had a 5 volt supply.
Thank you.
  • grandixximo
  • grandixximo's Avatar
25 Apr 2026 12:04
Replied by grandixximo on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

I was able to run 1.5.2 ribalda built on debian 13 on Papagno's hardware, OP are quick, and no perceptible grinding on a simple bench setup, with 0.9.5 linuxcnc-ehtercat sittner, This is not even the good PC hardware, it had 400ns of jitter, and the motors seemed fine, we will need to test better on the machine.
This was mostly to rule out kernel jitter, biggest culprit for slow OP is definitely ethercat 1.6.9
We (me and YangYang) have a refreshed 1.6.9 in the works, but not sure when that will land, squashing some bugs still, the code bases 1.5.2 riblada and 1.6.9 igh went in two separate directions, and they are hard to merge, will put best efforts in, then we will have a version for ourselves we can maintain ourselves, since igh is kinda of unresponsive and or uninterested, no clue...
  • axemas
  • axemas's Avatar
25 Apr 2026 11:54 - 25 Apr 2026 11:58

NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie

Category: NativeCAM

Hi,
What you're doing is fantastic. The installation is going well.
The simulations show great potential. Congratulations!
If I may make a point, looking at the video, I think it's better if the horizontal drilling unit
descends when it reaches its position. In the video, you can see it descending and then reaching its position.

That's just my opinion.

Thanks and congratulations again! 

Hi,

Thank you for the kind words and for the sharp observation!

Regarding the horizontal drilling unit: you are absolutely right. In the video, the Z and X/Y axes are moving simultaneously for speed. However, NativeCAM allows full control over the sequence.

In the final setup, we can easily configure the G-code to ensure the unit reaches its target position before starting the descent. Safety and precision are the priorities, and this is exactly why LinuxCNC + NativeCAM is so powerful—we can tweak these movements to fit the specific mechanics of the machine perfectly.

Thanks again for the feedback, it’s very much appreciated!"
 

  • nighteagle
  • nighteagle
25 Apr 2026 11:33 - 27 Apr 2026 11:59
Replied by nighteagle on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hello,

I'm trying to connect a Novusun NVEM with an STM32F207 CPU to LinuxCNC on a small PC (not a Raspberry Pi) for a mini lathe – just the X and Z axes, no limit switches, etc. Very simple.
I'm using just two TB6600 stepper drivers with 1.8 degree and 1.8A stepper motors, connected according to the many wiring diagrams I've found online.
So, Pulse+ and Dir+ are connected together to COM+ on the NVEM, and then Pulse- and Dir- are connected to the corresponding NVEM pins.
Everything is powered with 24V, including the stepper drivers and the NVEM.
All the LEDs are lit, so everything is receiving power.
What I've done so far:

1. Installed LinuxCNC on the PC
2. Flashed the Remora firmware for the NVEM
>> Source DOC: remora-docs.readthedocs.io/en/latest/har...ml#controller-boards
>> Firmware for STM32F207:
https://github.com/scottalford75/Remora-NVEM/blob/main/Remora-NVEM-STM32/Release/Remora-NVEM.bin

3. LinuxCNC Ethernet configured on 10.10.10.100/24
>> Ping to the NVEM is running

4. As per the source DOC, the following steps were performed to get Remora from GitHub onto the PC:
pi@raspberry:~ $ mkdir ~/linuxcnc
pi@raspberry:~ $ cd ~/linuxcnc
pi@raspberry:~ $ git clone https://github.com/scottalford75/Remora
pi@raspberry:~ $ cd Remora/LinuxCNC/Components
>> I noticed that some things were missing, including the basic configuration file "remora-nvem-basic" and the component file "Remora-nv".
I then copied these files to the appropriate folders on my PC.

5. Installing the components with halcompile:
pi@raspberry:~ $ sudo halcompile --install ./Remora-eth/remora-eth-3.0.c
pi@raspberry:~ $ sudo halcompile --install ./Remora-spi/remora-spi.c
pi@raspberry:~ $ sudo halcompile --install ./Remora/remora_lpc.c
pi@raspberry:~ $ sudo halcompile --install ./NVMPG/nvmpg.c
pi@raspberry:~ $ sudo halcompile --install ./PIDcontroller/PIDcontroller.c
pi@raspberry:~ $ sudo halcompile --install ./PRUencoder/PRUencoder.c

>> It was noticed that "Remora-nv" was missing, so I installed it again:
sudo halcompile --install ./Remora-nv/Remora-nv.c

6. I copied the example configurations into the LinuxCNC folder, along with "remora-nvem-basic".
>> After starting LinuxCNC, I can select various Remora configurations to start.

7. Uploading the configuration to the NVEM - for this, I had to install TFTP:
pip3 install tftpy

- via a workaround involving the installation of pip3, etc., since some things are not installed by default in LinuxCNC.
>> When I run the upload script, I'm in the same folder as the simple config.txt file from "remora-nvem-basic":
python3 upload_config.py config.txt

>> This seems to be working so far.

8. Starting LinuxCNC and selecting NVEM Basic, which should match the Config.txt file. Everything starts without an error message.

I can move the axis - looks like i can get further to calibrate steppers and other stuff.

Now i look for the correct way to adapt inputs in my hal.

Hope other people will help this to bring the NVEM to live with LinuxCNC.

Regards,
  • axemas
  • axemas's Avatar
25 Apr 2026 10:53 - 25 Apr 2026 11:22

Mobirelli Partner 430 running on CNC PROTON controller

Category: Show Your Stuff

Hi everyone,Just wanted to share a quick look at a Mobirelli Partner 430 machine running with the CNC PROTON controller (the orange unit).The system is fully integrated with LinuxCNC, focusing on high-speed real-time performance and stable motion control tailored for this hardware. Our controllers are production-ready, featuring custom front I/O board configurations for Mobirelli, Biesse Rover, Masterwood, and others. It’s designed as a "connect, configure, and go" solution for industrial retrofits.Video of the setup: I would love to hear your thoughts or answer any technical questions regarding the integration!
  • jjdege
  • jjdege's Avatar
25 Apr 2026 08:59

NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie

Category: NativeCAM

Hi,
What you're doing is fantastic. The installation is going well.
The simulations show great potential. Congratulations!
If I may make a point, looking at the video, I think it's better if the horizontal drilling unit
descends when it reaches its position. In the video, you can see it descending and then reaching its position.

That's just my opinion.

Thanks and congratulations again! 
  • axemas
  • axemas's Avatar
25 Apr 2026 08:14 - 25 Apr 2026 08:15

NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie

Category: NativeCAM

Hi everyone,

I’ve just uploaded a short demonstration of the NativeCAM (Python 3 / GTK3) port running on an industrial CNC machine. In this video, you can see it handling horizontal drilling operations smoothly.

The port is stable and performing well in a real workshop environment on LinuxCNC 2.9 / Debian 13.

Live demonstration: www.youtube.com/shorts/RL7QDfig8vQ

You can find the updated code here:
github.com/cnc-proton/nativecam-py3-gtk3

Feedback and testing are welcome!
  • aaronstone
  • aaronstone's Avatar
25 Apr 2026 08:08
Replied by aaronstone on topic Kinematics for XYZAB mill

Kinematics for XYZAB mill

Category: Advanced Configuration

Sir, I think that site has not been working for more than a year. If you need old pages or PDFs, those URLs may help you.

web.archive.org/web/20260000000000*/https://sa-cnc.com
github.com/Tpj-root/Linuxcnc_Kinematics/tree/main/Back_Up
  • sns5400
  • sns5400
25 Apr 2026 07:36
Replied by sns5400 on topic Kinematics for XYZAB mill

Kinematics for XYZAB mill

Category: Advanced Configuration

Hello, i try the source you describe sa-cnc.com but none of these are available
Maybe something is changed.

Is new information available

Thank you in advance
  • endian
  • endian's Avatar
25 Apr 2026 05:59
Replied by endian on topic LinuxCNC and Beckhoff AX5000 servo drives

LinuxCNC and Beckhoff AX5000 servo drives

Category: EtherCAT

Difference between 00 and 01 is bug at master/slave layer... If you will map everything at 00 it will works just few IDNs and main number of then will produce mess .. i do not know why it is that but its the fact ..

Second bug what many year ago was reported by @bkt or other skillfull user was that not supporting stuff mapping pdo is present and and mailbox is not changing... But it was fake data because main volume this ax5 have mapping pdos ON if an EEPROM does not tell you else....its just forgoten message from early days

I think its correct you can add other slave to your TC3 project.. give them naming with string length less than 16 chars and it will works well

Post command + output of you situation then here I can check it..

Thankfully we have that translator and its save anybody non nerdy in lcec one half life.. because I lost it too
 
  • tommylight
  • tommylight's Avatar
24 Apr 2026 19:37
Replied by tommylight on topic JetCad3 CAD/CAM

JetCad3 CAD/CAM

Category: Show Your Stuff

At least there is something free with the added explanation on how to maximize the use of that free version, so thank you for that.
  • tommylight
  • tommylight's Avatar
24 Apr 2026 19:30
Replied by tommylight on topic Tried Twice to start a thread, Failed

Tried Twice to start a thread, Failed

Category: Forum Questions

First post by new members must be approved by an Admin or Moderator, to prevent spam.
  • snowgoer540
  • snowgoer540's Avatar
24 Apr 2026 19:06
Replied by snowgoer540 on topic JetCad3 CAD/CAM

JetCad3 CAD/CAM

Category: Show Your Stuff

Yet another CAD/CAM software with a paid monthly subscription. 

No thanks, I'll take my candid feedback to FreeCAD and try to escape this endless loop of monthly subscription software.  

You realize you're talking to an open source community, right?
Displaying 121 - 135 out of 16861 results.
Time to create page: 0.204 seconds
Powered by Kunena Forum