Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:29

Fusion 360 probe on probe_basic - Probe tripped during non-probe move

Category: General LinuxCNC Questions

I don't think that "probe tripped during non-probe move" is generated by probe_basic (or by any GUI). It's built-in to core LinuxCNC.

There are a couple of INI settings in [TRAJ] that might be worth trying, though I don't think that they are quite what you want:

linuxcnc.org/docs/stable/html/config/ini...tml#sub:ini:sec:traj
(right at the end of the section, NO_PROBE_..._ERROR )

It seems likely that the problem is with the Fusion probe routine, though, are you absolutey sure that it isn't making a non-probe move into probe contact?

If you set up the HAL so that motion.probe-input is AND-ed with the motion.motion-type == 5 ( "probing") then you can completely bypass the error report. But it is an error indicatiing a genuiune isssue in most cases.
linuxcnc.org/docs/stable/html/man/man9/m...9.html#MOTION%20PINS
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:18

External comp driver for custom hostmot2 module

Category: HAL

Sorry for the late reply.

I think that this woud be difficult, as the Hostmot2 main driver needs to know what to do with your new module.

The UART / PktUART drivers are provided with a "hook" with which the external comps can get access to the register data, so at the very least you would need to do that.

I think that you will need to find some other way to persist your changes going forwards, unfortunately. You can probably keep a patch file to re-apply your changes (which would be limited to a standalone handler for your module, and additions to hotmot2.h and hostmot2.c

I also don't see any way to avoid re-compiling LinuxCNC to include your code.

Are you sure that no-one else would ever want your module? From your point of view adding it to the main codebase would be cleanest.

Note that you also want to make sure that you avoid a clash with the "official" Mesa GTAGs ( github.com/LinuxCNC/linuxcnc/blob/master...tmot2/hostmot2.h#L94 )
  • Hakan
  • Hakan
02 Apr 2025 13:14
  • EW_CNC
  • EW_CNC's Avatar
02 Apr 2025 12:55

Hypertherm Powermax Voltage Divider, Preference for THAD-10

Category: Plasmac

Which voltage divider setting is prefferred for a Hypertherm Powermax plasma cutter when connected to a Mesa THAD-10?
The options are 20:1 _ 21.1:1 _ 30:1 _ 40:1 _ 50:1
Is one preferred over the other for better resolution or response time?
 
  • endian
  • endian's Avatar
02 Apr 2025 12:30
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Grotious

Installation by following your steps is not finished well probably ...

Which files to patch ?
user@user:~$ sudo find / -type f -name "tp.c" 2>/dev/null
/opt/linuxcnc/cmake/patch_files/tp.c
/opt/linuxcnc/src/emc/tp/tp.c
/opt/linuxcnc/src/objects/hal/components/tp.c

with your script \
#!/bin/bash

cd patch_files
cp tp.c ../../src/emc/tp
cp tp.h ../../src/emc/tp
cp motion.c ../../src/emc/motion
cp axis_scurve_mm.ini ../../configs/sim/axis
cd ..
  • Aciera
  • Aciera's Avatar
02 Apr 2025 11:34 - 02 Apr 2025 11:51
Replied by Aciera on topic linuxcnc scurve motion planner

linuxcnc scurve motion planner

Category: General LinuxCNC Questions

Just to recap:
The solver uses variables gamma_1, gamma_2 and s_1 to minimize the distance between  the end point of the 4th clothoid segment and the start of the trimmed back 2nd corner segment.
's_1' is the arc length of a clothoid segment (all four segments being of the same length).
'gamma_1', 'gamma_2' are parameters used for 3d clothoids and are both zero for a 2d clothoid

The starting values are here, if I'm not mistaken:
 
 
  • D Jensen
  • D Jensen
02 Apr 2025 10:39
Replied by D Jensen on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Nope. Certainly not Chris..
My email is on p174. Drop me an email and we will find what works for us
I think we both go to standard time next weekend so we will still be 2 hours off.
Cheers,
David
  • stefan63
  • stefan63's Avatar
02 Apr 2025 10:03

Logithech G3 game controller as Pendant !?

Category: Computers and Hardware

Has anyone tried to get this device to work?
It is using Uspace in linux

github.com/jtgans/g13gui
 
  • chris mcm
  • chris mcm
02 Apr 2025 09:55
Replied by chris mcm on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Hi David
Sorry I seem to have lost you. Thanks for tour help.
Cheers Chris
  • michaeln
  • michaeln
02 Apr 2025 09:46
Replied by michaeln on topic user defined m code and e-stop

user defined m code and e-stop

Category: HAL

Thank you! That looks good.
  • konrad
  • konrad
02 Apr 2025 09:38
Replied by konrad on topic config all good on mesa 7i96s?

config all good on mesa 7i96s?

Category: General LinuxCNC Questions

thank you, I switched the drives to 16x and configured probe basic and a tool changing subroutine, seems to be working fine.

Probably the two power supplies are not necessary, but it was like that when I bought it. Any cons leaving it as it is?
  • Aciera
  • Aciera's Avatar
  • FabianB
  • FabianB's Avatar
02 Apr 2025 09:20 - 02 Apr 2025 09:31
Replied by FabianB on topic linuxcnc scurve motion planner

linuxcnc scurve motion planner

Category: General LinuxCNC Questions

I also think that finding all solutions and picking the best might be quite complicated and also computationally expensive. I hope starting with a slightly better initial guess that's closer to the desired global minimum will get us there already.
@Grotius what are currently the starting values for the fit? I assume the boundary conditions from the two endpoints for curvature and torsion. Maybe we can find a good set of vlues for the other parameters. Maybe something that is close to a simple arc connecting the points or something similar.
  • RushA
  • RushA
02 Apr 2025 08:53
Replied by RushA on topic How to access rt pins in user space

How to access rt pins in user space

Category: General LinuxCNC Questions

Can you give me some examples? Code or something.
  • RushA
  • RushA
02 Apr 2025 08:50
Replied by RushA on topic How to access rt pins in user space

How to access rt pins in user space

Category: General LinuxCNC Questions

hi,thank you for your reply!
I have two modules running in realtime space. One is ethercat module, the other is shared memory module. The ethercat module tranfers data to shared memory module through pins, and I want to get these data from shared memory module in user space.
Displaying 226 - 240 out of 26756 results.
Time to create page: 0.603 seconds
Powered by Kunena Forum