Advanced Search

Search Results (Searched for: )

  • Lcvette
  • Lcvette's Avatar
04 Aug 2025 16:42
Replied by Lcvette on topic Surfacemap Z compensation with Probe Basic

Surfacemap Z compensation with Probe Basic

Category: QtPyVCP

i found some really odd namings in the ui for the widgets, it is very confusing and appears to be unfinished or a the very least very poorly internally connected. i'm not sure where some of the parameters are coming from or if they were intended to be hard coded only in the var file or not. I don't think this is actually a finished project from the looks of it, at least not from the link you posted above. you may want to try contacting zmrdko.

from my scan through the ui, subroutines etc, things do not match up and widget names are duplicated as if copied and pasted but not correctly named so it's hard to follow the parsing flow correctly.

there is also no custom_config.yml setup instructions for the ui widgets to be stored in and saved and loaded on startup which means everytime you startup probe basic, those variables in the ui will be dumped and set to placeholder text (0.0000) which will be unsynchronized with the persistent var file data.

these are things that can be resolved in the upcoming release as i created a new var line edit widget that will not rely on subs to store and load variable from the var file.

some of the numbered parameters you listed above are linuxcnc params:

linuxcnc.org/docs/stable/html/gcode/over...:numbered-parameters

any params used in probe basic or any other add on would be between 3-5000 as these are user configurable parameters. anytime you see one 5001 or higher it will be a dedicated parameter used in linuxcnc.

I would say that this project is still a work in progress from my look into it.here is my mapping of everything, you could probably fix it and ask the developer for a pull request if you wanted, that would be the course i took,but as it stands i don't think you will be able to get it working as is.

 

 
  • langdons
  • langdons's Avatar
04 Aug 2025 16:12
Replied by langdons on topic prevent jog limit error

prevent jog limit error

Category: General LinuxCNC Questions

Try creating a new config with the GUI.

It fixed it for me.

The default values are the default for a reason.
  • langdons
  • langdons's Avatar
04 Aug 2025 16:10
  • Benb
  • Benb's Avatar
04 Aug 2025 16:01
Replied by Benb on topic Switch relay in a defined x position

Switch relay in a defined x position

Category: Advanced Configuration

I misunderstood your previous inquiry.
Right, you are satisfied with the performance of your existing system and would like to add a switch to monitor whether the cylinder support is extended before allowing the machine to start. If this statement is correct than you have two choices:
The switch will act as permissive, ie when switch is active the machine should not be able to start.
Or the switch will act as an interlock, ie anytime the switch is active the machine shuts down?
  • dannym
  • dannym
04 Aug 2025 14:29 - 04 Aug 2025 14:33
Bit length checking on top datum was created by dannym

Bit length checking on top datum

Category: General LinuxCNC Questions

I work with a larger community makerspace and people missetting the z and gouging the spoilboard is the bane of our existence,

I would like to implement this:
1.  there's a wireless toolsetter you use as normal to set your top datum jobs.  This is the "User Offset" (UO).  I only mention this to make it clear that the tool offset test is a different thing.
2. a ToF rangefinger on the head.  NOT to try to distance the work, bed, or bit.  Rather, it's mounted above the spindle and if it is not running and senses hands in the area needed to undo the collet nut, it assumes the bit has been changed strobes a "safety touch off required" (STOR) signal that linuxcnc latches.  STOR is basically "tool offset is now unknown, don't run until the tool offset is checked"
3. The safety touch-off is a second toolsetter located in a fixed place on the machine, with a known fixed Z-height above the bed.  The STO cycle finds the z height of the bit tip and scans the loaded file for the lowest Z-coord, applies the current UO, and if it goes below the bed in machine coords, sets Z Safety Lock Out (ZSLO) which locks out the Run mode.  STO test never reorients the job, it only locks out run mode until the user corrects it
4.  Loading a new file, rerunning the wireless toolsetter for a new UO, manually entering a new UO, or running a new STO cycle triggers a reevaluation which could reset the ZSLO.  
5.  STOR is only set upon power-up or the ToF rangefinder detects that the bit  may have been changed.  False triggering the rangefinder and setting STOR is acceptable as it is just a small nuisance, but it should be impossible to interact the with collet nut without triggering STOR.  The corrective measures in #4 do not set STOR since the tool offset is already known.  It is not tested every time you press RUN.  
6.  STO can be initiated manually, or, pressing "RUN" will always trigger an  STO before running, which will either continue on into the RUN mode, or trigger ZSLO and enter the STOP state.

I know this will not protect against bit slippage.  I have wondered about how to do that for awhile, but can't see a solution other than conductive spoilboard.  Conductive spoilboard could actually work, it could still allow shallow excursions into it.  When the spoilboard is grounded by bit contact, the distance from the current Z and the lowest Z in the loaded file cannot be >2mm or we retract Z and stop.

Only problems there are you can't use conductive stock (bypass mode possible), but the main issue would be a cost-effective way to make spoilboard conductive enough.  Then again, if the spoilboard isn't getting consumed regularly, a high-effort way to make it conductive could still be practical.
 
  • tarasko
  • tarasko's Avatar
