Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
25 May 2026 21:40 - 25 May 2026 23:01

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

Is this possibly Plasma/EMI related?

That is, do you still get communication loss when the Plasma source is off?
  • Ismacr63
  • Ismacr63
25 May 2026 21:35
Replied by Ismacr63 on topic Jumping motion with XHC-WHB04B pendant

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

I can't help with a fix, but it might help to work out where the fix belongs.
Try plotting the position-cmd in Halscope to see if the problem is in the commands from the WHB or is inside HAL itself.

I'm attaching a short video and my configuration files. I've been trying to use Halscope but I still don't quite understand it. Tomorrow with more time I'll give it another try.

youtube.com/shorts/L8vz-2Y_pZM?feature=share
  • RMJ fabrication
  • RMJ fabrication
25 May 2026 21:14

Ethernet connection to Mesa 7i76e disconnecting on its own after one minute

Category: Plasmac

  I ran pnconf wizard and made a configuration for my CNC plasma table. I am able to home and jog my machine for about a minute until I get this error. 
It seems like the ethernet connection is disconnecting on its own somehow. Any ideas on how I could get the ethernet to stay connected so I can use my machine.
  • djdelorie
  • djdelorie
25 May 2026 20:04
Replied by djdelorie on topic Probe tripped during non-probe move deadlock

Probe tripped during non-probe move deadlock

Category: General LinuxCNC Questions

I have a probe that bounces during the G0 move away after probing.
  • 5_Zylinder
  • 5_Zylinder
25 May 2026 19:13 - 25 May 2026 19:19
Replied by 5_Zylinder on topic Hurco BMC 30 AP

Hurco BMC 30 AP

Category: CNC Machines

I replaced the optocoupler, and the output is working again.I attempted to set up the tool changer. Unfortunately, I keep receiving the following error messages when starting LinuxCNC. Attached is my .ini file.
  • andypugh
  • andypugh's Avatar
25 May 2026 18:49
Replied by andypugh on topic Probe tripped during non-probe move deadlock

Probe tripped during non-probe move deadlock

Category: General LinuxCNC Questions

I don't think that a better debounce is the solution. We really ought to be able to solve this in the base code. Unless you have a probe that ounces after the machine has stopped moving.
  • andrax
  • andrax's Avatar
25 May 2026 17:30
Replied by andrax on topic Jumping motion with XHC-WHB04B pendant

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

You may have set the deceleration and acceleration ramps too steeply 
  • andypugh
  • andypugh's Avatar
25 May 2026 17:28

EtherCat with LinuxCNC using 3/3 4.4kw and 1.5kw servo motors all 3 phase

Category: EtherCAT

The controller doesn't care about the size of the motors, and there are many working EtherCAT systems out there running LinuxCNC.

You probably want to be running the master / dev version of LinuxCNC at the moment as there are various new features aimed at EtherCAT in there (for example the ability to run a initialisation step in the drivers as soon as realtime starts).
  • andypugh
  • andypugh's Avatar
25 May 2026 17:25
Replied by andypugh on topic ABB IRB140

ABB IRB140

Category: CNC Machines

First see if you can work out or find documented the Denavit-Hartenberg parameters for the robot.
Also look at the sample robot configs which include a visualisation of the robot, For example:
linuxcnc/configs/sim/axis/vismach/puma/ in the config picker.
  • andypugh
  • andypugh's Avatar
25 May 2026 17:18

New forum member needs help to get startet with LinuxCNC

Category: Basic Configuration

Have you tried creating a config with either the built-in PnCConf wizard, or the MesaCT wizard?

linuxcnc.org/docs/stable/html/config/pncconf.html

github.com/jethornton/mesact
  • andypugh
  • andypugh's Avatar
25 May 2026 17:12
Replied by andypugh on topic Jumping motion with XHC-WHB04B pendant

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

I can't help with a fix, but it might help to work out where the fix belongs.
Try plotting the position-cmd in Halscope to see if the problem is in the commands from the WHB or is inside HAL itself.
  • andypugh
  • andypugh's Avatar
25 May 2026 17:09
Replied by andypugh on topic NVUM/NVEM 4 - SP Board Connector

NVUM/NVEM 4 - SP Board Connector

Category: Computers and Hardware

If you can measure the pitch then you might be able to find it here:
connectorbook.com/identification.html?N=..._full_size_rect_conn

But it looks like standard 0.1" pitch so many things might fit. I would try the "dupont" style.
connectorbook.com/identification.html?N=&n=shroudless_plugs
  • aaron
  • aaron
25 May 2026 16:18 - 26 May 2026 14:14
Replied by aaron on topic Setting up a touch screen

Setting up a touch screen

Category: General LinuxCNC Questions

On the top Right menu of the boot screen I have options for: 
Default Xsession
Gnome classic on Xorg
Gnome Classic
Gnome on wayland
Xfce Session
Only the Default Xsession and the Xfce session works. The others give me a white screen that says "Oh no. Something has gone wrong and the system cannot recover. Please log out and try again". There is also a sweet little icon of a computer screen and a sad face. Much of the googling I have done suggests that onboard only works with a few window managers.
Thanks again
  • my1987toyota
  • my1987toyota's Avatar
25 May 2026 16:16
Replied by my1987toyota on topic Brilliant Bambu Lab

Brilliant Bambu Lab

Category: Off Topic and Test Posts

  • spumco
  • spumco
25 May 2026 15:59

Stepperonline A6 Ethercat - Digital IO [SOLVED]

Category: EtherCAT

Got the inputs figured out.

1.  Program drive so all inputs are 'no function assigned'

2. Change xml input address HAL name:
<pdoEntry idx="60FD" subIdx="00" bitLen="32" halPin="digitalinputs" halType="u32"/>

3. Add bitslice to HAL, using the bit chart from the servo manual:
loadrt bitslice count=1 personality=32
addf    bitslice.0              servo-thread    #DRIVE IO

net DI-X-IN     <=  lcec.0.A6.digitalinputs
net DI-X-IN     =>  bitslice.0.in

net DI-X-IN-16  <=  bitslice.0.out-16
net DI-X-IN-17  <=  bitslice.0.out-17
net DI-X-IN-18  <=  bitslice.0.out-18
net DI-X-IN-19  <=  bitslice.0.out-19
net DI-X-IN-20  <=  bitslice.0.out-20

Now I can press buttons connected to the drive and all five inputs react in halshow.  Rather exciting...

Next step is to see if I can fumble through changing the PDOs to 'fixed' and somehow map the outputs.

Anyone have a clue what 'sub-index 1' means?
 
Displaying 76 - 90 out of 15649 results.
Time to create page: 0.542 seconds
Powered by Kunena Forum