Advanced Search

Search Results (Searched for: )

  • Dragan
  • Dragan
10 Oct 2025 20:37

NEW BUILD, need help with e-stop in tklinuxcnc

Category: Basic Configuration

c@raspberrypi:~/linuxcnc/configs/microcarve$ LINUXCNC - 2.9.6
Machine configuration directory is '/home/cnc/linuxcnc/configs/microcarve'
Machine configuration file is 'microcarve.ini'
Starting LinuxCNC...
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Note: Using POSIX realtime
Found file(REL): ./microcarve.hal
task: main loop took 0.100768 seconds
task: main loop took 0.113741 seconds
task: main loop took 0.140260 seconds



this is what i get running it from commandline. task: main loop ........
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:34
Replied by andypugh on topic Axis configuration not fully working on 2.9.6

Axis configuration not fully working on 2.9.6

Category: AXIS

Can you report this problem on the issue tracker?

github.com/LinuxCNC/linuxcnc/issues
  • PCW
  • PCW's Avatar
10 Oct 2025 20:30 - 10 Oct 2025 20:32

NEW BUILD, need help with e-stop in tklinuxcnc

Category: Basic Configuration

if this:

net estop-loop =>iocontrol.0.user-enable-out
net estop-loop => iocontrol.0.emc-enable-in

does not work, it's most likely because you have
estop-loop connected to another pin in the hal file.

Starting LinuxCNC from the command line will show the actual error.
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:27
Replied by andypugh on topic XHC-WHB04B-04 Got it working

XHC-WHB04B-04 Got it working

Category: Advanced Configuration

it's almost like multiprocess welders, unless you drop some serious money, you're compromising. 
 

Off-topic but I am impressed with the multiprocess welder at my local Hackspace. It allows you to keep both MIG and TIG torches permanently connected and has separate gas input spigots for each process gas. 
You are not wrong about the "serious money" part, though. 

parweld.com/product/xtm211di/

