Advanced Search

Search Results (Searched for: )

  • jlennox
  • jlennox
21 Jul 2025 13:16
Replied by jlennox on topic Control panel for Gmoccapy

Control panel for Gmoccapy

Category: Gmoccapy

Very neat design you have.

What keycaps are you using and how are you doing the symbols / lettering, laser engraving?
  • krille
  • krille
21 Jul 2025 12:45

Raspberry p15 and linuxcnc 2.9.4 spindle speed

Category: Installing LinuxCNC

Hello I have Raspberry pi 5 and byte 2 bot hat on my mill and it works very fine and now i try to convert it to my lathe with a problem with the spindle speed reading and the index and phase a for cutting thread in the lathe . I have tried to read and understand the Hal mystery with a minor of luck . In Hal Meter i there are a signal at => lowpass.0.in but reading zero at  lowpass.0.out  => abs.0.in pyvcp_options.hal . Can somone helpfull help me with this problem / krister
  • stegrg
  • stegrg
21 Jul 2025 12:22
Hal Config 5i24+7i52+8i20 was created by stegrg

Hal Config 5i24+7i52+8i20

Category: Driver Boards

Hello,
I'm trying to find a simple HAL file to configure Hudson BLDC motors in qhi mode.  I have them running in h mode and qh mode, but I can't seem to get it running in qhi mode.  When I run it in qhi mode, the motor seems to spin only in h mode and doesn't switch to qi mode.  Does anybody have a simplified HAL file test script similar to the ones used in the following link for qhi mode?

forum.linuxcnc.org/forum/39-pncconf/2721...ting-up-5i257i858i20
Regards,
  • JT
  • JT's Avatar
21 Jul 2025 11:43 - 21 Jul 2025 15:58
Spindle Docs was created by JT

Spindle Docs

Category: LinuxCNC Documents

linuxcnc.org/docs/stable/html/getting-st...tion_files_for_2_9_y

Shows 4 configuration options for the ini file that don't limit the spindle rpm in any way, are these for master only?
4.1. Spindle limits in the INIIt is now possible to add settings to the [SPINDLE] section of the INI file

MAX_FORWARD_VELOCITY = 20000 The maximum spindle speed (in rpm)

MIN_FORWARD_VELOCITY = 3000 The minimum spindle speed (in rpm)

MAX_REVERSE_VELOCITY = 20000 This setting will default to MAX_FORWARD_VELOCITY if omitted.

