Advanced Search

Search Results (Searched for: )

  • Lehmeier
  • Lehmeier
23 Feb 2025 16:20

Is it possible to program by hand with Linuxcnc?

Category: General LinuxCNC Questions

Hello!
I am looking for a CNC system with which I can practise programming by hand. Preferably with a GUI that allows operation like on the machine.

It should not only work as a machine controller but also as an offline system on the computer.

I am also interested in whether the current Linuxcnc is compatible with Pal, Sinumeric and / or Heidenhain.

Kind regards R.Lehmeier


Translated with DeepL.com (free version)
  • chowderhead
  • chowderhead
23 Feb 2025 16:14
Replied by chowderhead on topic Replacing Anilam 5000M - Recomendations?

Replacing Anilam 5000M - Recomendations?

Category: General LinuxCNC Questions

I got the Anilam controller working. It's antiquated, at least as far as I'm concerned; sneaker net file transfer via very slow USB-floppy emulator. I'll run with it for a while before spending any more money. Thanks!
  • tommylight
  • tommylight's Avatar
23 Feb 2025 16:00
Replied by tommylight on topic 3D printed stuff, showcase it here

3D printed stuff, showcase it here

Category: Additive Manufacturing

Welcome to the dark side! :)
  • NT4Boy
  • NT4Boy
23 Feb 2025 15:50 - 23 Feb 2025 15:54
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

So I made a rebuilt config, and can see what went wrong.
The pins were setup correctly. but maybe looks odd, because I have had to use encoder inputs as my switches are 5volt devices.
# --- MIN-X ---
net min-x <= hm2_7i92.0.encoder.03.input-a

# --- MAX-X ---
net max-x <= hm2_7i92.0.encoder.03.input-b

# --- MIN-Y ---   (The index pulses are inverted, so the NOT function reverses that.)
net my-input-signal-1 <= not.0.in hm2_7i92.0.encoder.03.input-index
net min-y => not.0.out

# --- MAX-Y ---
net max-y <= hm2_7i92.0.encoder.04.input-a

# --- MIN-Z --- THIS IS SPINDLE EXTENDED ie DOWN limit
net min-z <= hm2_7i92.0.encoder.04.input-b

# --- MAX-Z --- THIS IS SPINDLE FULLY HOME ie UP limit
net my-input-signal-2 <= not.1.in hm2_7i92.0.encoder.04.input-index
net max-z => not.1.out

Mess up was that all the axes, had a similar mistake. Had only min terms in all three places
Putting the max terms as follows has fixed it.

net min-x => joint.0.home-sw-in
net min-x => joint.0.neg-lim-sw-in
net max-x => joint.0.pos-lim-sw-in

X and Y home on the min end, so need to be told, and also that there is a switch at the other end. (Had min there too instead of max.)

Z homes at the max end, which is fully UP
net min-z => joint.2.neg-lim-sw-in
net max-z => joint.2.pos-lim-sw-in
net max-z => joint.2.home-sw-in

Homing all good now, Thanks
Displaying 18766 - 18769 out of 18769 results.
Time to create page: 0.579 seconds
Powered by Kunena Forum