Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
28 Sep 2024 10:16
Replied by andypugh on topic Where can I find .ko files

Where can I find .ko files

Category: HAL

I think that you only get .ko files if you are running kernel-mode realtime, ie RTAI (basically).[1]

If you are running preempt-rt then the components are compiled into .so files.

But as has been said, you don't need to know where they are normally.

[1] It's possible to run RTAI kernel and user-space Linuxcnc. And also Xenomai is supprted in both kernel and user modes too.
I don't know if you can run preempt-rt in kernel mode, but it wouldn't surprise me.
However, the main use cases are user-space preempt-rt and kernel-mode RTAI.
  • Instandhalter
  • Instandhalter
28 Sep 2024 10:15
Replied by Instandhalter on topic Mesa 7i96s | Gmoccapy | Spindeldrehzahl regelt nicht

Mesa 7i96s | Gmoccapy | Spindeldrehzahl regelt nicht

Category: Deutsch

Thank you, I will check it tomorrow.
What about this: "net spindle-vel-cmd-rpm <= spindle.0.speed-out"
It is so written in my HAL-file.
I have a problem to find out, which terms are for HAL and which are for Mesa 7i96s,
what is a parameter and what is a pin (hardware).
I assume that your "hm2_7i96s.0.pwmgen.00.value" is a parameter that Mesa wants to know or has to know. Is there any library where I can find all those necessary orders and parameters for this card (7i96s).
Please apologize if my questions are dumb, but I'm willing to learn :-)

BR Rex
  • andypugh
  • andypugh's Avatar
28 Sep 2024 10:10
Replied by andypugh on topic converting a tos/intos fngj 40

converting a tos/intos fngj 40

Category: Milling Machines

You might be able to get away with not converting the Z screw, as long as upwards cutting forces never exceed the mass of the table. Which is quite likely.

Though in the case of my Harrison (much smaller) I needed to convert because the torque required to move the trapezoidal screw was too high.
Another consideration is if you plan to use the horizontal spindle in CNC, as upwards forces are more likely then.
  • tommylight
  • tommylight's Avatar
28 Sep 2024 10:09

Interesting/Useful Ryzen CPU Latency Results on Non-Hyperthreaded Cpus

Category: Computers and Hardware

Ryzen 5 3500 is 6 core 6 thread CPU, so it has no hyperthreading.
Also had a Lenovo ThinkBook 14 (i think) with Ryzen 5 5500U that was perfectly OK for use with Mesa boards, tested on a machine for several days.
Now i only have a 3600 non X on a B550i board, not tested yet, but the same board with 3700X was perfectly OK.
Use bigger coolers, although series 3 and 5 do not heat much, the temperature does fluctuate at the higher end when RT is in use, so might cause throttling and subsequently latency spikes.
And if there is no need for base period, there also no need for very low latency.
  • andypugh
  • andypugh's Avatar
28 Sep 2024 10:04
Replied by andypugh on topic Decent servo suppliers and recommendations

Decent servo suppliers and recommendations

Category: General LinuxCNC Questions

DMM?

www.dmm-tech.com

I seem to recall that there was an issue with their analogue voltage control on the Dyn3 drive (I have never actually used them)
But I think that they are familiar enough with LinuxCNC to be able to advise if you contact them (they are in Canada)
  • andypugh
  • andypugh's Avatar
28 Sep 2024 10:00

Probe Basic tool setter - small unexpected offset

Category: QtPyVCP

Is it possible that you have a G92 or G52 offset stored?
  • tommylight
  • tommylight's Avatar
28 Sep 2024 09:57
Replied by tommylight on topic Decent servo suppliers and recommendations

Decent servo suppliers and recommendations

Category: General LinuxCNC Questions

That's leadshine. A potential option here, but their prices are way too high.

Yeah, sorry for that, lack of sleep as usuall and shooting from the hip. :)
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:54

Re-Home axis after joint has already been homed

Category: HAL

You could try switching to joint mode (halui.mode.joint ) then homing, but I am not sure that is preferable to unhoming then rehoming.

What is the input that prompts this? Are you literally just working at the command line, or is the rehoming prompted by a soft or hard button?
  • tommylight
  • tommylight's Avatar
28 Sep 2024 09:52
Replied by tommylight on topic Error while Running Linuxcnc

Error while Running Linuxcnc

Category: Driver Boards

Use this
latency-histogram --nobase --sbinsize 1000 --show
You have latency excursions outside the visible area on both screenshots, and IRC you do not need the base thread.
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:39

Mesa 7i96s | Gmoccapy | Spindeldrehzahl regelt nicht

Category: Deutsch

You don't seem to have anything connecting spindle-speed out to the mesa card?

You have wired the spindle-enable to an SSR, but the analogue spindle speed value would normally go to a PWM.

net spindle-vel-cmd-rpm => hm2_7i96s.0.pwmgen.00.value

See this post for examples:
forum.linuxcnc.org/10-advanced-configura...7i96s-analog-spindle
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:30

Please help GMOCCAPY CLOSE some time when I push matrixkey

Category: General LinuxCNC Questions

The "float division by zero" looks worrisome. Do you see that in a sim config too? Or is it a problem in your own handler code?
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:27

Please help GMOCCAPY CLOSE some time when I push matrixkey

Category: General LinuxCNC Questions

Do you have any matrix keys mapped to keyboard events?

This may be worth raising as a bug on the bug tracker:
github.com/LinuxCNC/linuxcnc/issues
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:19

RPi 4B - LC2.8.4 vs LC2.9.2 - Queue MDI Commands, Run From Here

Category: Basic Configuration

I am a bit confused about this, as we have bugs open saying that we allow MDI queuing, but shouldn't.
github.com/LinuxCNC/linuxcnc/issues/2956
(I think that we should allow it, it's useful)
  • andypugh
  • andypugh's Avatar
28 Sep 2024 09:07
Replied by andypugh on topic Receiving GStat messages in GladeVCPs

Receiving GStat messages in GladeVCPs

Category: GladeVCP

This sounds like a question for Chris, and might do better on the dev mailing list.
  • chrisfairbrothern
  • chrisfairbrothern
28 Sep 2024 09:07
Replied by chrisfairbrothern on topic NGCGUI arc1 and arc2 are not adding a tool offset

NGCGUI arc1 and arc2 are not adding a tool offset

Category: Mill Library

Ok, point taken thank you. It s the opt block button in qtdragon.
 
Displaying 22726 - 22740 out of 23356 results.
Time to create page: 0.681 seconds
Powered by Kunena Forum