Advanced Search

Search Results (Searched for: )

  • 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.
  • snowgoer540
  • snowgoer540's Avatar
23 Mar 2025 13:30

Config will not open after Buildbot2 upgade from 2.9.4 to 2.10

Category: Plasmac

2. Install the Qtplasmac sim to the config folder
3. Open the sim to confirm its working

2. How? Why?
3. when you do this, LinuxCNC will copy the sim config folder to your "linuxcnc/configs" folder, so there is absolutely no reason for 2.
If you did 2. for whatever non existing reason, that might be the issue with permissions...


I too am miffed by what you mean for #2.

Are you saying that you are trying to open the 2.9.4 sim config that was probably put in "My Sample Configurations" on a 2.10 installation?

If so, that could be the problem, just open a simulation from Sample Configurations > sim > qtplasmac > qtplasmac_l_metric.

(I think Tommy and I might be saying the same thing)
  • TooTall18T
  • TooTall18T's Avatar
23 Mar 2025 13:29
Replied by TooTall18T on topic Z-Achse fährt Werkstücknullpunkt nicht an

Z-Achse fährt Werkstücknullpunkt nicht an

Category: Deutsch

Bewegt sich die Maschine denn überhaupt wenn du auf "[GO TO ZERO]" drückst?

Ablauf ist, dass die Z-Achs ganz nach oben gefahren wird. Danach nach auf X0 Y0 und ggf. dann noch die A- und C-Achse positioniert wird.

Nach zu sehen in der "go_to_zero.ngc" im "subroutines" Ordner.
  • tommylight
  • tommylight's Avatar
23 Mar 2025 13:23

Config will not open after Buildbot2 upgade from 2.9.4 to 2.10

Category: Plasmac

2. Install the Qtplasmac sim to the config folder
3. Open the sim to confirm its working

2. How? Why?
3. when you do this, LinuxCNC will copy the sim config folder to your "linuxcnc/configs" folder, so there is absolutely no reason for 2.
If you did 2. for whatever non existing reason, that might be the issue with permissions...
Displaying 7606 - 7620 out of 24517 results.
Time to create page: 0.272 seconds
Powered by Kunena Forum