Advanced Search

Search Results (Searched for: )

  • Jugo2
  • Jugo2
Yesterday 07:43
Replied by Jugo2 on topic StepperOnline A6 Servo

StepperOnline A6 Servo

Category: EtherCAT

Hey, could anyone with a “2 motors on one axis” setup send his config in this tread, im a little stuck configuring my setup 
 
  • rodw
  • rodw's Avatar
Yesterday 06:18
Replied by rodw on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

There are many reasons why you should not use MPG for turning, but I will give you just one - you can turn the handle faster than the axis is moving, in other words, when you are done turning, the axis will continue to move until it reaches the commanded position.
 

Thats not correct. The user can choose how he wants his MPG to operate when he sets it up. Now I am the old crank!
  • rodw
  • rodw's Avatar
Yesterday 06:11
Replied by rodw on topic installing of linxcnc

installing of linxcnc

Category: Installing LinuxCNC

I don't know why this conversation got down to swap drives and building LinuxCNC from source. None of that is necessar. LinuxCNC only requires 4-8 gb RAM but I think I'd lean towards 8 gb today.
Just follow Andy's directions, accept the default partitions and have fun. After all he is the Release Manager so should know a thing or two about how to install his releases!
  • timo
  • timo
Yesterday 05:39 - Yesterday 05:42
Replied by timo on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

@tuxcnc: Are you a nay sayer?  

Being pointed to weak aspects of something is not a bad thing. Many of my ideas where stupid and one work colleague used to call me out on it. And every time I learned something, sometimes he did as well (i think). 

"You can turn the handle faster than the axis is moving" I think that is plain wrong. I would like to see you hand crank any commercial lathe at rapid speed; plus they stop as soon as you let go of the wheel.
To make it "feel like a direct coupling" is "worth doing" regardless, if you only use it for positioning. Admittedly a stupid idea being happy with untuned overshooting hand wheel. (I am guilty of it as well, and it did end up in tears once or twice)
I prefer not to crash the machine into the chuck, or hitting E-stop buttons when I was hand cranking too fast, so I suggest to tune that. 

"People" can crash an engine lathe using the hand wheel quite reliable. (ask any trade school teacher :-) )
If that makes a lot of sense is another question, I agree to "doesn't mean it's worth doing".

Examples:
Fine adjust for the z-axis of the surface grinder works a treat with an encoder wheel and stepper motor, because the motor does not care and over powers the stick slip without overshooting. (I klick once, it moves 0.005 mm) 
If turn an M2.5 screw on my engine lathe there is not much "feedback signal" in the sense of force feedback as well.
All sorts of machinery is using encoders to cause movement. 

Pretty much I agree, that some things might not be worth the effort.
If something is worth doing for someone else is not for me to decide.
  • NWE
  • NWE's Avatar
Yesterday 04:00 - Yesterday 04:27
Replied by NWE on topic installing of linxcnc

installing of linxcnc

Category: Installing LinuxCNC

Sure you can delete your swap space and most stuff will just work. Some apps won't. SSD space is so much cheaper than 10yr. ago, do your pc a favor and allow at least 1GB swap space if you have to cut it short.

Long ago I read swap kills SSDs so I carefully removed swap from all my linux os. After a long time I learned some of my mysterious linux troubles were swap related (because I used no swap space). It seems most stuff just works without swap, but it hurts stability a little, even if you have more RAM than you'll ever use. Also, nowadays the OS and SSDs are designed in ways so swap is not so hard on SSDs.

Nowadays I  make sure to provide swap space bigger than my RAM. Like 64GB RAM and 90GB swap. This allows hibernation to work. Then I completely disable hibernation because I don't like it. go figure. 

tuxcnc post=348156

If you really need swap space, you can use a file instead of a separate partition. 
 

That works, also. I recall seeing that automatically created on one of my Linux boxes a while back upon install. I don't remember which distro it was. Might have been Ubuntu.
  • motionmasterupgrade
  • motionmasterupgrade
29 Jul 2026 03:59 - Yesterday 15:23
Replied by motionmasterupgrade on topic MotionMaster Upgrade

MotionMaster Upgrade

Category: General LinuxCNC Questions

Need a bit of help from PCW here.

I need to read two Yaskawa absolute-encoder serial position outputs into LinuxCNC — RS-422, async 9600 baud, 7 data / even parity / 1 stop, continuous (~17-byte frame every 40 ms), one per drive. So two independent, always-on UART RX lines.
  
Stack is a 7I97T with a 7I85S on P1 (running the 7i97t_7i85sd bitfile). The snag: every encoder input is a MuxedQCount (2:1 muxed), which can't carry a continuous async stream, and the only free non-muxed RS-422 receiver I can find is the unused sserial RXData1 (7I85 TB1-19/20) — RXData0 (7I97 TB4) already drives a 7I84.
  
  Can a custom bitfile place two PktUART RX on RS-422 receiver pins on this hardware? If only that one sserial RX is usable, what's the right way to get the second stream — a different daughtercard, or decode it off-board?

Thank you
EDIT: Solution plus tips:

