Advanced Search

Search Results (Searched for: )

  • mclien
  • mclien
23 Mar 2025 18:27
Replied by mclien on topic Any experience with cnc-step machines?

Any experience with cnc-step machines?

Category: Milling Machines

Took me while to recognize that you had re-railed the thread again...
As for the control boxes: I have no idea, but I have little idea anyways. So as it stands, I expect to have answer like "well we had that one guy who nḿade it work with LinuxCNC, so that is why we claim it is compatible".
So as I am willing to go quite some way to spare me the pain of running a Windows computer with closed source running my CNC, I tend to get the mechanical parts form one supplier and gather information on which steppers, mesa cards and stuff I should get to have a working LinuxCNC in the end.
I am aware that will most likely end in a bigger amount of pain in the first run, but I am willing to risk that for the better end result.
I just wait for the answer of the cnc-stepper guys and continue from there.
  • papagno-source
  • papagno-source
23 Mar 2025 18:18
update-ethercat-config was created by papagno-source

update-ethercat-config

Category: EtherCAT

Hi . on Debian 10 with ethercat , for refresh configuraztion the ethercat i was use command : sudo -S update-ethercat-config

Now stey use debian 12 with ethercat 1.6 installed with step-by step procedure, but the command  sudo -S update-ethercat-config
 return command not know.

When change the file etc/ethercat.conf how can refresh ethercat on debian 12 ?

Thanks
  • Thayloreing
  • Thayloreing
23 Mar 2025 16:52
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

    I did the whole process to change the firmware of the stlink, it was successful, but it does not appear on my PC, the only difference is that I did not find the blue stlink so I did it in a green one, I used two green stlinks, would there be any difference? If so, how do I find the blue stlink, when I go to buy the cover and everything is the same
  • PCW
  • PCW's Avatar
23 Mar 2025 16:37

Mesa 7i95T config for workbench tests - to drive H-Bridges + PMDC servos

Category: Configuration Tools

Strangely enough, it may be easier to start with a mesact configuration
for a 7I97T since that uses PWM out and encoder feedback.

You would need to at minimum set the PWM output mode to up/down (2)
and disable offset mode. Also of course, change the card name.
  • Roger S
  • Roger S
23 Mar 2025 16:17
Replied by Roger S on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Mich hat gewundert, dass die beiden Subroutinen identisch waren, jedoch verschiedene Verhalten zeigten. Wie auch immer, die Maschine läuft. Herzlichen Dank für Eure Hilfe
  • snowgoer540
  • snowgoer540's Avatar
23 Mar 2025 15:54

Config will not open after Buildbot2 upgade from 2.9.4 to 2.10

Category: Plasmac

Here is opening a sample config on a fresh package 2.10 install:

Warning: Spoiler!


Here is opening the copied config from my config folder, as well as from my sample configs on the launcher:

Warning: Spoiler!
  • looping
  • looping
23 Mar 2025 15:23
Replied by looping on topic Trying out LinuxCNC on Raspberry PI5

Trying out LinuxCNC on Raspberry PI5

Category: General LinuxCNC Questions

Is it possible to use the Master version on a Pi5 ?
  • unknown
  • unknown
23 Mar 2025 15:04
Replied by unknown on topic Raspberry Pi 5 CNC configuration software

Raspberry Pi 5 CNC configuration software

Category: Show Your Stuff

Ok I see it's a windows EXE, correct ?

What Mesa boards does it cover ?
What issue were you having with the supplied tools with Linuxcnc ?
  • TooTall18T
  • TooTall18T's Avatar
23 Mar 2025 14:59
Replied by TooTall18T on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Kommt drauf an was dein "alter" Stand war.
Zwischen PB 0.4.0 und 0.6.0 ist die Routine komplett anders.

Wenn du die Z-Achse auch unbedingt auf "0" fahren möchtest musst du nur "G0 Z0" über "o<go_to_zero> endsub" schreiben.

Ich persönlich hab dies aber immer raus genommen.
  • Roger S
  • Roger S
