Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
31 Aug 2025 14:16
Replied by tommylight on topic Biesse rover 7.40

Biesse rover 7.40

Category: CNC Machines

Yup, that is it.
Not much useful info there, though.
  • PCW
  • PCW's Avatar
31 Aug 2025 13:19
  • JT
  • JT's Avatar
31 Aug 2025 13:06

halui.mdi-command-NN pins not showing up

Category: HAL

Changing A to X and the mdi commands show up, changing back to an angular axis and the mdi commands don't show up.

JT
  • langdons
  • langdons's Avatar
31 Aug 2025 13:00 - 31 Aug 2025 13:01
Replied by langdons on topic Biesse rover 7.40

Biesse rover 7.40

Category: CNC Machines

This one?
forum.linuxcnc.org/38-general-linuxcnc-q...over-b-7-40ft#334138

Other topic is from 2023 though.
  • JT
  • JT's Avatar
31 Aug 2025 12:58

halui.mdi-command-NN pins not showing up

Category: HAL

There is something weird going on, I'm trying to duplicate the issue and some configurations mdi works and some do not.

JT
  • laurentl38
  • laurentl38
31 Aug 2025 12:39
Replied by laurentl38 on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

I thought I was on the right track. I played with the PID coefficients all weekend, but nothing conclusive.
With an M19 R10, the spindle jams and eventually stops, but "orient.is-oriented" never goes to 1.
If I repeat an M19 R5, for example, nothing happens. If I repeat an M19 R30, the spindle ends up running at maximum speed.
In any case, it's rarely reproducible twice in a row.
  • JT
  • JT's Avatar
31 Aug 2025 11:30
Replied by JT on topic installing an older version

installing an older version

Category: Installing LinuxCNC

My Hardinge CHNC is still running Ubuntu 10 with EMC 2.7 with no issues at all. I doubt that Debian 12 would even install on that pc but if it ain't broke don't fix it is my motto.

JT
  • thomaseg
  • thomaseg
31 Aug 2025 10:29

Probe Basic tool touch off gives "Probe tripped during non-probe move"

Category: QtPyVCP

Hi,

I did try your suggestion, but the result was the same :-( However, after trying to understand the subroutine line-by-line i found something:
https:/github.com/kcjengr/probe_basic/blob/04900f1f6bec0c6ec3e3130adb82514e7f007b8b/configs/probe_basic/subroutines/tool_touch_off.ngc#L49
Doesn't this assume that my "probe home" is at Z0? on my machine "probe home" is at Z450... i tried changing it to Z450 and it seemed to solve the problem...

So, i think the REAL issue is that my Z-axis works "up-side down" compared to other machines(Z0 at table, Z450 at top). I didn't think that would matter, but seeing that Z0 is hardcoded here, i think this will cause other problems for me in the future, so i think i'll change it...
  • johns00056
  • johns00056
31 Aug 2025 10:18
Replied by johns00056 on topic installing an older version

installing an older version

Category: Installing LinuxCNC

You can just try loading the existing configuration files onto the Bookworm setup. It ought to just work (I spent a lot of effort on the automatic conversion scripts)

 

Thanks for the help.
The script to automatically re configure configuration files did not work.

missing [KINS]KINEMATICS=
          [KINS]JOINTS=
From looking at an example , it looks like I will have to change the ini file joints and axes.
It also looks like I will have to add loadrt [KINS]KINEMATICS to the HAL file.
  • johns00056
  • johns00056
31 Aug 2025 10:03
Replied by johns00056 on topic installing an older version

installing an older version

Category: Installing LinuxCNC

You have to disable "secure boot: and UEFI in BIOS for it to work, UEFI is usually disabled by choosing Legacy mode in BIOS for boot devices/order.

Thanks for the help.
I tried this but  the new computer will still not boot from the thumb drive.
The old computer will boot from the thumb drive.
The new motherboard does not have have CSM (compatibility support module) when using the integrated graphics on the processor .
The internet says something about if I add a graphics card that supports VBIOS display, I might be able to gain CSM functionality.
 
  • GDTH
  • GDTH's Avatar
31 Aug 2025 09:57 - 16 Sep 2025 17:19

Solved: Bitfile needed for 6i25 + 7i77 + Chinese BoB

Category: Driver Boards

Hello Everyone,

I’m looking for a bitfile for my 6i25 setup with a 7i77 (P3) and a Chinese breakout board (P2).
The breakout board will only be used for stepper control.Does anyone already have a suitable bitfile available, or would be willing to help create one? I’m not yet familiar with making custom bitfiles myself and wouldn’t know where to start, so any help would be greatly appreciated.Thanks in advance!
  • juergen-home
  • juergen-home
31 Aug 2025 06:59 - 31 Aug 2025 08:38
Replied by juergen-home on topic Connect Mesa 6i25 HDR26 with 7I52S HDR50

Connect Mesa 6i25 HDR26 with 7I52S HDR50

Category: Driver Boards

So the cable is done and the connection seems to work.        
  • sunmoon
  • sunmoon
31 Aug 2025 06:04

Feasibility of Replacing Electronic Gearbox with LinuxCNC on RZ300E Gear Grinder

Category: General LinuxCNC Questions

Hi everyone,I'm exploring the possibility of retrofitting an older Reishauer RZ300E gear grinding machine by replacing its existing electronic gearbox with a LinuxCNC-based solution. I’d appreciate your thoughts on whether this is technically feasible—especially for someone with limited experience using LinuxCNC.Additionally, I came across this article on continuous generation grinding  and video(
) that outlines some of the machine’s principles. Could a setup like this be simulated and validated in LinuxCNC before committing to hardware implementation?Any guidance, suggestions, or shared experiences would be greatly appreciated!Thanks in advance.
  • unknown
  • unknown
31 Aug 2025 05:58 - 31 Aug 2025 06:01

2.9.4 iso Bookworm RTAI AMD64 step config issue

Category: General LinuxCNC Questions

I think it's hardcoded into stepconf, otherwise it would have to parse through known editors, there are many and someone would complain (vim & emacs I'm looking at you.)

Alot like geany so that was the editor chosen (same for the arm64 images).

Python3 has been the norm for a while now. I think the gcode generators are 8 years or so old.

There is a lot of python 2 stuff around that just hasn't been update for python 3.

You could install python2 and try that for the gcode generator.
  • vicstransam
  • vicstransam
31 Aug 2025 03:01
Replied by vicstransam on topic Simple G-Code Generator

Simple G-Code Generator

Category: CAD CAM

Yes, you are correct. The way the python script creates the gcode in this particular script is by using trigonometry to find the coordinates and writing to sys.stdout. I did find a preamble and postamble in the py file and I found the postamble was correct with an M2 so I think it has something to do with the way it sends the code to Axis.
Displaying 2581 - 2595 out of 22512 results.
Time to create page: 0.840 seconds
Powered by Kunena Forum