Advanced Search

Search Results (Searched for: )

  • 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.
  • 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: Other User Interfaces

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.
Displaying 1291 - 1305 out of 22565 results.
Time to create page: 0.331 seconds
Powered by Kunena Forum