Advanced Search

Search Results (Searched for: )

  • Sascha H.
  • Sascha H.'s Avatar
Today 06:38

Erste Schritte mit A6-EC Servo: 24 V für Bremse, Bremswiderstand und RJ45-Kabel?

Category: Deutsch

Wenn 400W auch ausreichen, dann hätte ich noch kaum benutzte A6-EC übrig. Mit oder ohne Bremse und mit Batterie am Encoderkabel.
  • grandixximo
  • grandixximo's Avatar
Yesterday 02:32
Replied by grandixximo on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

github.com/mika4128/liscio/tree/main
new trajectory/gcode compressor for the future trajectory planner, testers wanted, feed your gcode to it, check the SVG output
  • cmorley
  • cmorley
Yesterday 02:13
Replied by cmorley on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

If you run qtdragon in debugging mode (-d) and run from a terminal or use debugging mode and look at the system log on the status page you should get more info on where qtdragon is looking to do it's checks when the INI MDI button fails.
  • COFHAL
  • COFHAL
Yesterday 01:27
Replied by COFHAL on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

What I still haven't been able to understand is why QTDragon in neither of its two versions can execute subroutines from MDI with o<XXXXX> call, while with AXIS it does execute them. I think, and I'm not wrong, that it's because QTDragon looks for those subroutines in some specific directory different from the one set in the INI in SUBRUTINE_PATH.
  • Ilysha
  • Ilysha
Yesterday 20:49
Replied by Ilysha on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

Can this image work with gpio pins?
  • spumco
  • spumco
Yesterday 19:36

Best way to sync collinear Spindles (running as step/gen signal)?

Category: Advanced Configuration

Easiest way is to connect the main spindle PID-out signal to both stepgens (main and guide bush drives).  You can do the same for the drive enable signal.

Make sure to program both drives with the same input steps/rev.

If you want to be able to un-couple the guide bush motor for some reason, you can have an AND2 component between the PID signal and the bush stepgen which requires some other thing to be true (like a switch, button, or M-code enabled pin).

If you want a fault alarm in LCNC for the guide bush drive, you can add a misc-error and connect the bush drive alarm output.  See the MOTION component man page.
linuxcnc.org/docs/devel/html/man/man9/motion.9.html
  • PCW
  • PCW's Avatar
Yesterday 16:31 - Yesterday 16:35
Replied by PCW on topic Mesa 7i96S, SSR output not work

Mesa 7i96S, SSR output not work

Category: Driver Boards

If none of them work, the card has likely been damaged, possibly by
driving an inductive load with no flyback diode, or a problem with the
5V supply.

Likely damaged components are U9 (74ACT540) and possible 1 or more
MOSFETs (Q1,Q2,Q3,Q5 =  PMN55ENE or equiv)

Also just to make sure that it's not a homemade firmware issue, you might
re-write the firmware to the default 7I96S firmware:

mesaflash --device 7I96S --addr 10.10.10.10 --write 7i96s_d.bin  --reload

(replace 10.10.10.10 with 192.168.1.121 if your card is jumpered that way)
 
  • japiii
  • japiii
Yesterday 16:17
Replied by japiii on topic Mesa 7i96S, SSR output not work

Mesa 7i96S, SSR output not work

Category: Driver Boards

No, none of them work. So it seems, that I can't get my water pump to work with Mesa.
  • ffffrf
  • ffffrf
Yesterday 16:13 - Yesterday 16:16

Best way to sync collinear Spindles (running as step/gen signal)?

Category: Advanced Configuration

This is the second part to my plan of converting my taig ball screw lathe to a Swiss-style lathe. I need to sync both the main drive servo (Which is on the new Z axis BEHIND the taig headstock, and a second servo that rotates the guide bushing inside the headstock. (the native taig Z axis will be used for W offsets of gang tools). I know the best way to do so is mechanically but I think it would be too hard to get up and running and am hoping to get some results sooner. Anyway....


Do you all have ideas on the best way to do this? Right now I run any spindles on the lathe as step/gen instead of analog. Currently on my regular taig, my rotary encoder is on the 5C headstock shaft

My plan: Move the rotary encoder onto the drive servo so that it correctly shows the rotation of the bar stock itself. Then...
(1) Potentially try to split the rotary encoder signals - one to the linuxcnc mesa board, and the second directly into the encoder input on the slave servo driver
(2) Split the step/dir signals that normally go into the master but split them to go into the slave servo and just ensure my drive settings like PID loop is all identical (encoder stays on the main drive shaft of the master spindle and its signal goes solely to mesa)

Some notes:
- Tandem axis would not work for this I believe
- I am using a low resistance guide bushing, meaning it is easy to spin the stock through the guide bushing, so I suspect as long as the RPM's are relatively similar it should not cause a big issue like stock twisting or serious marring
- The motors I am using would be a master 1000W A2M-80SV03230 servo motor with S2SVD20 drive and a slave 400w servo motor of same type with driver S2SVD15 which will simply drive the headstock to rotate at the same speed as the stock (both are from RATTMOTOR)
  • Lcvette
  • Lcvette's Avatar
Yesterday 16:09
Replied by Lcvette on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

yeah that sounds like you have some form of stacking going on maybe with tool length offsets maybe? i don't know, the main probe basic method work for repeatable holders, i tested it just yesterday while doing some work in the shop, so i know its not probe basic. I would investigate your tool setter subroutine and see what you have actually going on maybe.
  • Tim Bee
  • Tim Bee
Yesterday 15:44
Replied by Tim Bee on topic probe basic can't start on debian13

probe basic can't start on debian13

Category: QtPyVCP

I found this:

forum.linuxcnc.org/qtpyvcp/58735-probe-b...ing-no-tool-selected
and installed pyside-tools package, it's work! thanks.


Tim
  • zu4lu
  • zu4lu
Yesterday 15:22
Replied by zu4lu on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

m6 Toolchange by hand, with a fixed toolsetter. I am not sure, but it works fine as long as the tool has not much more length then the tool before. Example: a 4mm mill with a length of 25mm first, then a 6mm mill with 50mm length, bumm joint 2 (z) exceed positive limit, what makes me wonder, the cnc has a z range about 240mm, the workpiece is 45mm high. After the error, w
hen i go to the home position(not homing!), it works.
  • Tim Bee
  • Tim Bee
Yesterday 15:03 - Yesterday 15:10
probe basic can't start on debian13 was created by Tim Bee

probe basic can't start on debian13

Category: QtPyVCP

hello everyone:

I was installed the debian13+linuxcnc2.9.8 ISO image from linuxcnc.org. and installed qtpyvcp and probe basic used method below:
kcjengr.github.io/probe_basic/debian_13_...develop_install.html
but, it can't start 

 

Thank you

Tim
  • Lcvette
  • Lcvette's Avatar
Yesterday 14:46
Replied by Lcvette on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

how are you setting the tool lengths?
  • poesel
  • poesel
Yesterday 14:00
Download links are a bit misleading was created by poesel

Download links are a bit misleading

Category: Installing LinuxCNC

The download links on the bottom of this page:
linuxcnc.org/downloads/
are a bit misleading. The top links link to bookworm packages, while the lower ones point to trixie.

The downloaded files don't have the release name in them. That confused me because the python versions etc... didn't fit. Took me a while to notice that I had the wrong packet.
Displaying 1 - 15 out of 16332 results.
Time to create page: 0.600 seconds
Powered by Kunena Forum