Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
14 May 2026 03:49
Replied by cmorley on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

I just added the ability to clear the display and shutdown the screen with HAL pins to hal_bridge.

It's a start.
  • rodw
  • rodw's Avatar
13 May 2026 23:21
Replied by rodw on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

Note 2:I would ask you to investigate whether Debian, the base thread and the servo thread can each be assigned to a single CPU core.This would further improve stability.This is also done by Beckhoff and Codesys.It makes their runtime independent of the operating system and guarantees real-time capability. 

Yes, I believe this is the correct approach but I've never run a base thread or looked at the thread instantiation code in detail. :)
With a single isolated core (normal case) both threads should end up there.

Ethercat and Mesa configs should not need a base thread
  • tommylight
  • tommylight's Avatar
13 May 2026 21:24
Replied by tommylight on topic Brilliant Bambu Lab

Brilliant Bambu Lab

Category: Off Topic and Test Posts

Could this become the snowball that starts the avalanche?

I really hope so.

Do I dare hope for a world NOT overrun by big corporate subscriptions ? 

This is happening, no matter what, they are paying huge amounts of money to shove anything and everything down our throats, and we are just taking it.
Until humans learn to control themself and boycott any such stupidity, we are screwed.
  • tommylight
  • tommylight's Avatar
13 May 2026 21:17

No unhoming after emergency-stop or limit-sw trigger

Category: General LinuxCNC Questions

For the door, it is better to use feed-inhibit or motion-is-enabled or machine-is-on, of the top of my head, as those do not require homing but should stop the machine.
E-stop should definitely not be used for it.
  • Ismacr63
  • Ismacr63
13 May 2026 20:30
Jumping motion with XHC-WHB04B pendant was created by Ismacr63

Jumping motion with XHC-WHB04B pendant

Category: Basic Configuration

I have an XHC-WHB04B pendant set up and everything works pretty well, except that when I turn the wheel in continuous mode it moves in jerks/jumps, while in step mode it moves smoothly. Is there any way to avoid the jumps in continuous mode?
  • djdelorie
  • djdelorie
13 May 2026 19:39
Replied by djdelorie on topic 7i84U sink/source

7i84U sink/source

Category: Driver Boards

isnt backwards.

Bit 0 (port 0) is 0x0001 and bit 15 (port 15) is 0x8000, because the "first" bit is on the right.
 
  • andrax
  • andrax's Avatar
13 May 2026 18:17
Replied by andrax on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

Thank you very much for all your hard work. I’ve been following this thread the whole time, and now that the changes are being incorporated into the official repository, I’ll update my repositories and test the new EtherCAT HAL driver.Note 1:From what I’ve read, there does appear to be a dependency between the software and hardware.Note 2:I would ask you to investigate whether Debian, the base thread and the servo thread can each be assigned to a single CPU core.This would further improve stability.This is also done by Beckhoff and Codesys.It makes their runtime independent of the operating system and guarantees real-time capability. 
  • 5_Zylinder
  • 5_Zylinder
13 May 2026 18:13
Replied by 5_Zylinder on topic Hurco BMC 30 AP

Hurco BMC 30 AP

Category: CNC Machines

A quick update from my end: I replaced the two components on the encoder board, but unfortunately, the encoder signal is still not being processed. Without a schematic, I really don't know where else to look.

I'm still waiting for the optocoupler so I can get the second board back up and running.
  • tommylight
  • tommylight's Avatar
13 May 2026 17:08
Replied by tommylight on topic New To The Forum

New To The Forum

Category: General LinuxCNC Questions

Welcome, and feel free to ask and wander about, i would suggest you start with the "show your stuff" section of the forum, plenty of eye candy there.
  • haasst25cnc
  • haasst25cnc
13 May 2026 14:42
New To The Forum was created by haasst25cnc

New To The Forum

Category: General LinuxCNC Questions

I recently stumbled upon this forum and the whole Linux based machining process.  I mentioned this to one of the upper management folks, I was told to do some research and see if it might be something that could be integrated.  So here I am.  Looking forward to this adventure.  
I first learned of Linux operating systems ten years ago or so, when I saw a Linux magazine with an Ubuntu operating system and how to install.  However I am not very skilled or adept at keeping up with ever changing technologies and so forth.  The core concept of Linux and open source principles really is something that caught my attention.  Anyways thanks for being here y'all and thanks for having me as a part of this organization.  Have a great day.
  • Twitchy88
  • Twitchy88
13 May 2026 14:00
Replied by Twitchy88 on topic 7i84U sink/source

7i84U sink/source

Category: Driver Boards

thanks for your help! I got the outputs working.
  • MiMaMoadlo
  • MiMaMoadlo
13 May 2026 13:44

No unhoming after emergency-stop or limit-sw trigger

Category: General LinuxCNC Questions

But now I have another problem.

I would like to add a door switch that triggers and Estop so nobody can access the machine while running. But the door switch will also be triggered when the machine is in idle and therefore I would have to home the machine every time the door has been opened.

Is there a way to unhome the axis only when the estop happened while an axis was moving?
  • JT
  • JT's Avatar
13 May 2026 13:05
HAL Watch Labels was created by JT

HAL Watch Labels

Category: Flex GUI

I just added HAL watch labels so you can monitor the status of any HAL pin in a Flex GUI. You simply add two Dynamic Properties to a QLabel and that's it.



JT
  • my1987toyota
  • my1987toyota's Avatar
13 May 2026 11:19
Replied by my1987toyota on topic Brilliant Bambu Lab

Brilliant Bambu Lab

Category: Off Topic and Test Posts

Could this become the snowball that starts the avalanche?
Do I dare hope for a world NOT overrun by big corporate subscriptions ? 
  • stenly
  • stenly
13 May 2026 08:21

EtherCAT Communication Issues, Lost Frames, Interruptions in Program Execution

Category: EtherCAT

2 years later nearly and I managed to fix the issue after previously having nearly written the machine off as impossible to rescue.

I simply removed all PDOs that I do not use in my HAL from the EtherCAT XML. Seriously. That was it. `ethercat pdos` lists many entries and my colleague had populated the XML with all of them previously. Turns out, for this hardware, defining the ones you don't plan on using is a mistake.

Along the way I applied countless other fixes too, including changing the I/O control module to a Beckhoff EK unit, so I can't promise the fix wasn't a compound of everything I tried, but removing the PDOs was what made it click in the end. Everything else was way too numerous and way too long ago for me to recount and list here, sadly.

Another thing worth mentioning is that I found an old doc in the original hard drive of the machine that told me the PLL errors I had in dmesg were because of the 60C2 SDO. The slaves would not display its contents for some reason, but I was able to write raw data in it from the XML just fine.

Posting this so that it may potentially help someone in the future that is also dealing with undocumented Chinese hardware.
Displaying 76 - 90 out of 16028 results.
Time to create page: 0.496 seconds
Powered by Kunena Forum