I use Yaskawa drives. With my hardware, I ended up with a strange situation where I was one UART receiver short (I didnt want to use the Pi UART, or add any more hardware). The reading I need from Yaskawa is the absolute encoder position (needs a battery to survive power off, and an additional signal to report the servo absolute position back to mesa). Since a swivel head has 2 axis, I am one UART receiver short. However, I only need the absolute position as a single datapoint after which, the incremental position record takes over. My solution was to wire the UART via a 4pole relay so that when energized, i get UART_AAxis, ad when not energized, i get UART_CAxis. I simply reused a harmless relay. So in my case, when the chip blower is on, I read C and when its off, I read A. So with that, my 7i85 is now able to read 2 signals on 1 single UART.

I had to redo the bit file. 

The rest are standard establishing of signals.
  • tuxcnc
  • tuxcnc
29 Jul 2026 03:31
Replied by tuxcnc on topic installing of linxcnc

installing of linxcnc

Category: Installing LinuxCNC

After you are done counting the CPU's, see lower on the right side, 16GB of swap space on a PC with 96GB of RAM memory. On laptops with 16GB of RAM i do 32GB of swap always.
Although you are correct that usually it is not needed, if you do need it and do not have it the PC will slow to a crawl.

It's not like that...
The more memory, the more Linux reserves for disk buffers, which does not mean that it needs that much, or that it actually uses that much.
With 8 GB RAM, the Linux installer creates a 1 GB swap partition, which won't help anyway.
If you really need swap space, you can use a file instead of a separate partition.
The problem is basically that modern Linux stores the existence of the swap partition in multiple places, not just in the /etc/fstab file as it used to be, which results in the system failing to boot when the swap partition is deleted...
  • rubes
  • rubes
29 Jul 2026 01:54
Replied by rubes on topic is 7i73 board still viable?

is 7i73 board still viable?

Category: Driver Boards

thanx.

John had some in stock at mesaus.com

what have you guys used to interface from P1 and P2 to the switches, etc?
with the new quick turn PCB houses, I wonder if someone has already made a plug in PCB adaptor to put the same screw terminals on it?
  • tommylight
  • tommylight's Avatar
29 Jul 2026 01:37
Replied by tommylight on topic installing of linxcnc

installing of linxcnc

Category: Installing LinuxCNC

It is a good idea to manually partitioning and don't use swap partitions (Modern computers with at least few GB of RAM not need swap.)



After you are done counting the CPU's, see lower on the right side, 16GB of swap space on a PC with 96GB of RAM memory. On laptops with 16GB of RAM i do 32GB of swap always.
Although you are correct that usually it is not needed, if you do need it and do not have it the PC will slow to a crawl.
  • motionmasterupgrade
  • motionmasterupgrade
29 Jul 2026 00:58
Replied by motionmasterupgrade on topic MotionMaster Upgrade

MotionMaster Upgrade

Category: General LinuxCNC Questions

more update. i haven't posted here must because the discord forum usually helps me with understanding something claude is making up and I'd say I've gotten to the point where the machine is commissioned. half of the problems was just about electrical connections so, note to future self, don't use splices. just wait a day for a new wire to show up and spend that extra 20 bucks. 

so a 5axis retrofit is very doable, but:
(a) pay close attention to the physical properties of the machine. It's very use dependent. If you are carving foam, a direct drive or belt reduction is probably ok, and this actually makes a DIY solution for the physical build quite tenable. I think wood would be fine too if you are carving. For joinery, the precision will most certainly call for a harmonic drive (as in my use case). this means (A) weight, and (B) the weight is about 300mm away from the Z axis guide. There is really no away around this. This then means that your gantry will either need to be fixed, or the there is some counterweight, or, "built like they used to be" (as in my case). I also think Z axis clearance is crucial. Have at least 18in.

That's it really. The rest is kinda sorta a load of wiring because the extra axis adds a lot of wires. Happy to take questions if there are any, but I think I'm safely migrating towards calibration, gui setup, and hopefully, making parts and prospering soon after. so glad I chose this over the other controllers
  • PCW
  • PCW's Avatar
29 Jul 2026 00:28
Replied by PCW on topic is 7i73 board still viable?

is 7i73 board still viable?

Category: Driver Boards

Yes, they are at assembly currently.
  • rubes
  • rubes
28 Jul 2026 23:52
is 7i73 board still viable? was created by rubes

is 7i73 board still viable?

Category: Driver Boards

7i73 boards are not in stock at Mesa, so i'm just checkin if its still a viable board and will be back in stock at some point.
dont wanna spend too much time designing it in if not.
 
  • djdelorie
  • djdelorie
28 Jul 2026 23:22
Replied by djdelorie on topic DIY CNC

DIY CNC

Category: Milling Machines

Yup! It may take some fiddling to get the speed you asked for to match the speed you get, but it should at least "just work"
  • Logthor
  • Logthor
28 Jul 2026 23:00
Replied by Logthor on topic DIY CNC

DIY CNC

Category: Milling Machines

gotcha, so I would just adjust it in LinuxCNC?
  • djdelorie
  • djdelorie
28 Jul 2026 22:37
Replied by djdelorie on topic DIY CNC

DIY CNC

Category: Milling Machines

The 7i96S board has an analog spindle out which should work for that purpose - it's implemented as an isolated digital potentiometer.
Displaying 46 - 60 out of 14233 results.
Time to create page: 0.504 seconds
Powered by Kunena Forum