Advanced Search

Search Results (Searched for: )

  • scsmith1451
  • scsmith1451's Avatar
08 Jul 2025 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?)
  • Murphy
  • Murphy
08 Jul 2025 15:21

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Anyone else here using the RT1052 ec500 with CSS??
  • scsmith1451
  • scsmith1451's Avatar
08 Jul 2025 15:15
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

lsusb:

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0e8d:7961 MediaTek Inc. Wireless_Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard SK-8115
Bus 005 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

dmesg | grep serial:

[57931.173797] usbserial: USB Serial support registered for ch341-uart
 
  • lonnox
  • lonnox's Avatar
08 Jul 2025 14:46

7i77 lost connection while encoder counts (PREEMPT-RT)

Category: Driver Boards

The BIOS give me the option to limit all PCI E to gen1 speed. There is no option/feature like XMP/EXPO option, but one to set the ram speed manually, so i set it to a lower one. 
I also tried to use different pci slot for the 6i25 (for the graphics card, there is only one slot available).
I also have an M2 SSD installed, that also uses the pci lanes if i get it right. Tried to use a HDD with new live image installed instead.

But no luck. 

rtai on the other hand runs absolutely stable, i already drove more than 1km with the test equipment  :)

 
  • GuiHue
  • GuiHue's Avatar
08 Jul 2025 14:33
Replied by GuiHue on topic LinuxCNC and Beckhoff AX5000 servo drives

LinuxCNC and Beckhoff AX5000 servo drives

Category: EtherCAT

I am still working on the Hardware. Had a hell of a time with the M23 connectors and the data sheets for old Harmonic Drives. Should be able to get it working electrically this week. Next step is commissioning in TC3 (which I have never done) to check the config for validity.
  • PCW
  • PCW's Avatar
08 Jul 2025 13:57

keeping two axes synchronized while defining the feedrate of only one

Category: Advanced Configuration

Assuming the power supply (X?) is controlled by LinuxCNC, shouldn't
this all be in the gcode with the feedrate just setting the total time? 

 
  • tommylight
  • tommylight's Avatar
08 Jul 2025 13:34

A very detailed video about TCL programming language used by LinuxCNC

Category: Computers and Hardware

Go leave some likes for the man, he has done a very nice job of explaining in detail why it is so good and why it lost to Java.
  • SwitchWitch
  • SwitchWitch
08 Jul 2025 13:28
Replied by SwitchWitch on topic Marco Reps video on youtube about EtherCAT

Marco Reps video on youtube about EtherCAT

Category: EtherCAT

Hi,
did you make any progress?
The EL8 are not at all the same as the A6, so there should be another solution...
  • Hakan
  • Hakan
08 Jul 2025 13:27
Replied by Hakan on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Which usb devices did you try? Some links, please.
A RS485 to usb device is just a serial device to linux and there are plenty supported out of the box.
I would be very surprised f you got two that aren't supported by linux.
Plug in both of them of show here the result of the two commands
lsusb
sudo dmesg | grep serial
  • tommylight
  • tommylight's Avatar
08 Jul 2025 13:17

7i77 lost connection while encoder counts (PREEMPT-RT)

Category: Driver Boards

In BIOS set the PCI-E that the 6i25 is plugged in to GEN1, save and reboot.
Also, other hardware can cause such issues on PCI-E lanes as main ones (usually 20 lanes) are on the CPU, so setting the graphic port to GEN2 or GEN3 might also help, especially if you have a GEN4 board with GEN3 graphic.
And since most errors mention memory, try disabling XMP/EXPO.
  • lonnox
  • lonnox's Avatar
08 Jul 2025 12:52

7i77 lost connection while encoder counts (PREEMPT-RT)

Category: Driver Boards

Thanks for your fast reply. i read some linux forum posts to and try to play again with some cpu bios settings, but with no positive result. trying a newer preempt rt kernel seems to be some additional work.
So i think switching to rtai is the best choice at the moment. 

Thanks again for your suggestions.
  • alexandrap
  • alexandrap
08 Jul 2025 12:41
Replied by alexandrap on topic Mesa 7i95t and THCAD pncconf screen

Mesa 7i95t and THCAD pncconf screen

Category: PnCConf Wizard

thnx kworm
  • scsmith1451
  • scsmith1451's Avatar
08 Jul 2025 12:29
Replied by scsmith1451 on topic HY_VFD RS-485 HAL config

HY_VFD RS-485 HAL config

Category: General LinuxCNC Questions

Thanks Hakan,

I followed that thread and tried to test hy_vfd with via halrun but still got the same results. I know the adapter is good as I was using it with Mach3 however, it required a driver and a plug-in to work. I've tried to find a linux driver for the adapter without success.

I decided to purchase a new adapter from Silicon Labs. I've downloaded the linux driver and have attempted to compile and install it. This has lead to much frustration as not all of the <include> header files are in the expected directories. To resolve this issue I renamed the original /usr/include/linux directory to linux_orig and created a new linux copying all of the contents of the linux_orig directory to the new directory then adding the missing header file to new directory in their expected locations. This resolved some issues but surface others.

To resolve the issues, I've added an additional -I path to the /usr/src directory where all of the linux realtime headers reside to the Makefile without success.

Not sure I can resolve this issue at this point.

Does anyone know of an adapter that works with hy_vfd natively?
  • alexandrap
  • alexandrap
08 Jul 2025 11:51
Replied by alexandrap on topic Updating pncconf for 7i95t

Updating pncconf for 7i95t

Category: PnCConf Wizard

after editing the PNCCONF according to kworm - update 
forum.linuxcnc.org/39-pncconf/56464-mesa...thcad-pncconf-screen

is possible to configure the step-dir spindle in 7i95T
Displaying 12466 - 12480 out of 17357 results.
Time to create page: 0.663 seconds
Powered by Kunena Forum