MIN_REVERSE_VELOCITY = 3000` This setting is equivalent to MIN_FORWARD_VELOCITY but for reverse spindle rotation. It will default to the MIN_FORWARD_VELOCITY if omitted.

JT
  • Aciera
  • Aciera's Avatar
21 Jul 2025 11:08
Replied by Aciera on topic (solved) python error on startup

(solved) python error on startup

Category: General LinuxCNC Questions

As the error message indicates:
print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

Is invalid syntax for python 3. Possibly you imported the 'nc_files' folder from an older version of linuxcnc?

You might want to replace your "nc_files/remap_lib" folder with the one available here:

github.com/LinuxCNC/linuxcnc/tree/2.9/nc_files/remap_lib
  • Todd Zuercher
  • Todd Zuercher's Avatar
21 Jul 2025 11:02

Linuxcnc 2.4.5 with Ubuntu 10.04, Correct file path or structure ?

Category: General LinuxCNC Questions

In the zip file you posted the only "extra" unneeded files I see are all of ones ending in ".halscope". You can safely delete all of those without causing any harm.

As to your issues with booting to live media or reinstalling Linuxcnc. You probably need to turn off those protections in the computer bios, and to do that may require the password to enter the bios editor. If you've forgotten the password, it might be possible to reset this by removing the cmos battery, to return the bios to its default settings.
  • Todd Zuercher
  • Todd Zuercher's Avatar
21 Jul 2025 10:30
Replied by Todd Zuercher on topic Axis Modifications

Axis Modifications

Category: AXIS

I've also found the included file browsing/file open ap within Axis to be very limiting to use. The work around we often used was to use the file browser of your choice on your Linux desktop to find the g-code file you want to run, then with a right mouse click use the "axis-remote" command to open to open the g-code file in Axis directly from the file browser. This was especially helpful when wanting to run files saved in network directories that you could not easily find or access using file open in Linuxcnc.

I don't know if this works using other Linuxcnc GUIs or if any of the other GUIs offer an equivalent command to axis-remote that can be used to open a g-code file from another file browser.
  • jochen91
  • jochen91
21 Jul 2025 10:09

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I got bad news from the spindle repair shop. They gave me an estimated quote of 8-10k€,,, thats a little bit to much. I think I need do it on my own. 

Need to watch some Robin Renzetti videos to get in the mood to touch that thing ;)

My plan is to replace the bearings on my own and than search for a service provider, that can regrind the taper on the machine. 
  • zzrzzr
  • zzrzzr
21 Jul 2025 09:53
Replied by zzrzzr on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac

Thanks a lot for your replies.

The stahlwerk-plasmacutters look good.
 
I already have a THCAD10 that I use for my hypertherm powermax 1000g3, but the cut quality on the hyptherm is not the best because there is a thermal dynamics-torch mounted on the machine and it doesn't cut without an angle at 10mm steel (2mm bevel to the other side). I already changed most of the parts exept the starter cartrigde, and if I can't get it to work properly I need to buy another plasma-machine. 

So I could change the Plasmacutter and still use the THCAD-10 if I add series resistors.
Maybe you can explain which exact resistor(s) I need and how exactly the resistors should be added to the plasma-cutter ? I
Somewhere I read that the THCAD should not be placed inside the controller-box ? Is that right ? So where should I put the THCAD 10 and the resistors ? 

Thanks
  • ChironFZ16
  • ChironFZ16's Avatar
21 Jul 2025 08:23 - 21 Jul 2025 08:23

Installation 2.9.4 Debian Bookworm Preempt-RT ISO // Probleme

Category: Deutsch

Ich hatte das gleiche Problem und mit sudo dpkg -P raspi-firmware gelöst
  • peterdownunder
  • peterdownunder
21 Jul 2025 07:28 - 21 Jul 2025 07:29
Replied by peterdownunder on topic (solved) python error on startup

(solved) python error on startup

Category: General LinuxCNC Questions

Also just realised that when I start with the remap line in the ini file commented out the error still occurs, without the 2 lines after "Python plugin configure() failed, status = -11"
  • G0G53Z148
  • G0G53Z148's Avatar
21 Jul 2025 07:18
Replied by G0G53Z148 on topic Mesa Auswahl für größeres Projekt

Mesa Auswahl für größeres Projekt

Category: Deutsch

ich danke dir für die bestätigung das mit dem smart serial versteh ich zwar noch nicht wenn man´s aber nur wie du schreibst nur einstellen braucht :) wird das schon laufen irgendwie

Ein schönes Projekt ist es auf jedenfall und danke für dein angebot mich an dich wenden zu dürfen :)
  • peterdownunder
  • peterdownunder
21 Jul 2025 07:14 - 21 Jul 2025 07:22
(solved) python error on startup was created by peterdownunder

(solved) python error on startup

Category: General LinuxCNC Questions

 

File Attachment:

File Name: change.ngc
File Size:2 KB
Went to startup linuxcnc today and am getting the following error

Found file(REL): ./custom.hal
initialize: module '/home/peter/cnc/taigmesa/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/peter/cnc/taigmesa/python/toplevel.py", line 19, in <module>
import remap

File "python/remap.py", line 19, in <module>
from stdglue import *

File "python/stdglue.py", line 59

print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

^

SyntaxError: invalid syntax

Interp ctor: can't instantiate Python plugin
initialize: module '/home/peter/cnc/taigmesa/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/peter/cnc/taigmesa/python/toplevel.py", line 19, in <module>
import remap

File "python/remap.py", line 19, in <module>
from stdglue import *

File "python/stdglue.py", line 59

print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

^

SyntaxError: invalid syntax

Python plugin configure() failed, status = -11
Python plugin required for prolog=, but not available: 78:REMAP = M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog
Python plugin required for epilog=, but not available: 78:REMAP = M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog

emc/task/emctaskmain.cc 3084: can't initialize interpreter 

If I comment out the
REMAP=M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog
from my ini file all is well, but obviously no tool change.
With it in it eventually starts up after the error above but is unusable.

Chacking against git history show no significant changes that I can see.

Linuxcnc version 2.9.3
UI is Gmoccapy
Python version is 3.7.3

Unsure where to start.
  • Benb
  • Benb's Avatar
21 Jul 2025 04:03

Inverting jogging sense of X Axis on a VistaCNC P1A-S pendant

Category: HAL

I looked at the official site for this pendant and the hal file is similar to yours. 
Try this: I just flipped vc-p1as.jog.0.minus and vc-p1as.jog.0.plus   
net jog.0.cont-plus       vc-p1as.jog.0.minus           halui.axis.x.plus         halui.joint.0.plus 
net jog.0.cont-minus     vc-p1as.jog.0.plus              halui.axis.x.minus     halui.joint.0.minus
I this does not work perhaps you could double check the pendant configuration for errors.
  • jor
  • jor's Avatar
21 Jul 2025 01:32

How to install kernel patch? (Moschip 9900)

Category: Installing LinuxCNC

I found how to "enable" the parport without reboot with
echo 1 | sudo tee /sys/bus/pci/devices/0000:03:00.0/enable
which removes the "disabled" from lspci -v

but it doesn't cause the stepper to work again unless I reboot. Also, i was jogging before at low speed. I tried with higher speeds and it still has alot of that "pausing" going on even though latency is now like 4000. Plus, on starting my configuration it still has "error : unexpected realtime delay on task 1... run the latency test..."
Displaying 11221 - 11235 out of 17851 results.
Time to create page: 0.299 seconds
Powered by Kunena Forum