(#notsponsored :-) )
  • Dragan
  • Dragan
10 Oct 2025 20:19

NEW BUILD, need help with e-stop in tklinuxcnc

Category: Basic Configuration

axis not working over vnc in my setup,

net estop-loop =>iocontrol.0.user-enable-out
net estop-loop => iocontrol.0.emc-enable-in

this is resulting in tklinuxcnc not starting, maybe its working with older software versions.
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:16
Replied by andypugh on topic NEW BUILD, need help with e-stop in tklinuxcnc

NEW BUILD, need help with e-stop in tklinuxcnc

Category: Basic Configuration

Oh, and why tklinuxcnc? There's nothing wrong with it, but it's rather outmoded and hasn't had a lot of developer attention for a while.
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:10
Replied by andypugh on topic NEW BUILD, need help with e-stop in tklinuxcnc

NEW BUILD, need help with e-stop in tklinuxcnc

Category: Basic Configuration

net estop-out =>iocontrol.0.user-enable-out
net estop-in => iocontrol.0.emc-enable-in

 

I think these need to be the same signal name to work as described. Try:
net estop-loop =>iocontrol.0.user-enable-out
net estop-loop => iocontrol.0.emc-enable-in

(note that the signal name is nothing special, there is no significance in changing it to loop, other than clarity. The important thing is that it should be the same name on both lines) 
 
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:06
Replied by andypugh on topic Strugling with installation

Strugling with installation

Category: Installing LinuxCNC

Is this with the LinuxCNC install image?
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:03

Button on Linuxcnc interface that switches an output on Mesa 7i76e on and off

Category: GladeVCP

If your Glade UI element is of type "Hal button" then the HAL pin will be created automatically and no handler file is needed.

(This is stated with 93% confidence, I don't have easy access to a LinuxCNC machine at the moment to test this assertion)
  • Fred G
  • Fred G
10 Oct 2025 20:01
Replied by Fred G on topic Gmoccapy tool setter install "errors"

Gmoccapy tool setter install "errors"

Category: General LinuxCNC Questions

[Gmoccapy.GMOCCAPY.GETINIINFO][[33mWARNING[0m] No DEFAULT_SPINDLE_SPEED entry found in [DISPLAY] of INI file (getiniinfo.py:282)
[Gmoccapy][[33mWARNING[0m] No virtual keyboard installed, we checked for <onboard>. Try 'sudo apt-get install onboard'. (gmoccapy:2112)
gmoccapy_postgui.hal:24: Pin 'gmoccapy.toolchange-change' was already linked to signal 'tool-change-request'
10530
  • andypugh
  • andypugh's Avatar
10 Oct 2025 20:00
Replied by andypugh on topic Axis control via ModbusTCP

Axis control via ModbusTCP

Category: General LinuxCNC Questions

If you have proved that you can control the drive from Python then I would suggest carrying on with that.
You can "import linuxcnc" and "import hal" into your Python script then create HAL pins to recieve the position commands from HAL.

linuxcnc.org/docs/stable/html/config/python-interface.html
linuxcnc.org/docs/stable/html/config/python-hal-interface.html
  • nanowhat
  • nanowhat
10 Oct 2025 19:47

Ethercat drives not responding, mesa error finishing read

Category: EtherCAT

I can try it, but since ethercat at the command line (linuxcnc isn't even running) shows ~50% lost uploads, what's the point?

I don't think this is a linuxcnc problem, but rather some networking or drive problem.
  • andypugh
  • andypugh's Avatar
10 Oct 2025 19:40
Replied by andypugh on topic MPG pendant interface 7I96s

MPG pendant interface 7I96s

Category: HAL

I think that the problem is inconsistent HAL signal naming.

You have
net joint-select-a     <=  hm2_7i96s.0.inm.00.input-01
Then later in the file:
net axis-select-x  halui.axis.x.select

You need to connect the hm2_,,, pins to the halui.... (and motion....) pins.
Use the same signal name (the first term after "net") to link:

hm2_select pin / axis.L.jog-enable / joint.N.jog-enable

hm2_mpg_counts / axis.L.jog-counts / joint.N.jog-counts

You will also need to work out logic to set the scale:

(probably a mux block) axis.L.jog-scale joint.N.jog-scale

For initial testing, try:
net jog-scale => axis.X.jog-scale joint.0.jog-scale
net jog-scale => axis.Y.jog-scale joint.1.jog scale
net jog-scale => axis.Z.jog-scale joint.2.jog-scale
setp jog-scale 0.1

(change the setp to 0.01 if using inches)

If that works, then configure the jog scale (but to help with that we wiuld need to know whether the MPG binary-codes the speed selector or has a pin for each speed)

(This is using the pins from "motion" which are slightly preferable to the halui pins. However HALUI supports analog jog mode, so has its uses.)

linuxcnc.org/docs/stable/html/man/man9/motion.9.html
  • CarbonNater
  • CarbonNater
10 Oct 2025 19:35
Replied by CarbonNater on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

Looks like mine has two sensors for the tool turret and the z limit switch.
  • Dave3891
  • Dave3891
10 Oct 2025 19:29
FlexGui custom buttons was created by Dave3891

FlexGui custom buttons

Category: Other User Interfaces

Hi,
I am working on a FlexGui for a waterjet and I want to have some custom buttons that call hal and emc functions. 
I see I can import a python module and do the "from functools import partial" to get the parent, but does the parent also pass access to hal and emc?

I am trying to make a custom stop button that will turn off some hal output pins with hal.set_p() and then call emc.abort() in python so it will turn off the jet and sand when pressed. I also need to make one that will pause by setting the hal pins off and setting the motion.adaptivefeed to 0.

Any help would be appreciated
Displaying 181 - 195 out of 22890 results.
Time to create page: 0.575 seconds
Powered by Kunena Forum