Advanced Search

Search Results (Searched for: )

  • vibram
  • vibram
15 Oct 2025 04:57
Replied by vibram on topic Lathe : 2nd turret over limit switch

Lathe : 2nd turret over limit switch

Category: Advanced Configuration

I tried to do it correctly so I wired them as normally closed. I have 2 limit switches on the axis and this one is also my home switch. 
If I follow your advice then I need to revert everything to have the other LS as HS. This is not an issue to be honest, just thinking about the consequences. 
  • richcolvin
  • richcolvin's Avatar
15 Oct 2025 03:52
Replied by richcolvin on topic M19 for Indexing a Spindle using Stepper Motors

M19 for Indexing a Spindle using Stepper Motors

Category: General LinuxCNC Questions

Thank you Peter.  I reviewed the link you provided, but is there a document or manual which describes how to set this up?
  • PCW
  • PCW's Avatar
15 Oct 2025 03:02
Replied by PCW on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

That indicates a Ethernet latency issue.

What does the command

sudo chrt 99 ping -i .001 -q -c 60000 192.168.1.121

report?

(the command will run for one minute then print statistics)
 
  • jmp97
  • jmp97
15 Oct 2025 02:45
Replied by jmp97 on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

When I move the engines after a while, I get this error. 

I can't figure out what the problem is. The connection seems to be fine.
  • COFHAL
  • COFHAL
15 Oct 2025 02:08
PP problem versions 2.9.5 and 2.9.6 was created by COFHAL

PP problem versions 2.9.5 and 2.9.6

Category: General LinuxCNC Questions

I installed both versions 2.9.5 and 2.9.6 and both have the same problem with the parallel port. I have an MPG configured with a C10 and in version 2.9.4 it works perfectly, but in either of these last two versions it doesn't. When running LCN you can see with the hal that the parallel port is indeed loaded on the pins, but none of the functions programmed in the MPG work. I went back to 2.9.4 and the MPG works again.
  • RLA
  • RLA
15 Oct 2025 00:50
Replied by RLA on topic AC Servo change to run

AC Servo change to run

Category: General LinuxCNC Questions

Thanks to each for reply's...Going to get back to that in a day or so so will likely struggle a bit...but that is the way it works!
  • 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.
Displaying 9061 - 9075 out of 16360 results.
Time to create page: 0.361 seconds
Powered by Kunena Forum