Advanced Search

Search Results (Searched for: )

  • langdons
  • langdons's Avatar
14 Oct 2025 23:38
Replied by langdons on topic Why are there 3 2.9.2 ISO files?

Why are there 3 2.9.2 ISO files?

Category: General LinuxCNC Questions

2.9.4 and Wheezy now accessible via:
www3.langdonstaab.ca/LinuxCNC/
www3.langdonstaab.ca/LinuxCNC/iso/
and
www3.langdonstaab.ca/iso/

Random Ubuntu Server question:
Why does the du command show the symbolic link (created via ln) as occupying space and not the actual file?
Really strange.
  • langdons
  • langdons's Avatar
14 Oct 2025 23:31
Replied by langdons on topic Why are there 3 2.9.2 ISO files?

Why are there 3 2.9.2 ISO files?

Category: General LinuxCNC Questions

I deleted all other files.

(And fixed the directory structure!)

Now it's just wheezy and 2.9.4.
  • PCW
  • PCW's Avatar
14 Oct 2025 23:12
Replied by PCW on topic 6th axis for ATC

6th axis for ATC

Category: General LinuxCNC Questions

As long as the axis is only controlled by gcode (with no direct display/control from the GUI)
it should work.

You will have to do some hand editing of the hal file to add
the additional joints/axis and kinematics specifier.
  • PCW
  • PCW's Avatar
14 Oct 2025 22:44 - 14 Oct 2025 22:47
Replied by PCW on topic 7i97t and qtplasmac

7i97t and qtplasmac

Category: General LinuxCNC Questions

Here is a suggestion:

forum.linuxcnc.org/plasmac/55286-servo-d...ofit?start=10#331245


( pncconf has more built-in QTPlasmaC/THCAD support  so may be an easier path)
  • Doc_emmet
  • Doc_emmet
14 Oct 2025 22:35 - 15 Oct 2025 00:00
Replied by Doc_emmet on topic 6th axis for ATC

6th axis for ATC

Category: General LinuxCNC Questions

If I hadn't already occupied all 5 axes I wouldn't have a problem.
Is it possible that my 7i85s card can't control any motors? Does this only work with the 7i85 (without S)? I can't find a clear answer online. Thanks.
  • langdons
  • langdons's Avatar
14 Oct 2025 22:30 - 14 Oct 2025 22:30
Replied by langdons on topic Lathe : 2nd turret over limit switch

Lathe : 2nd turret over limit switch

Category: Advanced Configuration

Are your switches wired as normally open or normally closed?

For a normally open switch, you can just disconnect it.

For a normally open switch, just somehow short the connection so it never trips.

Though that could be pretty dangerous.

Disable a limit switch at your own risk!
  • langdons
  • langdons's Avatar
14 Oct 2025 22:27
Replied by langdons on topic Injection molding

Injection molding

Category: CNC Machines

A picture and a description of the scope and size of the machine would be helpful.

Hydraulic machines can be very powerful, be careful!
  • MaHa
  • MaHa
14 Oct 2025 22:07
Replied by MaHa on topic FlexGui - function load_file

FlexGui - function load_file

Category: Flex GUI

At the moment i am testing with hal pins, because of the option 'start from current position' . To have the correct preview, it only worked with hal. The loaded file is just a translation file to call the subroutine. (The subroutine can be used standalone, in gcode or like here from the ui) It is working, i just have to rmember to reload, when parameter changed. Still pending, set a parameter eg  #<_RUNONCE> , which allows the routine to run only once, then have to start from  the panel with known parameter for further use. What i have done so far is mostly working as desired. The sidepanel is a stacked widget with 16 layers when completed

 
 
  • langdons
  • langdons's Avatar
14 Oct 2025 21:58
Replied by langdons on topic 6th axis for ATC

6th axis for ATC

Category: General LinuxCNC Questions

I'm sure QtDragon has ATC funtionality, perhaps it's separate from the max number of axes?

A single parallel port can control 6 axes, so this is possible even with really old-school tech.

There has to be a solution; this can't be a new problem.
  • langdons
  • langdons's Avatar
14 Oct 2025 21:55
Replied by langdons on topic 7i97t and qtplasmac

7i97t and qtplasmac

Category: General LinuxCNC Questions

I would use AXIS at first; it's simple stable, and generally bug-free (except for the occasional regression).

AXIS is the best GUI for beginners IMO.

Try it out!

If you don't like it, then switch to QtPlasmaC.
  • langdons
  • langdons's Avatar
14 Oct 2025 21:52
Replied by langdons on topic Lathe : 2nd turret over limit switch

Lathe : 2nd turret over limit switch

Category: Advanced Configuration

Limit switches probably can't and shouldn't be disabled.

Do you need a limit switch there?

So long as the machine is homed, it won't exceed the soft limits unless the computer goes completely rogue.

Hard limits are preferable, but not always 100% necessary.
  • langdons
  • langdons's Avatar
14 Oct 2025 21:49 - 14 Oct 2025 22:31
Replied by langdons on topic WCS Problem with Linuxcnc/qtdragon

WCS Problem with Linuxcnc/qtdragon

Category: General LinuxCNC Questions

Why did you replace the original breakout board?

LinuxCNC can work with a lot of different hardware.

The bottom of the window seems to be cut off (the monitor is slightly too small perhaps), is it possible that there is some important information that we (most importantly, you) can't see?
  • vre
  • vre
14 Oct 2025 21:48
Injection molding was created by vre

Injection molding

Category: CNC Machines

Can linuxcnc used as controller for hydraulic injection molding machine ?
For example to read thermocouples and do pid temperature control
actuate hydraulic solenoids read linear scales encoders and pressure sensors.
Does anyone have done retrofit of injection molding machine with linuxcnc ?
A machine that is not gcode controlled and not have linear axes..
  • langdons
  • langdons's Avatar
14 Oct 2025 21:43

M1xx: Controlling Relays (solenoids) from within axis MDI

Category: Advanced Configuration

The 1N4148 diode goes across the relay coil pins, not in series with the coil.

It should block voltage when the relay is on, but allow current to flow from GND to VCC when the relay is switched off.
  • langdons
  • langdons's Avatar
14 Oct 2025 21:37 - 14 Oct 2025 21:39
Replied by langdons on topic control spindle motor using modbus

control spindle motor using modbus

Category: General LinuxCNC Questions

If your setup is parallel port, please keep in mind you almost certainly have enough output pins to control the spindle via the existing parallel port interface.

12 output pins is quite a lot.
(Enough for 6 step/dir axes!)

Your post is slightly reminiscent of this one:

linuxcnc.langdonstaab.ca/10-advanced-con...from-within-axis-mdi
Displaying 2536 - 2550 out of 22467 results.
Time to create page: 0.212 seconds
Powered by Kunena Forum