Advanced Search

Search Results (Searched for: )

  • langdons
  • langdons
14 May 2025 14:10
Replied by langdons on topic Combined MESA board order for Australia.

Combined MESA board order for Australia.

Category: Driver Boards

See if you can buy a used MESA board from someone in Austrailia.

Or an Aisian knockoff.

Even in Canada, shipping from China/Thailand is often cheaper than shipping from USA.

(except digi-key)
  • RotarySMP
  • RotarySMP's Avatar
14 May 2025 14:06
Replied by RotarySMP on topic Bridgeport VMC760 retrofit

Bridgeport VMC760 retrofit

Category: Milling Machines

Yes, the RS-422 is their smart serial connection between the 7i97T FPGA main board and 7i73 and 7i84 daughter boards. Since there is only one RS-422 configured standard on the 7i97T (on TB4), you can only connect one of those two cards, until you reflash the 7i97T to reconfigure some of the pins of the P2 expansion port to provide a second RS-422.

Glad you are enjoying my videos. It is fun to dick around with this stuff :)
Cheers,
Mark
  • langdons
  • langdons
14 May 2025 14:02
Replied by langdons on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Open source is supposed to allow people to work together; but people don't work together, they insist on doing their own thing.

How does badly recoding chmod help anyone?
  • langdons
  • langdons
14 May 2025 13:58
Replied by langdons on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Turns out the GNU versions of chmod is inferior to the FreeBSD version I'm used to using on macOS.

Why don't the people at the GNU foundation just use the FreeBSD chmod?!!!

They could, but they insist on re-coding the wheel.

It's very annoying!

The FreeBSD has some issues, but has WAY more functionality than the GNU one.

The man page for chmod on macOS is WAY, WAY more detailed and informative than the lame, short GNU one.
  • workshop54
  • workshop54
14 May 2025 13:54 - 14 May 2025 13:56

Best practice for installing custom Python packages in LinuxCNC?

Category: General LinuxCNC Questions

 
Hi all,

I’ve developed a custom Python package — and not just a loose .py file, but a real multi-module package, complete with pyproject.toml, unit tests, internal structure, and even a __str__ for logging prettiness. Yes, I know, it’s total overkill for something that just drives the lubrication pump… but hey, it’s fun

The code I wrote can be found here if anyone is interested: github.com/johanvergeer/maho-mh400e-conf...ree/main/lubrication

Now I want to use this package from a Python script that’s launched via loadusr in my machine config.

Some context:
  • The script uses linuxcnc, hal, and qtvcp modules.
  • LinuxCNC runs on the global system Python interpreter as far as I can see, which means my package has to be available outside of any virtual environment.
  • Installing with pip install . into the global Python environment technically works, but it’s strongly discouraged on modern Debian-based systems due to PEP 668. I’ve already seen Poetry try to uninstall half of /usr/lib/python3 
  • Virtualenvs don’t help much either, since they can’t see LinuxCNC’s compiled modules.
  • Adding my repo folder to sys.path is possible, but feels like duct tape.
So… what’s the best practice here?
  • Is it acceptable to install your own packages into something like /usr/lib/python3/dist-packages/?
  • Is there an officially recommended way to include custom Python packages that need to be imported across multiple files or used in different HAL components?
Or am I simply in “here be dragons” territory and should stick to a bunch of flat .py files with global state? 

Any advice or patterns you use would be greatly appreciated!

Cheers,
Johan
 
  • langdons
  • langdons
14 May 2025 13:50
Replied by langdons on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

You can set special file permissions.

Allow write but not deletion.

Set the sticky bit to true.

Writing is allowed, but not deletion.
  • langdons
  • langdons
14 May 2025 13:47
Replied by langdons on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

sudo apt install lm-sensors

(Optional, but recommended): sudo sensors-detect

sensors
  • snowgoer540
  • snowgoer540's Avatar
14 May 2025 13:10
Replied by snowgoer540 on topic Job not showing in position - 2.9.4 - v2.9-238.315

Job not showing in position - 2.9.4 - v2.9-238.315

