Advanced Search

Search Results (Searched for: )

  • andreabonuc
  • andreabonuc
27 Sep 2024 03:54
Replied by andreabonuc on topic Constant loss of position

Constant loss of position

Category: General LinuxCNC Questions

exactly which items do you intend to set? 
 
[img]data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAABDUlEQVR4AYXRgUZDYRjH4TegFTKgpEqiFJgoWAoMEQGBgBboChaaAKxLKAhAhQqAdAmpBIQolkCFqp2nITvNKXuA7+/Hhzey5OWjE4Nq3rzY1f9/NGHPB549492+8Ww060iCS2XdctZdI3GsECmb+HJoIX6x6EgDm+lURTH+YB7V9nAqE5WNme4YKuOiY6iMe6PaQxUUIuTbswgFVNJwA8sO3Bn6yR6bWZMSNtJwDtuWfHpQxaPx9C9zadil7jrCigbq6UXceNIVKTWUIqypm2ytJdTiNyNeXclF6GttOVfeDEc7qzjR23r3OMFqZKng1kw0mXGLrfibHTScOZWgGv9TdC6ROFeMTgwYiIxvJzMRWQbeGZUAAAAASUVORK5CYII=[/img]
  • rajsekhar
  • rajsekhar
27 Sep 2024 03:46
Replied by rajsekhar on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Both scripts runs and results as follows:
===========================================================
raycnc1@debian:~/Downloads$ sudo ./pinirq_2024-09-26.txt enp4s0
Cores: 2
Old CPU Mask: 2
Set device enp4s0 IRQ 32 CPU mask to 2
raycnc1@debian:~/Downloads$ sudo ./checkmask_2024-09-26.txt enp4s0
Cores: 2
Actual CPU Mask: 2
Desired CPU Mask: 2
IRQ: 32
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-18-rt-amd64 root=UUID=bc617657-6a6c-4afa-9a67-ef553e3b2439 ro initrd=/install/gtk/initrd.gz quiet isolcpus=1
raycnc1@debian:~/Downloads$
==========================================================

I did not understand the result though. Is it ok?













 
  • PCW
  • PCW's Avatar
27 Sep 2024 02:34
Replied by PCW on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

As a test, you can try running this utility to pin the IRQ

 

File Attachment:

File Name: pinirq_2024-09-26.txt
File Size:1 KB


First download  then

chmod +x pinirq.txt

 then

sudo ./pinirq.txt enp4s0


This utility can check the mask:

 

File Attachment:

File Name: checkmask_...9-26.txt
File Size:1 KB

 
  • PCW
  • PCW's Avatar
27 Sep 2024 02:30
Replied by PCW on topic 8 Spindle Gang Router

8 Spindle Gang Router

Category: Show Your Stuff

So sorry about that Todd.
  • tommylight
  • tommylight's Avatar
27 Sep 2024 01:22
Replied by tommylight on topic 8 Spindle Gang Router

8 Spindle Gang Router

Category: Show Your Stuff

At the risk of getting banned:
FUCK!
-
Sorry Todd.
  • rajsekhar
  • rajsekhar
27 Sep 2024 01:17
Replied by rajsekhar on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

But with isolcpu=1, I understand that servothread runs in CPU1 and by irq balance setting, we are aiming the ethernet interrupts in CPU1, not in CPU0.

Am I correct?
  • PCW
  • PCW's Avatar
27 Sep 2024 00:12
Replied by PCW on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Yes, looks like only CPU 0 get interrupts from enp4s0.
  • rajsekhar
  • rajsekhar
26 Sep 2024 23:34
Replied by rajsekhar on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Ok, understood.

But please confirm whether Interrupt in CPU0 is correct or not. 
  • spumco
  • spumco
26 Sep 2024 23:32
Replied by spumco on topic Probe cancellation does not move the axes.

Probe cancellation does not move the axes.

Category: QtPyVCP

That would be a great addition to Probe Basic.

I'm not sure it can be done - but I'm no expert.

My initial thought is that the on_abort subroutine is run while LCNC is in auto mode... so there's no way for a program to switch to manual (or MDI) mode.

I'll dig around a little and open a new thread - the issue (or solution) may not be specific to PB.
  • spumco
  • spumco
26 Sep 2024 23:28
Replied by spumco on topic Probe cancellation does not move the axes.

Probe cancellation does not move the axes.

Category: QtPyVCP

I don't know why those modes aren't shown in my version. I just downloaded it, followed the installation instructions and it looked like this. 


How can I add them?
 

Sounds like something got messed up in your PB installation.

What Linux distribution are you using, and what version of LCNC?  This might have a bearing - I've had problems in the past with certain combinations/versions of Debian/LCNC/qtpyvcp/PB.  Seems like frequently some dependency or other invisible 'backstage' issue led to weird problems with PB.

I know it'll be a bit painful, but my suggestion is to make a copy of your config and then uninstall and reinstall PB using the instructions here:
forum.linuxcnc.org/qtpyvcp/53871-probe-b...on-start-here#310377
  • PCW
  • PCW's Avatar
26 Sep 2024 23:18
Replied by PCW on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Yes, your Ethernet interface is named enp4s0

Look like ethtool is not included in your linuxcnc distribution

Note that if you have Realtek hardware you will need to load the DKMS driver
(and ethtool in not needed, ethtool is only needed for Intel Ethernet hardware)
  • PCW
  • PCW's Avatar
26 Sep 2024 21:42
Replied by PCW on topic Constant loss of position

Constant loss of position

Category: General LinuxCNC Questions

So the existing setup/hold times are marginal
I would set them both to 20000 (20 usec) as I
mentioned before.
  • andreabonuc
  • andreabonuc
26 Sep 2024 21:14
Replied by andreabonuc on topic Constant loss of position

Constant loss of position

Category: General LinuxCNC Questions

This is what indicate the manual for the servomotors jmc
  • Unlogic
  • Unlogic
26 Sep 2024 21:11
Replied by Unlogic on topic Probe cancellation does not move the axes.

Probe cancellation does not move the axes.

Category: QtPyVCP

Are you changing back to manual mode to enable jogging? When it doesnt complete a subroutine it will be in auto mode.

Maybe not Probe Basic specific... but is there a way to force manual mode via the 'on_abort' process?  So if any of the subroutines (probe, ATC, etc.) fails the machine jumps to manual mode.

If there is a way, that might be a nice-to-have addition to the PB config(s)... don't leave the machine hanging in an aborted auto mode.
 

That would be a great addition to Probe Basic.
  • PCW
  • PCW's Avatar
26 Sep 2024 21:09
Replied by PCW on topic Help with Mesa 7I97T card Servo wiring

Help with Mesa 7I97T card Servo wiring

Category: Installing LinuxCNC

If you have a 7I97T you need to have the latest mesaflash

The LinuxCNC ISO includes  version is 3.4.9 which does
not support the 7I97T

github.com/LinuxCNC/mesaflash
 (build instructions on bottom of page)
Displaying 21631 - 21645 out of 23939 results.
Time to create page: 0.542 seconds
Powered by Kunena Forum