Advanced Search

Search Results (Searched for: )

  • jc2ktr
  • jc2ktr
20 Oct 2025 10:31 - 20 Oct 2025 10:32
Replied by jc2ktr on topic Festo CMMT-ST

Festo CMMT-ST

Category: EtherCAT

I´ve got one CMMT-ST drive too, and got it finally to move.
With a absolute Encoder you don´t need Movement for the drives.
If you have HOME_ABSOLUTE_ENCODER = 2 in your .ini file declared.

I could share my Config if needed.

Greetings Sven
  • Aciera
  • Aciera's Avatar
20 Oct 2025 10:31
Replied by Aciera on topic linuxcnc.command().mdi() vs .program_open()

linuxcnc.command().mdi() vs .program_open()

Category: General LinuxCNC Questions

A file containing a subroutine callable with .mdi("o<myfunction> call") is different from a program file that can be opened using .program_open("myfunction.ngc")
  • DerKlotz
  • DerKlotz
20 Oct 2025 09:10

Drehrichtung der Achsen Softwareseitig ändern

Category: Deutsch

Hallo,
ich baue gerade eine neue Fräse und bin gerade dabei die Achsrichtungen zu testen. Meine X Achse läuft schon mal in die falsche Richtung. Wo ändere ich das softwareseitig. In der Pncconf habe ich bereits StepgenX invertiert. Leider ohne Erfolg.

VG
  • Edi_48
  • Edi_48
20 Oct 2025 08:29 - 20 Oct 2025 15:05

tool length probe subroutine for Probe Basic

Category: Mill Library

Hallo ich habe deine Installation gemacht,
Fahren auf Referenfpunkt geht
Fahren auf G30 ist Ok
Werkzeug wechsel geht nicht Fehler :Kein Werkzeug in Carosell
In der ini habe ich bei ATC_TAB_DISPLAY= 0 , Atc Pockets=0

Frage wo ist der Fehler
  • unknown
  • unknown
20 Oct 2025 08:07
Replied by unknown on topic 1000 pulse per rev limit?

1000 pulse per rev limit?

Category: General LinuxCNC Questions

When you start talking tenths, you have to start looking an thermal expansion.
  • meister
  • meister
20 Oct 2025 05:31
Replied by meister on topic 1000 pulse per rev limit?

1000 pulse per rev limit?

Category: General LinuxCNC Questions

It always depends on the speed (rpm) and the hardware you are using. You should describe what you have in more detail.
  • Ayden25
  • Ayden25
20 Oct 2025 03:36
1000 pulse per rev limit? was created by Ayden25

1000 pulse per rev limit?

Category: General LinuxCNC Questions

Hey all. I have dropped it to 800 so it works but I would like a higher resolution. I'm just wondering how I can get 1600 plus per rev in linux cnc so I can have .0001" per step

Thanks in advance. 
  • DavidR8
  • DavidR8
20 Oct 2025 03:28

New Probe Basic install - error during install.

Category: QtPyVCP

As a LinuxCNC rookie I'd be happy to test-drive any documentation.
  • unknown
  • unknown
20 Oct 2025 01:23
Replied by unknown on topic burning iso to USB drive

burning iso to USB drive

Category: General LinuxCNC Questions

Use win32diskimager.org/ to write the ISO to the USB drive. It's dumb in the way it will just write byte by byte and not try to do anything fancy.
  • unknown
  • unknown
20 Oct 2025 01:18

Proposal RPi Linuxcnc Image Based on Raspi OS All welcome/encoraged to comment

Category: Installing LinuxCNC

Despite my misgivings and boneheadedness I shall experiment with your suggestion.
If anything goes wrong I shall visit the local coven and take appropriate action. ;)

My work experience has been a little different, many years labouring and doing install and repairs to play equipment, road work and traffic control. What this has taught me is that people aren't that a fair percentage of people are lucky to breathe and walk at the same time. So I try to accommodate for the lowest common denominator.
Take for instance when I used to work on the railways during a weekend shutdown. Signs every informing passengers the train service has been replaced by a bus service. Panels of track that have been pulled up, and people sitting on the platform asking when the nest train is due.
So yeah no actual experience in the computer field as a professional, but way too much dealings with The General Public hahaha.

Tho there were times as a Traffic Controller when the temps were in the high 40c that some residents would offer cold drinks. Or night shift in the middle of winter when someone would bring out a hot chocolate.
  • scsmith1451
  • scsmith1451's Avatar
19 Oct 2025 23:17
linuxcnc.command().mdi() vs .program_open() was created by scsmith1451

linuxcnc.command().mdi() vs .program_open()

Category: General LinuxCNC Questions

Can anyone tell me the difference(s) between calling an ngc routine with .mdi("o<myfunction> call") and .program_open("myfunction.ngc")?
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 23:06
Replied by Lcvette on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

Glad you got it sorted out! Enjoy probing!
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 23:03
Replied by Lcvette on topic increment 4 MPG jog wheels with Basic Probe

increment 4 MPG jog wheels with Basic Probe

Category: QtPyVCP

That's a much easier method! Glad you got it sorted out!
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 23:02

New Probe Basic install - error during install.

Category: QtPyVCP

Glad you got it sorted, I will add this to the docs for the next release
  • sconisbee
  • sconisbee
19 Oct 2025 20:36
Feed per rev G95 way too fast was created by sconisbee

Feed per rev G95 way too fast

Category: Basic Configuration

Hi, Sorry, please bear with me, I'm new here and relatively new to LinuxCNC.I've been converting an old Boxford 240 TCL to LinuxCNC running on a Pi5. 

Everything is running fine(ish) there are still some glitches and errors that crop up and the odd latency warning too (stepping is done on an EC300 running remora so I'm not so worried about the latency warning).

However... i've gotten to the point of testing, and for some reason in G95 and feeding at 0.1mm/rev the axis runs at way faster rate, 10x maybe more.Anyone have any idea what is going on?  The only other thing to note is that I am having issues with LinuxCNC seeing my index pulse, but it is seeing the count from the single encoder (100 slot disk with a second slotted opto switch for index so not quadrature). 
I'm assuming that its possible the feed issue could be linked to that.

The other issue I am having is when i run a program, it won't run through automatically.  The only way it will run is by me hitting the single step through button.  I'm wondering if that is linked to the encoder also as perhaps LinuxCNC isn't seeing "at speed" so isn't letting the program run?

hal and ini attached.  Please forgive the messy files, once they are running right I'm planning on cleaning them up. 
Displaying 991 - 1005 out of 22552 results.
Time to create page: 0.222 seconds
Powered by Kunena Forum