Advanced Search

Search Results (Searched for: )

  • Esaber
  • Esaber
Today 21:15
Replied by Esaber on topic Esab Ultrarex UXD-P2000 Upgrade Project

Esab Ultrarex UXD-P2000 Upgrade Project

Category: Plasma & Laser

I put an old working backup of the ini and hal files just in case. Same outcome. The x and y encoders do read fine when moved by hand.
  • langdons
  • langdons
Today 20:31

[Unresolved (gave up)]Bios error during lcnc start

Category: Computers and Hardware

I think the card needs to be installed during the installation.

That way, its kernel module will be loaded during boot-up.
  • langdons
  • langdons
Today 20:18 - Today 20:20
Replied by langdons on topic Grizzly G1006 with Servos

Grizzly G1006 with Servos

Category: Show Your Stuff

Never trust AI.

It is totally unreliable.

(people are unreliable too, but AI is unpredictably unreliable)

BTW, you can buy a PCIe or PCI parallel port card for very little money.
www.sunix.com/en/product.php?cid=1&gid=5

Why can't the old PC run LinuxCNC?

Did you try older versions of LCNC?

www.linuxcnc.org/iso/ubuntu-10.04-linuxcnc3-i386.iso
www.linuxcnc.org/iso/linuxcnc-2.7.14-wheezy.iso

You can always put a new HDD in an old PC.

However, if you want to control the machine your way, that is also a good option.

It's up to you.
  • tanelurmas3
  • tanelurmas3
Today 19:59

Bitcoin Scam Busted: Hacker Retrieves Funds for Victims

Category: General LinuxCNC Questions

⭐️⭐️⭐️⭐️⭐️
Awesome Job by iBOLT CYBER HACKER!

Incredible efforts of iBolt Cyber Hacker team just blew my mind.n a time when so many people are falling victim to crypto scams with little to no hope of recovery, this story gives people real hope. The way they tracked, identified, and recovered stolen Bitcoin is nothing short of brilliant. It's rare to see this level of ethical hacking and dedication to justice in the crypto space.

Kudos to iBolt for not only exposing the scam but also helping victims get their hard-earned money back. This is exactly the kind of cybersecurity heroism the world needs more of!

Email: info @ iboltcyberhack . org/
Whatsapp: https: //wa. me/‪+393511053619‬
Telegram: t. me/iboltcyberhackservice
Website: htt ps:// iboltcyberhack . org/
  • PCW
  • PCW's Avatar
Today 19:06
Replied by PCW on topic Esab Ultrarex UXD-P2000 Upgrade Project

Esab Ultrarex UXD-P2000 Upgrade Project

Category: Plasma & Laser

If you did not change anything in the hal/ini files, this points to a hardware failure of some kind.

Do the encoders still read the axis position if you move them by hand?

 
  • GDTH
  • GDTH's Avatar
Today 17:45

Hot reload/update carousel probe basic

Category: QtPyVCP

Hi,
I'm wondering if I'm missing something with
probe basic
, or if it's possible to change or add functionality to it.In previous systems using Heidenhain, I could specify which tool is in which pocket. This made it easy to swap out the entire tool carousel. I was hoping I could achieve something similar here—possibly by modifying the
tool.tbl
file.I'm currently building a list of tools as follows:
  • Tools 0–98: Standard tools
  • Tool 99: Probe
  • Tools 101–106: Separate pneumatic spindles
I've tried looking around for something that supports this kind of setup, but haven't found anything that matches what I'm trying to do. Any guidance or suggestions would be appreciated!
  • GDTH
  • GDTH's Avatar
Today 17:35

[Unresolved (gave up)]Bios error during lcnc start

Category: Computers and Hardware

Thank you for the help. After looking into some more i just grapped a different pc.
  • Hakan
  • Hakan
Today 17:22 - Today 17:34

HAL CiA402 Drive Interface for Can Bus,Ethercat etc...

Category: HAL

Looks great! 
A new component for the logic, even the easiest way.
Btw, I noticed my hex to bin conversion was totally wrong, but you get the point with 7F and 0F.
  • Todd Zuercher
  • Todd Zuercher's Avatar
