Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
10 Mar 2025 19:56
  • rodw
  • rodw's Avatar
10 Mar 2025 19:53
Replied by rodw on topic QTplasmaC upgrade now huge latency

QTplasmaC upgrade now huge latency

Category: Computers and Hardware

I still use a Gigbyte Brix J1900 and its fine if you follow my Bookworm guide.
docs.google.com/document/d/1jeV_4VKzVmOI.../edit?usp=drive_link
You will have a Realtek NIC so be sure to install the dkms driver as I describe.
  • rodw
  • rodw's Avatar
10 Mar 2025 19:40

MBT -> GPT to reuse existing installation

Category: Installing LinuxCNC

Use a new SSD.
Bookworm is pretty good with UEFI but I think I would try installing Trixie to get any later enhancements now there is a beta ISO release
You should be able to install Linuxcnc with:
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev mesaflash
The dev package installs halcompile etc
 
  • workshop54
  • workshop54
10 Mar 2025 19:17 - 10 Mar 2025 19:18

Error when starting LinuxCNC: “undefined symbol: kinematicsSwitch”

Category: General LinuxCNC Questions

Thanks Todd,

It was actually much simpler. When watching the HAL tutorial from The Feral Engineer I noticed he had the following line at the top of his HAL file:
loadrt [KINS]KINEMATICS

That solved this issue for me.
  • PCW
  • PCW's Avatar
10 Mar 2025 18:52
Replied by PCW on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

What are the results of:

sudo chrt ping -i .001 -q -c 60000 10.10.10.10
(takes 1 minute)

and

lspci | grep -i eth

 
  • besriworld
  • besriworld
10 Mar 2025 17:34
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

I'm getting the error 5 times today.
joint 0 following error
Unexpected realtime delay on task 0 with period 1000000...
Could the delay be due to an electrical noise problem?

 
  • Aciera
  • Aciera's Avatar
10 Mar 2025 16:55
  • Aciera
  • Aciera's Avatar
10 Mar 2025 16:54
  • Todd Zuercher
  • Todd Zuercher's Avatar
10 Mar 2025 16:35
Replied by Todd Zuercher on topic QTplasmaC upgrade now huge latency

QTplasmaC upgrade now huge latency

Category: Computers and Hardware

The old Linuxcnc version would have been based on running a 32-bit version of Debian 7 (Wheezy) and depending on your hardware likely running the RTAI real time patched kernel. This worked well with many slower CPUs.

The latest versions of Linuxcnc's ISOs are based on 64-bit Debian 12 (Bookworm) and comes with a Preempt RT patched real time kernel. This system generally does not give good latency with slower CPUs. You may need to try to install an RTAI version. (I have not tried to get a current release of Linuxcnc running with RTAI so I can't be of much help there other than to point you to the documentation.)
linuxcnc.org/docs/stable/html/getting-st...#cha:Installing-RTAI
  • Todd Zuercher
  • Todd Zuercher's Avatar
10 Mar 2025 16:22 - 10 Mar 2025 16:24

Error when starting LinuxCNC: “undefined symbol: kinematicsSwitch”

Category: General LinuxCNC Questions

I think you might be missing some essential entries in the [TRAJ] section of your ini file and one that's there may be named wrong.

You have:
[TRAJ]

COORDINATES = X Y Z
NO_FORCE_HOMING = 1
MAX_LINEAR_VELOCITY = 100.0
DEFAULT_VELOCITY = 50.0


Try changing it to:
[TRAJ]

COORDINATES =  X Y Z
NO_FORCE_HOMING = 1
LINEAR_UNITS = inch
ANGULAR_UNITS = degree
DEFAULT_LINEAR_VELOCITY = 50.0
MAX_LINEAR_VELOCITY = 100.0
  • robh
  • robh
10 Mar 2025 16:15
Replied by robh on topic Joint Error After large rotary move

Joint Error After large rotary move

Category: General LinuxCNC Questions

Would be grate to get a driver update to 64bit i have done the job so so rush for me, once done i can test it out
because as i see it even if i reduce for half on the count , will only give 180 turns, twise as many parts output.
  • fabi0696
  • fabi0696
10 Mar 2025 15:41
Replied by fabi0696 on topic EL6731 changes cyclically to INIT status

EL6731 changes cyclically to INIT status

Category: EtherCAT

Okay, then I'll look for this post.

The other terminals, e.g. the EL7041 terminals, work straight away. Only the ProfiBus does not start straight away after a Koppler restart.

I have the current TC3 project here again. I have changed the file extension tnzip to zip so that I can upload it.

 

File Attachment:

File Name: LinuxcncNe...3-10.zip
File Size:195 KB
  • workshop54
  • workshop54
10 Mar 2025 15:24
Retrofit: Maho MH400E to LinuxCNC was created by workshop54

Retrofit: Maho MH400E to LinuxCNC

Category: Show Your Stuff

Retrofit: Maho MH400E naar LinuxCNC

Hi everyone,