04 Aug 2025 14:24 - 04 Aug 2025 14:44
Replied by tarasko on topic New PC build: Asrock N100DC

New PC build: Asrock N100DC

Category: Computers and Hardware

Hello. I've build a setup with ASUS prime N100I-D D4
Turned off some CPU related features in BIOS and added
to linux kernel cmdline params
"isolcpus=2,3 acpi_irq_nobalance noirqbalance"

So Max Jitter(ns) for Base thread is 29725.

Any other optimizations which I've forget about?
  • konrad
  • konrad
04 Aug 2025 13:50
prevent jog limit error was created by konrad

prevent jog limit error

Category: General LinuxCNC Questions

Hi,

sorry this this probably a very basic problem but I couldn't find a solution myself: I can jog the machine out of the axis until the limit switch triggers. I have shared home/ limit switches and my understanding was that after homing the machine would know where it is and prevent jogging until the limit is triggered.

I suspect my Home / Home offset /  min limit is the likely cause but as I said I cant figure it out

Currently I tried 
HOME = 5.0
HOME_OFFSET = 0.000000
MIN_LIMIT = -1.0

I also tried 
HOME = 0
HOME_OFFSET = -0.800000
MIN_LIMIT = -1.0

but both still do not prevent me from jogging the axis until i get an limit error at which point I have to restart the machine and manually move the axis free.

Thanks!!
  • tommylight
  • tommylight's Avatar
04 Aug 2025 13:42

LinuxCNC randomly crashes reportedly due to Python bug

Category: Advanced Configuration

1. whatever you are doing to log all the 0's and 50's , don't, just had to scroll through over 70 pages of it, it is not fun and wastes a lot of very precious time
2. none of the two mentioned errors will not stop the LinuxCNC from running
3. Python error, as noted at the end of a very long error log, having to do with jog buttons as it seems
-
Try using Axis GUI, make the machine work properly by fixing latency issues and the "dolt not cleared" as this will disable the Mesa card completely.
Then try other GUI's.
  • matasbuk
  • matasbuk
04 Aug 2025 13:19

LinuxCNC randomly crashes reportedly due to Python bug

Category: Advanced Configuration

Solving the realtime delay should solve this? Didn’t consider this as I thought Python did not ran in realtime
  • SebastianM
  • SebastianM
04 Aug 2025 13:08

"KeyError" suddenly appears after moving a limitswitch

Category: QtPyVCP

So you are saying that the latest stable version is not known to work? It worked great for me...

Shouldnt I try to update the my stable branch first?
  • PCW
  • PCW's Avatar
04 Aug 2025 12:58
Replied by PCW on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Driver Boards

Beachten Sie auch, dass bei einem 7I84U beide Feldnetzteile
angeschlossen sein müssen, da er sonst nicht erkannt wird.
  • --Matt--
  • --Matt--
04 Aug 2025 12:47 - 04 Aug 2025 12:52
Replied by --Matt-- on topic Surfacemap Z compensation with Probe Basic

Surfacemap Z compensation with Probe Basic

Category: QtPyVCP

Yes, I did.

The surface_scan_param_update.ngc file only seems to handle parameters 3050-3054. These are associated with the ui buttons that seem to work.

github.com/zmrdko/01_surfacemap/blob/mai...can_param_update.ngc

The surface_scan.ngc file mentions several other parameters:
3055, 3057, 3058, 3059, 3060, 3061, 3062, 5061, 5062, 5063, 5403

github.com/zmrdko/01_surfacemap/blob/mai...nes/surface_scan.ngc

I did try adding these to the .var file but that didn't work. Perhaps they also need to be added in a similar way to surface_scan_param_update.ngc?

Another problem is that the instant you try to type a character into the ui boxes for feedrate on the surfacemap user tab it attempts to do something. I.e. It doesn't wait until you enter the value, it tries to send individual characters.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:44
Replied by tommylight on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac


When I do a torch-test with 3 seconds pulse then I read a voltage of 180V on the plasmac-screen. Is that a plausible value ? 

Yes it is

Is it possible to get a table with cutting-settings for different thicknesses from sb. who also uses a Stahlwerk-Plasmacutter or comparable so I don't neet to try and waste so much metal ?

That will not help you much, you have to do your tests and decide on results as there are to many conditions that will inevitably change the cut quality, like: air pressure, air moisture, nozzle type, cut height, cut speed, type of material (all mild steels are not the same), etc.
Try searching this forum, i have explained several time in detail how to test and adjust for quality cutting.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:30
Replied by tommylight on topic 7i96s Erweiterung

7i96s Erweiterung

Category: Driver Boards

7i84U ist ein SSerial carte, braucht kein firmware flash.
  • tommylight
  • tommylight's Avatar
04 Aug 2025 12:22
Replied by tommylight on topic MonoKrom - QtPyVCP GUI for PlasmaC and Mill

MonoKrom - QtPyVCP GUI for PlasmaC and Mill

Category: QtPyVCP

Subbed with @tomapc and was already subbed with @toma.cnc1 , i think, will also check @toma.3d.
Displaying 3391 - 3405 out of 22786 results.
Time to create page: 0.767 seconds
Powered by Kunena Forum