Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
15 Oct 2025 00:19
Replied by tommylight on topic Injection molding

Injection molding

Category: CNC Machines

LinuxCNC can do all that, and much more, but it is much better to use a micro controller for that task, usually PLC, but you can make your own PLC just search for "arduino PLC" or "ESP32 PLC" .
  • tommylight
  • tommylight's Avatar
15 Oct 2025 00:12 - 15 Oct 2025 00:17

M1xx: Controlling Relays (solenoids) from within axis MDI

Category: Advanced Configuration

@LangdonS,
what are you replying to ?
And might i add: why?
Edit,
OK i found it.
  • unknown
  • unknown
15 Oct 2025 00:02
Replied by unknown on topic Injection molding

Injection molding

Category: CNC Machines

There's an example of an electronic gearbox for a lathe, no gcode, just a custom GUI and some HAL connections.

Probably not a lot that you can use, but an example of what you can do.

My guess would be as long as you can get the data into linuxcnc and output any control values based on the input you should be fine. This would probably require some custom HAL written components to operate on the data and apply the output required. Oh yeah and maybe a gui.

The absolute simplest example I can think of is the parallel port tester, doesn't have any kinematics, but does allow you to control outputs and read the state of inputs.

Just throwing this out there.
MRO is another example. Maybe this could be a starting point, just start be reading data and displaying it, once you have that nailed, you could start with some simple HAL components to manipulate your data.
linuxcnc.org/docs/html/gui/mdro.html

Not an exact implementation but kind a simple example of what is achievable.

No doubt Andy will have a better idea and contradict everything Ive said, as he's way way more knowledgeable.
  • 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.
  • 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

 
 
  • 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..
  • unknown
  • unknown
14 Oct 2025 21:12

fixing "raspi firmware" errors on the official amd64 ISO

Category: Installing LinuxCNC

Hostmot2 firmware is there. Running Axis in a VM using the sample code, apart from the latency error, runs ok.

Now this is something I found rater curious.
Both were builds had the target as Debian Bookworm.

Building on a system running Debian Trixie raspi-firmware IS NOT installed. (built twice on 2 different machines)
Building on a system running Debian Bookworm raspi-firmware IS installed. (single build only attempted)

I will try a build on my Bookworm machine with the live-build package from Trixie and see what the results are.

The firmware "blacklist" is created here
salsa.debian.org/live-team/live-build/-/...h?ref_type=heads#L92

So I will need to see what the difference is between the Bookworm live-bulid package and Trixie.
Simple enough Bookworm doesn't have the firmware blacklist code.
  • PCW
  • PCW's Avatar
14 Oct 2025 21:06

M19 for Indexing a Spindle using Stepper Motors

Category: General LinuxCNC Questions

www.linuxcnc.org/docs/html/gcode/m-code.html#mcode:m19

Says:

Spindle orientation requires a quadrature encoder with an index to sense the spindle shaft position and direction of rotation.

The need for an encoder can be worked around by using a StepGen with the index feature but that would still require
a once per turn signal for initial alignment.
  • Doc_emmet
  • Doc_emmet
14 Oct 2025 20:53 - 14 Oct 2025 20:56
6th axis for ATC was created by Doc_emmet

6th axis for ATC

Category: General LinuxCNC Questions

Hello, I use QtDragon with 5 axes (X, Y, Z, B, C) and have expanded and flashed my Mesa 7i76EU with a 7I85s. The additional 4 axes are also displayed with sudo mesaflash --device 7i76eu --addr 192.168.1.121 --readhmid. As far as I know, QtDragon can only handle 5 axes. I need an additional axis for the ATC that doesn't need to be displayed in QtDragon. Can I control it via G-code, e.g., G0 W100, or if G-code isn't possible, via HAL commands?

I read that you can customize the xyzbc-trt-kins file, but I can't find it?
  • richcolvin
  • richcolvin's Avatar
14 Oct 2025 20:13

M19 for Indexing a Spindle using Stepper Motors

Category: General LinuxCNC Questions

I am trying to use the M19 command:

m19 r90 q10 p1 $0

The m3 & m4 commands work as expected, but m19 does not.  Any guidance would be greatly appreciated.

My HAL and INI files are attached (Spindle0.inc renamed to be Spindle.inc.ini so that it could be attached).
  • JT
  • JT's Avatar
14 Oct 2025 19:39 - 14 Oct 2025 19:41
Replied by JT on topic FlexGui custom buttons

FlexGui custom buttons

Category: Flex GUI

If you use partial and pass the parent then you have access to everything.

There is a #flex-dev channel on the Libera.Chat which I monitor usually.

JT
  • DerKlotz
  • DerKlotz
14 Oct 2025 19:13
Replied by DerKlotz on topic Glade Hal Meter Spindle Speed -> postgui

Glade Hal Meter Spindle Speed -> postgui

Category: GladeVCP

Unfortunately, I'm still stuck, even with the additional link.
My thoughts:
Where can I get the spindle speed (float)? Would that be the value “spindle.0.speed-out,” for example, which can be seen in the attachment?
How do I transfer the float value to gladevcp.Spindel?

My favorite code doesn't work. 
net Spindelrpm =>  gladevcp.Spindel <= spindle.0.speed-out
Error "custom_postgui.hal:9: Pin 'spindle.0.speed-out' was already linked to signal 'spindle.0.speed-out'"
 
  • jmp97
  • jmp97
14 Oct 2025 18:50
Replied by jmp97 on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

OK, I've managed to get the motor moving. The two +/- buttons now move the motor, although I'd like to have an interface with arrows. (More user-friendly)

I'm using the default LinuxCNC configuration for my 7I96S card. I need to modify the parameters for my CNC machine. How can I do this to ensure that the changes are correct?



Thank you.
Displaying 7096 - 7110 out of 18197 results.
Time to create page: 0.288 seconds
Powered by Kunena Forum