I’ve recently started converting my Maho MH400E to LinuxCNC, and I’d like to share my progress here. I was inspired by RotarySMP—his posts gave me the courage to take on this project. Initially, I tried to get the original Philips control system working, but unfortunately, I couldn't get it to function. That led me to take the plunge and retrofit the machine with LinuxCNC.

Understanding the machine
To better understand how everything works, I fully translated the original manual into English. This has made it much easier to follow, especially when cross-referencing signals and system behavior.
Additionally, I’ve been diving into the control cabinet wiring and schematics, making sense of the machine's logic and how it all ties together.

Mesa hardware choices
RotarySMP used PCI-based Mesa cards, but since those are becoming outdated, I went with a different setup. After some research and trial and error, I decided on the following Mesa cards:
7i94T (Ethernet FPGA card)
7i77 (Analog servo interface)
7i84 (I/O expander)

So far, this combination seems to be working well, though I'm still troubleshooting some issues.

Current LinuxCNC setup
For now, I'm running LinuxCNC on an old laptop. It works, but eventually, I plan to upgrade to a dedicated PC.
As for the user interface, I’m currently leaning towards QtDragon, but that choice is still open for discussion.

What has been done so far:
1️⃣ Completely cleaned the machine (it was necessary!).
2️⃣ Organized the wiring in the control cabinet—technically not needed, but very satisfying.
3️⃣ Removed the original Philips CNC controller and monitor.
4️⃣ Translated the full machine manual into English.
5️⃣ Started analyzing the control cabinet logic and making sense of the schematics.

Current status of the Mesa cards/LinuxCNC setup:
✔️ I successfully established a connection with the 7i94T, which is in turn connected to the 7i77 via ribbon cable.
⚠️ However, I’m currently facing an issue, for which I have an open question on the forum.

I’ll be adding some photos of the machine and the Mesa cards soon. Looking forward to sharing more progress and learning from the community!
  • low-blip
  • low-blip
10 Mar 2025 15:15
Replied by low-blip on topic GladeVCP and venv?

GladeVCP and venv?

Category: GladeVCP

Did you figure it out? I want to use a Rust library in my VCP, but I only know how to install it as a package in a virtual environment.
  • workshop54
  • workshop54
10 Mar 2025 15:06

Error when starting LinuxCNC: “undefined symbol: kinematicsSwitch”

Category: General LinuxCNC Questions

Hi everyone,

I’ve been stuck on this issue for quite a while now and I cannot figure out what’s going wrong. I’m very new to LinuxCNC, but I’ve been programming for quite a few years (and I feel like a junior dev all over again! ).

I’m getting an error when trying to run LinuxCNC with my linuxcnc.ini file. I hope someone can help explain what’s going on and how to fix it.

Here is the output when I start LinuxCNC:
johan@LinuxCNC:~/linuxcnc/configs/maho_mh400e$ linuxcnc linuxcnc.ini
LINUXCNC - 2.9.4
Machine configuration directory is ‘/home/johan/linuxcnc/configs/maho_mh400e’
Machine configuration file is ‘linuxcnc.ini’
Starting LinuxCNC…
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Note: Using POSIX realtime
Found file(REL): ./maho_mh400e.hal
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: 192.168.1.121: INFO: Hardware address (MAC): 00:60:1b:18:80:0f
hm2_eth: discovered 7I94T
hm2/hm2_7i94.0: Low Level init 0.15
hm2/hm2_7i94.0: Smart Serial Firmware Version 43
Board hm2_7i94.0.7i77.0.1 Hardware Mode 0 = standard
Board hm2_7i94.0.7i77.0.1 Software Mode 0 = analogout_enables
hm2/hm2_7i94.0: 42 I/O Pins used:
...
motmod: dlopen: /usr/lib/linuxcnc/modules/motmod.so: undefined symbol: kinematicsSwitch
./maho_mh400e.hal:7: waitpid failed /usr/bin/rtapi_app motmod
./maho_mh400e.hal:7: /usr/bin/rtapi_app exited without becoming ready
./maho_mh400e.hal:7: insmod for motmod failed, returned -1
Shutting down and cleaning up LinuxCNC...
hm2_eth: in hm2_eth_reset
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
LinuxCNC terminated with an error. You can find more information in the log:
    /home/johan/linuxcnc_debug.txt
    /home/johan/linuxcnc_print.txt
as well as in the output of ‘dmesg’ and in the terminal.

Has anyone encountered this before? I suspect it’s related to the motmod module, but I’m not sure how to resolve it.

I’ve attached the relevant configuration and log files:

File Attachment:

File Name: linuxcnc_info.txt
File Size:3 KB

File Attachment:

File Name: linuxcnc.ini
File Size:1 KB

File Attachment:

File Name: maho_mh400e.hal
File Size:2 KB

File Attachment:

File Name: linuxcnc_debug.txt
File Size:0 KB

File Attachment:

File Name: linuxcnc_print.txt
File Size:1 KB


Any help would be greatly appreciated!
Displaying 17956 - 17970 out of 18523 results.
Time to create page: 2.214 seconds
Powered by Kunena Forum