Advanced Search

Search Results (Searched for: )

  • heaven
  • heaven
02 Apr 2025 16:19

Moving robot joints by only 1 Gcode command?

Category: Advanced Configuration

Hi, 
Right now, i'm trying to control a 6-dof robot by linuxcnc, I found kinematic-switch function for moving joints from Gcode.I guess I need to make 3 Gcode commands to just do one task like:
1st-cmd: Use M code command to switch to nontrivial kin
2nd-cmd: use G code command to move joint
3rd-cmd: Use Mcode command to switch back to trivial kin
Yes, it can do my job but it complicated and not friendly. has anyone tried to merge these commands to a single one or any other way to do something similar 
  • grijalvap
  • grijalvap's Avatar
02 Apr 2025 16:15

Hypertherm Powermax Voltage Divider, Preference for THAD-10

Category: Plasmac

50:1 worked well you can use the THCAD10 without any modification, 
Some good practices are:
-Place THCAD10 as close as possible to the Plasma power supply.
-Use a shield cable and connect the shield to GND on one side only.
-Use a ferrite bead on the control side to reduce induced noise 
 
  • PCW
  • PCW's Avatar
02 Apr 2025 16:06
Replied by PCW on topic sl2-100 galvo scanner

sl2-100 galvo scanner

Category: Driver Boards

Probably doable if there is protocol documentation.
  • vre
  • vre
02 Apr 2025 16:01 - 02 Apr 2025 16:01
Replied by vre on topic sl2-100 galvo scanner

sl2-100 galvo scanner

Category: Driver Boards

It is digital sl2-100 not xy2-100
  • PCW
  • PCW's Avatar
02 Apr 2025 15:42
Replied by PCW on topic sl2-100 galvo scanner

sl2-100 galvo scanner

Category: Driver Boards

If it's a digital XY2-100 interface, there's a hostmot2 driver
  • Grotius
  • Grotius's Avatar
02 Apr 2025 15:41 - 02 Apr 2025 15:42
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Endian,

I am not ready with the .iso, but you can try this archive. Unpack it where you want.
Then : ./install.sh

I didn't test it on a fresh .iso so i can not confirm it works straight away.
After installing goto : ~/linuxcnc/cmake/configs and do : ./run_axis_9

At your own risk:
repository.qtpyvcp.com/repo/linux-distro/lcnc_archive.tar


 
  • vre
  • vre
02 Apr 2025 15:03
sl2-100 galvo scanner was created by vre

sl2-100 galvo scanner

Category: Driver Boards

Hello.
Knows anyone something about driving sl2-100 galvo scanner ?
  • Hastrh2o
  • Hastrh2o
02 Apr 2025 14:58
Qt Designer QMainWindow slots was created by Hastrh2o

Qt Designer QMainWindow slots

Category: Qtvcp

Hi,

When I edited qtaxis.ui I found the new functions I added to the handler file in "signal editing  / slot " panel. Now I add another function to the handler file and I don't recall what I need to do to find it in "signal editing  / slot " panel... I know I could edit manually the ui file and that's work, but I prefer having it there.
Thanks.

Ronan
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:37
Replied by andypugh on topic Devuan, RPi5 & Linuxcnc Image

Devuan, RPi5 & Linuxcnc Image

Category: Installing LinuxCNC

Linuxcnc complains about /usr/bin/kill not being there but it's under /bin/kill which might have to do with debian having /bin /sbin & /lib being links to /usr/bin /usr/sbin & /usr/lib/ and Devuan not taking that road.
 

That's something that is meant to have changed in Debian too, in fact LinuxCNC is being "told off" about it:
github.com/LinuxCNC/linuxcnc/pull/3388
 
  • andypugh
  • andypugh's Avatar
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:30
Replied by andypugh on topic User Defined M-Codes M100-M199

User Defined M-Codes M100-M199

Category: Gmoccapy

Not really, as the system has no way to know if the user-defined codes are modal or not.
  • 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
Displaying 7171 - 7185 out of 24356 results.
Time to create page: 0.580 seconds
Powered by Kunena Forum