Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
19 Nov 2025 10:41
Replied by Hakan on topic AX58100

AX58100

Category: EtherCAT

Haha, that brings back memories 

There are two products here in the picture
 
www.aliexpress.com/item/1005001579853052.html STM32F407VET6 dev board
www.aliexpress.com/item/1005007182508975.html LAN9252 slave dev board

The STM32's pins on the LAN93252 dev board are limited to those in the pin header, which wasn't enough.
For test it can work if the needed pins are available in the header.
One can use the LAN9252 of the kit, which is what I did and hooked it up to the STM32 dev board
where I had access to all pins.SPI+sync0,syc1,irq lines.

I now see in some searches there are other LAN9252+STM32 development boards which are better suited, maybe this one?
 
It can pay off to do a search. You want access to the Timer's encoder inputs, which 
are different for different models so it's a puzzle.

Schema for STM32F407ZGT6 on the LAN9252 dev board
 
  • MaHa
  • MaHa
19 Nov 2025 10:32
Replied by MaHa on topic Remaped Toolchange

Remaped Toolchange

Category: Flex GUI

The remap is done with a simple .ngc routine, for adjustable toolchange/probing position, from a spinbox value. change.ngc completes without error., then it crashes. So the problem must be with  epilog=change_epilog.  I did not modify   stdglue.py  . The manual tool change option from .hal file is working


[RS274NGC]
REMAP=M6  modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog


 
  • andypugh
  • andypugh's Avatar
19 Nov 2025 10:29
Replied by andypugh on topic ISEL CNC/IMC4 programming language

ISEL CNC/IMC4 programming language

Category: General LinuxCNC Questions

I think you might be misunderstanding what LinuxCNC does. If the machine responds to low-level commands through the serial port then I think that the CNC controller is on the machine side of the serial port. LinuxCNC is a CNC controller, so that is where half of LinuxCNC would go too.
  • Fixenty
  • Fixenty
19 Nov 2025 10:22
Touch resizing of gcode preview was created by Fixenty

Touch resizing of gcode preview

Category: Gmoccapy

Hi, I have an issue in Gmoccapy.When I try to click on “Clear Toolpath” or “Jog Speed –”, the cursor automatically grabs the edge of the preview window. Instead of clicking the button, it starts resizing the preview window.It feels like the preview window border has priority over the buttons, so I can’t reliably click them. Has anyone experienced this, or knows how to fix it? 
  • vibram
  • vibram
19 Nov 2025 08:59
Replied by vibram on topic AX58100

AX58100

Category: EtherCAT

@Hakan certainly a stupid question but I did not understood why you did not managed to get the encoder work on the ethercat devboard here?



I wanted to test the encoder on the devboard before doing a custom board
Thank you for the clarification
  • unknown
  • unknown
19 Nov 2025 06:26
Replied by unknown on topic program exceeds machine maximum

program exceeds machine maximum

Category: General LinuxCNC Questions

I have my MAX-Z-LIMIT set at 20mm & MIN-Z-LIMIT set at -255

Usually when I run a program, as I set home and stuff like that manually I'd home to a mark on the column, then bring the tool down to a height of 6.35mm above the stock, set by a pin, touch off at that height. Which sets the Z zero on the stock.
  • unknown
  • unknown
19 Nov 2025 06:16

LinuxCNC 2.9.3 .xz image for RPi 5 is not available in the ISO directory

Category: General LinuxCNC Questions

Unfortunately the 2.9.3 image you refer to has been removed from the server.
There is a new image that has 2.9.7 and is much more raspios like.
The thread is here which has one image suitable for both the 4 & 5:
forum.linuxcnc.org/9-installing-linuxcnc...trixie-images#338181

As this is an experimental image I would be very interested in feed back.
If you need to install probe basic there are 2 extra packages to install after following the Probe Basic install instructions:
forum.linuxcnc.org/38-general-linuxcnc-q...-launch-issue#338654

If you are not installing Probe Basic there is no need for these packages.
  • farmer_mike
  • farmer_mike
19 Nov 2025 05:06 - 19 Nov 2025 05:10
program exceeds machine maximum was created by farmer_mike

program exceeds machine maximum

Category: General LinuxCNC Questions

Hi, this is my first post outside of the Ethercat section.

I'm getting beat up by a z axis travel limitation, although I did somehow get the program to run once. My understanding of the problem is that my g54 is in the wrong spot. 

Fusion 360 says the max Z height is 0.6", so I moved my Z axis almost all the way up, then set the G54 Z position to 0.6". I did have the program run once, but then I stopped the program. When I go to re run the program I keep getting the same z axis error.

I've attached some phone pictures.

   
  • gravedigger
  • gravedigger
19 Nov 2025 04:55
Replied by gravedigger on topic 7i73 MPG Input MaxVelOverride

7i73 MPG Input MaxVelOverride

Category: PnCConf Wizard

And one more question. Can I use the same encoder for both feed and MaxVel? I don't really like the two-button operation for feed control
  • gravedigger
  • gravedigger
19 Nov 2025 04:52
7i73 MPG Input MaxVelOverride was created by gravedigger

7i73 MPG Input MaxVelOverride

Category: PnCConf Wizard

My maxveloverride isn't working. It's on enc3, and spindle override and feedrate override work there, but not maxveloverride. Is this due to gmoccapy? The entries in the HAL file look the same as for spindle and feedrate.
  • Hakan
  • Hakan
19 Nov 2025 04:51

problems with Y-Axis, elliptic deviations after several changes -Probe Basic V.5

Category: QtPyVCP

Ok 500 is fine. I knew it is 1000 for 1 ms but not how it scaled.
I was looking for a reason for the following error.
Since the feedback comes from the step generator and not the actual machine,
it seems to me the step generator is to blame.
You get following error even when running in air, right?
Basically linuxcnc, or perhaps the step generator, generates the wrong tool path in Y.
Unfottunately I don't know how to fix it.
 
  • 4ashishkr
  • 4ashishkr
19 Nov 2025 04:40 - 19 Nov 2025 04:40

LinuxCNC 2.9.3 .xz image for RPi 5 is not available in the ISO directory

Category: General LinuxCNC Questions

This image was previously available, but when I tried to reinstall it, I couldn't find the specific "
.xz" file anywhere in the ISO index.
  • tcbmetalworks
  • tcbmetalworks
19 Nov 2025 03:48
Replied by tcbmetalworks on topic Automatic band saw marvel v10a

Automatic band saw marvel v10a

Category: CNC Machines

Interesting I will give it a shot repairing the hydraulic system before abandoning it.
  • tcbmetalworks
  • tcbmetalworks
19 Nov 2025 03:37

Looking for a freelancer to assist in drawing schematics for cnc plasma table

Category: User Exchange

Here is a link to the thread of me documenting the process of building the table to get to where it is right now. Yes the motors are overkill but they are not really too big of a form factor and the gantry estimated weight is 400-800lbs. I have the machine geared to run 700ipm rapid if I remember correctly. Alot of force required to rapidly change directions at fast cut speeds on a gantry this large. And yes the list is long. Really I need help documenting and planning this project to speed things up. Draw a wiring diagram and point me in the right direction for parts. I want a diagram so its easy to fix for the next guy, and I can make sure then that everything is properly grounded/bonded and resistant to interfearence. The only thing I forgot on that list is a circuit for e stop maybe using a saftey relay and I may add in a lube pump to pump oil into the tracks and rollers.
Displaying 9271 - 9285 out of 14074 results.
Time to create page: 0.603 seconds
Powered by Kunena Forum