Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
Today 05:21

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

Master branch solves the A Axis alignment because I added some new motion.interp.* pins to it. One of them is motion.interp.heading which is the tangential heading or direction in real time. Look for motion interpreter Metadata Pins in this documentation link
linuxcnc.org/docs/devel/html/en/man/man9/motion.9.html 

I had envisaged there would be a companion component that dealt with knife alignment probably with external offsets with a setting that paused motion and lifted the knife if the next segment changed more than a certain angle (0 degrees in the case of the saw)

But I would look closely at FreeCAD CAM because one of their CAM developers Brad Collette (aka Siptronic) has done a bit of work with CAM for tangential cutters.There might be a ready made CAM solution.
  • timo
  • timo
Today 05:06 - Today 05:15

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

It seems a bit odd. I am reasonably sure that you cannot tilt the blade during the cut.
How much do those blades wander when you engage asymmetrical?
I have no idea, but I would be skeptical if outside contours are doable.
I saw that one in the Interweb.stylecnc.com/stone-carving-machine/4+1-automatic-stone-cnc-bridge-saw.html
For the price I would probably just buy it :-) if not a hobby project.
The rpm problematic on said machine is obviously solved by using two separate spindles. (one vertical) one 90° tilted that can rotate around a pivot.
For square cutouts it cannot be all to complicated to figure out how to manually program the thing.
.... I think I need a wood panel saw with router.....
How capable is a water jet machine? 
How about a diamond coated steel rope? Seems there are options for that as well. The plate is vertical and the machines run around like one of those hot wire foam cutters. 
 
  • rodw
  • rodw's Avatar
Today 05:05 - Today 05:06
Replied by rodw on topic Hello everyone

Hello everyone

Category: General LinuxCNC Questions

This video of mine talks about 3 paths with Linuxcnc from simple/cheap through to more complex solutions.


Subsequent videos walk through a basic controller config for parallel port and spindle which is more or less exactly what you have, Next video will be using mb2hal for spindle control with RS485 Modbus which will free up 2 more pins to  let me add mist coolant.
  • spumco
  • spumco
Yesterday 03:24

Probe Basic - HAL pins not being created

Category: QtPyVCP

Now that I've got the user tabs, ATB buttons, and user DRO showing up, the next snag is creating hal pins.

I added some hal LED indicators to my custom DRO panel, but they aren't being created when LCNC/PB is started.  At least they don't appear in halshow.

Dragged & dropped a HalLedIndicator in the panel
edited the object name
edited the pinBaseName

Just trying to get an on-screen indicator of an "is-homed" status.

I remember running in to this issue a few years ago - that time I was missing the lines in custom_config.yml:
exportedhal:
    provider: qtpyvcp.plugins.exported_hal:ExportedHal

I added the above under data_plugins: but still no joy.

Do I need to add this:
from qtpyvcp import hal

# create a new component and add some pins
comp = hal.getComponent("loop-back")
comp.addPin("in", "float", "in")
comp.addPin("out", "float", "out")

# mark the component as 'ready'
comp.ready()

# define a function to call when the input pin changes
def onInChanged(new_value):
    # loop the out pin to the in pin value
    comp.getPin('out').value = new_value

# connect the listener to the input pin
comp.addListener('in', onInChanged)

To the dros_user.py file somewhere?
 
  • tommylight
  • tommylight's Avatar
Yesterday 03:09

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

That is a nice idea, till physics stick their nose into it and ruin everything! :)
The saw will spin at probably 1500-2500RPM (based on size maybe slower), and that is way to low for any end mill for hard stones, usually diamond coated.
Having said that, it will work, but it will be very, very slow.
Also, another advice that comes to mind, everything should be cut from the back side as the saw will eat into the part to make the cuts, so they remain on the back and not visible.
This will greatly depend on the material thickness, though, so that should be also taken into account.
  • souh-hil
  • souh-hil's Avatar
Yesterday 22:46

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

Thank you for the response. I have an idea, but it is difficult for me to make it a reality.I thought that if the A-axis rotates very slowly, we could use it to cut the outside corners of almost any shape. My main problem, however, was cutting inside corners, for example, on an L-shaped countertop. For that reason, I wanted to use a bit to cut the inside corners and rounded parts.Let me try to explain my idea.The blade will be in the same plane as the Z-axis. The assembly will also have a bit mounted near the tip of the motor or spindle. The entire assembly will rotate so that the bit can become perpendicular to the slab, while the diamond disk becomes parallel to the slab.Both tools will be mounted on the same motor or spindle. The rotating assembly will not be considered another machining axis. Instead, I would treat it as a tool-changing mechanism:
  • Tool 1: Diamond disk for straight cuts
  • Tool 2: 45-degree diamond disk for bevels and angled cuts
  • Tool 3: Milling bit for inside corners and rounded parts
Once I solve all of these mechanical and machining problems, my next goal is to make the machine very user-friendly.I will not be the person operating the machine every day. Workshop workers will use it, so the control system must be simple and intuitive. Ideally, the operator should be able to load a countertop design, select the material and tools, and start the job without needing advanced CAD/CAM knowledge.Thank you in advance for your help.
  • tommylight
  • tommylight's Avatar
Yesterday 21:02

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