Today 16:59
  • Marko6
  • Marko6
Today 16:39

HAL CiA402 Drive Interface for Can Bus,Ethercat etc...

Category: HAL

Hi. Thanks for the help. It works now. It's not finished yet, but it's a good start.
Here are my files, maybe someone will like it. :-)

​BR Pavel



File Attachment:

File Name: cia402.comp
File Size:11 KB

File Attachment:

File Name: cia402_2025-07-08.hal
File Size:6 KB

File Attachment:

File Name: ethercat-c...7-08.xml
File Size:9 KB

File Attachment:

File Name: cia402_2025-07-08.ini
File Size:5 KB

File Attachment:

File Name: cw-start.comp
File Size:1 KB
  • scsmith1451
  • scsmith1451
Today 15:46
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Using the correct command:

halcmd: loadusr -Wn vfd hy_vfd -d /dev/ttyUSB1 -b 8 -p none -s1 -r 9600 -n vfd

worked.

Just having someone to bounce ideas off helps immensely.
Thank you Hakan
  • scsmith1451
  • scsmith1451
Today 15:38
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

dmesg | grep ch341
[57931.173236] usbcore: registered new interface driver ch341
[57931.173797] usbserial: USB Serial support registered for ch341-uart
[57931.173820] ch341 7-1:1.0: ch341-uart converter detected
[57931.189484] usb 7-1: ch341-uart converter now attached to ttyUSB1

alcmd: loadrt -Wn vfd hy_vfd -d /dev/ttyUSB1 -b 8 -p none -s 1 -r 9600 -n vfd
Note: Using POSIX realtime
-Wn: dlopen: /usr/lib/linuxcnc/modules/-Wn.so: cannot open shared object file: No such file or directory
<stdin>:1: waitpid failed /usr/bin/rtapi_app -Wn
<stdin>:1: /usr/bin/rtapi_app exited without becoming ready
<stdin>:1: insmod for -Wn failed, returned -1
halcmd: quit
Note: Using POSIX realtime
  • scsmith1451
  • scsmith1451
Today 15:27
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Nope:

lsmod | grep ch341:

ch341 28672 0
usbserial 65536 2 cp210x,ch341
usbcore 348160 9 usbserial,ehci_pci,usbhid,cp210x,mt76_usb,ehci_hcd,ch341,uhci_hcd,mt7921u

looks like both have been loaded properly.
  • Hakan
  • Hakan
Today 15:24
Replied by Hakan on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Those two are the most common devices. That should work.
Redo that "sudo dmesg" with the search for serial. Limit to the last say 10 line though,
that should give the port name. I just plugged in a random usb-serial device I had and got this
hakan@server:~$ sudo dmesg | tail -11
[85176.404168] usb 1-9: new full-speed USB device number 2 using xhci_hcd
[85176.655288] usb 1-9: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54
[85176.655300] usb 1-9: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[85176.655304] usb 1-9: Product: USB2.0-Ser!
[85176.697428] usbcore: registered new interface driver usbserial_generic
[85176.697438] usbserial: USB Serial support registered for generic
[85176.698519] usbcore: registered new interface driver ch341
[85176.698527] usbserial: USB Serial support registered for ch341-uart
[85176.698541] ch341 1-9:1.0: ch341-uart converter detected
[85176.710753] ch341-uart ttyUSB0: break control not supported, using simulated break
[85176.710890] usb 1-9: ch341-uart converter now attached to ttyUSB0
You should hopefully get something similar and there is the device name: /dev/ttyUSB0

 
  • scsmith1451
  • scsmith1451
Today 15:23
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Both of these devices have drivers listed in:

/usr/lib/modules/6.1.0-23-rt-amd64/kernel/drivers/usb/serial/ch341.ko

and

/usr/lib/modules/6.1.0-23-rt-amd64/kernel/drivers/usb/serial/cp210x.ko

respectfully. Maybe they haven't been loaded? (insmod?)
Displaying 1 - 15 out of 311579 results.
Time to create page: 1.745 seconds
Powered by Kunena Forum