23 Mar 2025 14:24
Replied by Roger S on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Sie ist identisch. Was wurde denn geändert? In der alten Konfiguration ist diese genauso hinterlegt. Bei "Go to Zero" fuhr auch die Z-Achse auf Null
  • Aciera
  • Aciera's Avatar
23 Mar 2025 14:10
Replied by Aciera on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Wenn ich dann mit "Go to Zero" die vorher gesetzten Nullpunkte anfahren will, bleibt die z-Achse oben stehen.


Falls das hier die angesprochene subroutine ist, dann soll die Z-achse auch nicht auf den Werkstücknullpunkt verfahren:
github.com/kcjengr/probe_basic/blob/main...tines/go_to_zero.ngc
  • Roger S
  • Roger S
23 Mar 2025 13:54
Replied by Roger S on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Ja, die Maschine lässt sich ganz normal steuern. Alle Achsen können verfahren werden. Nach dem Nullen fährt lediglich die Z-Achse nicht zum Nullpunkt. Die "got_to_zero.ngc" ist in Ordnung
  • snowgoer540
  • snowgoer540's Avatar
23 Mar 2025 13:44
Replied by snowgoer540 on topic 2.9.3 - Stuck in wrong state and stops

2.9.3 - Stuck in wrong state and stops

Category: Plasmac

Here is what it looked like:  

 

For reference:
        # plasmac states
        self.IDLE           =  0
        self.PROBE_HEIGHT   =  1
        self.PROBE_DOWN     =  2
        self.PROBE_UP       =  3
        self.ZERO_HEIGHT    =  4
        self.PIERCE_HEIGHT  =  5
        self.TORCH_ON       =  6
        self.ARC_OK         =  7
        self.PIERCE_DELAY   =  8
        self.PUDDLE_JUMP    =  9
        self.CUT_HEGHT      = 10
        self.CUT_MODE_01    = 11
        self.CUT_MODE_2     = 12
        self.PAUSE_AT_END   = 13
        self.SAFE_HEIGHT    = 14
        self.MAX_HEIGHT     = 15
        self.END_CUT        = 16
        self.END_JOB        = 17
        self.TORCH_PULSE    = 18
        self.PAUSED_MOTION  = 19
        self.OHMIC_TEST     = 20
        self.PROBE_TEST     = 21
        self.SCRIBING       = 22
        self.CONS_CHNG_ON   = 23
        self.CONS_CHNG_OFF  = 24
        self.CUT_REC_ON     = 25
        self.CUT_REC_OFF    = 26
        self.DEBUG          = 27

So it missed:
4 - ZERO_HEIGHT
14 - SAFE_HEIGHT
16 - END_CUT
17- END_JOB
  • snowgoer540
  • snowgoer540's Avatar
23 Mar 2025 13:40
Replied by snowgoer540 on topic 2.9.3 - Stuck in wrong state and stops

2.9.3 - Stuck in wrong state and stops

Category: Plasmac

Thanks, given that this issue only happens once a week or so, is the output logged anywhere?


Not other than the terminal. I spent 5-10 minutes confirming my suspicion that the mismatch in timing between the GUI and the component is such that catching the state changes at a GUI level is fruitless. Even appending them to a variable and writing that to the log file when the machine goes IDLE again reveals that it misses some state changes. I'd be reluctant to add file based logging to the component.

Not sure where the harm would be in running from the terminal, and turning on debug-print and then having your customer look at the terminal window the next time it "freezes" and report back on the last state displayed.
  • tommylight
  • tommylight's Avatar
23 Mar 2025 13:32

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

That file contains:
#! /bin/bash

mkdir ~/apt
sudo cp -r /etc/apt/*.* ~/apt
sudo wget http://buildbot2.highlab.com/buildbot-archive-key.gpg /etc/apt/trusted.gpg.d
sudo rm -f /etc/apt/preferences.d/99linuxcnc-uspace.pref
sudo rm -f /etc/apt/sources.list.d/linuxcnc-uspace.list
sudo apt update
sudo apt upgrade
1. it does not add the repository, it only adds the key
2. deleting stuff on user PC's is never a good idea, at least add a warning for them to confirm the risk.
Displaying 17056 - 17070 out of 18505 results.
Time to create page: 0.642 seconds
Powered by Kunena Forum