1 No.
2 No. but...
If i understand correctly, it is a bridge type CNC that turns the head where the circular saw is mounted, so that strictly implies no A axis moves while the head is down into material.
Basically, it can not cut curves or rounded corners.
It should be easier to just use a text editor and do gcode manually, or if you have repeatable dimensions, do a VCP panel with a choice of cuts preprogrammed.
Also strictly requires interlocks to prevent anything (auto, manual, MDI) to turn the head if the head is under a certain value where the material can be, those saws cost a lot, and forcibly stopping such big motors is never healthy as you have about 2-15 seconds before it permanently retires. With smoke.
  • tommylight
  • tommylight's Avatar
Yesterday 20:52
Replied by tommylight on topic LinuxCNC Meetup Stuttgart 2026

LinuxCNC Meetup Stuttgart 2026

Category: Deutsch

I will try to be there, but no promises.
  • tommylight
  • tommylight's Avatar
Yesterday 20:50
Replied by tommylight on topic Hello everyone

Hello everyone

Category: General LinuxCNC Questions

Fast = find an old PC with parallel port, a cable for it, download LinuxCNC ISO, burn, install, wire drives directly to that cable for parallel port = make chips
Cheap = see above
Easy = get a Mesa 7i96S and see above, minus the parallel port stuff
Good = se above this
Very good = see above this
Extremely good = get a Mesa 7i95T as you can later add encoder or glass scales to anything.
-
For now, download the ISO on the downloads page and use it to boot any PC or laptop in Live mode, test the included sim configurations and the included GUI's as much as you like, it will not delete anything on the hard drive ... unless you explicitly ask it to.
  • PCW
  • PCW's Avatar
Yesterday 20:31
Replied by PCW on topic Encoder question

Encoder question

Category: Computers and Hardware

You should be able to debug the encoder issue by monitoring these pins::

hm2_7i97.0.encoder.0N.input-a
hm2_7i97.0.encoder.0N.input-b

in halshows 'Watch' tab

Where N is the number of the encoder you want to monitor (0..5)

These pins should toggle as you rotate the encoder

If the a or b hal pins do not change, you can trace back to the hardware
by measuring the voltage at the 7I97 encoder input pins, these should
toggle between near 0V and say +3V to +5V
  • Tinker
  • Tinker
Yesterday 20:15
Replied by Tinker on topic Encoder question

Encoder question

Category: Computers and Hardware

So not i get no motion and an immediate following error. Before i would get a small amount of rotation but no counts in both configurations. Keep in mind this is a cheap amazon encoder that might just be a piece of junk. When I swapped this 4th from a resolver to an encoder i was able to see like 1440 0r so counts per encoder revolution but for some reason linux just doesnt like this guy. Not a problem, i can get one that y,all recommend.. i just dont know which one to get. It would be nice if I could get this one to work because I had to design/print a new riser/mount to fit the analigm dc servo... I can send you a link to the encoder that i bought if that might help....
  • souh-hil
  • souh-hil's Avatar
Yesterday 20:05 - Yesterday 20:08

Help needed: Software setup for 4-axis tangential stone cutter (Mesa)

Category: Advanced Configuration

Hi everyone,
I’m building a 4-axis CNC machine to cut marble and granite slabs. It uses a large vertical diamond disk, and the A-axis swivels the blade to follow the cut direction . I’m using a Mesa 7i92 for the control.
I’ve built several  plasma tables before, so I can completely handle the mechanical and electrical sides of this build. However, I have no idea about the software side of it. I’ve always just relied on the Pncconf wizard and have never manually edited HAL or INI files.
Could someone point me in the right direction for the software setup? Specifically:
  1. How to configure LinuxCNC " A-axis that automatically follows the X/Y path"
  2. How to set up the CAM software  so  the cut is perfectly to size without the top of the blade overcutting the part.

    Any  examples, component recommendations, or guides would be hugely appreciated. Thanks in advance!
  • Tinker
  • Tinker
Yesterday 19:40
Replied by Tinker on topic Encoder question

Encoder question

Category: Computers and Hardware

Ok, thank you.. thats what im getting. i will try that next.
  • yop32
  • yop32
Yesterday 18:47
Hello everyone was created by yop32

Hello everyone

Category: General LinuxCNC Questions

Hello everyone,
I am new to this community and new with cnc as-well. I have experience building a 3D printer and tweaking its firmware and programing some scripts to generate and clean up 3D meshes but a cnc seems to be much more complex. I bought a 2KW spindle with a VFC, nemas23, stop buttons and a cheap generic 5 axis breakout board with optocoupler isolation that connects directly to the montherboard of the computer via a passive parallel port adapter.
I still have no idea about how most of this stuff works but I hope it will not be an odyssey. Do you have any suggestions on how to start? Sort of like the "hello world" in programing.
Thank you and regards
  • PCW
  • PCW's Avatar
Yesterday 16:37
Replied by PCW on topic Encoder question

Encoder question

Category: Computers and Hardware

An immediate following error may also be because the feedback is backwards.
(if the encoder is scaled right and has the correct direction, you may need to
reverse the analog output polarity in the hal file)
Displaying 1 - 15 out of 13750 results.
Time to create page: 0.372 seconds
Powered by Kunena Forum