Category: Plasmac

Yep, that's definitely the problem.  QtPlasmaC does not intend for G92 to be used.  In fact for the Master branch, we disabled it entirely:

Master Docs

I would recommend you use the peripheral offsets process to set up your laser pointer:

Peripheral Offsets

Then you can use the process described in the LASER section to set your origin.  The bonus is that you can use this to rotate the work coordinate system to account for a sheet of material that is not quite straight.  

LASER

Hopefully that helps get you straightened out.  Please let me know if you have any questions. 
  • anfänger
  • anfänger's Avatar
14 May 2025 12:54
Replied by anfänger on topic Fehlmann Picomax 100 Retrofit

Fehlmann Picomax 100 Retrofit

Category: Milling Machines

If its still of interest, the limit switches are normally closed, and go over a relay to the controls.
  • sajurcaju
  • sajurcaju
14 May 2025 12:42

[SOLVED] New wifi card causes second parallel port to stop working

Category: General LinuxCNC Questions

Setup:
LinuxCNC 2.9.0 using Axis, configured with Stepconf
Dell Precision Workstation T3500, 8g ram
Radeon HD 5700
Two identical Sunix PCIe parallel port cards
Mint Debian Edition 6
#1 SMP PREEMPT_RT Debian 6.1.128-1 (2025-02-07)
6.1.0-31-rt-amd64
Why do I have two parallel port cards? Some time ago, I damaged the MB parallel port.
This setup works great.

When I add a wifi card (TP-Link PCIe Wifi card AC600), the second parallel port card address changes (per dmesg). I updated the hal with Stepconf for the new address. Now in Axis, the Machine Power button is grayed out, like the estop circuit is open. Estop-in is on the second parallel port card, so I'm interpreting this as the wifi card is somehow blocking the second parallel port card.
I shutdown, removed the wifi card, updated the second parallel port card address, and it all works fine again.

Put the wifi card back in and ran ptest
forum.linuxcnc.org/18-computer/4743-parallel-port-tester   (thanks BigJohnT)
Both parallel port cards work with ptest, with the wifi card installed.

Advice will be greatly appreciated.
Steve

 
  • aeth
  • aeth
14 May 2025 11:19
Replied by aeth on topic Ethercat drive configuration woes

Ethercat drive configuration woes

Category: EtherCAT

I was considering getting these drivers. Did you manage to get them to work, or should they be avoided?
  • RNJFAB
  • RNJFAB
14 May 2025 10:18 - 14 May 2025 10:25

Job not showing in position - 2.9.4 - v2.9-238.315

Category: Plasmac

sorry Snow.

1. no tried again with a different file.
2. yes, cut, then frame. its a time lapse.

I did some testing tonight and all is good until i zero off the laser pointer.
The code i'm using for this is
G92 x0 y0/ G0 x-2 y 104/G92 x0 y0

Is this code wrong?

Also, everything is fine, until I zero on the laser pointer. 
  • MakeMe12
  • MakeMe12
14 May 2025 09:18

Combined MESA board order for Australia.

Category: Driver Boards

Hi all 
I need to order a 7i73 and shipping is $90 USD to get it to Qld Australia. This may be the unavoidable cost but I can't justify it for a $49usd board.
I'm happy to wait a couple of months if necessary and combine freight with others ordering from Mesa.
If your considering ordering and would like to combine our orders and split freight costs PM me. 
Cheers Brad.
  • Aciera
  • Aciera's Avatar
14 May 2025 08:58
Replied by Aciera on topic Deckel-Maho DMU 50T

Deckel-Maho DMU 50T

Category: Milling Machines

Fixed the link formatting.
  • Str8jacket
  • Str8jacket
14 May 2025 08:42
Replied by Str8jacket on topic Deckel-Maho DMU 50T

Deckel-Maho DMU 50T

Category: Milling Machines

Not sure what has happened to that link? but it still works?
Displaying 3136 - 3150 out of 25325 results.
Time to create page: 0.244 seconds
Powered by Kunena Forum