Re: [Emc-users] 7i76 Field Power In

2022-03-12 Thread Peter C. Wallace
On Sat, 12 Mar 2022, Alan Condit wrote: Date: Sat, 12 Mar 2022 18:14:28 -0600 From: Alan Condit Reply-To: "Enhanced Machine Controller (EMC)" To: EMC-Users Subject: [Emc-users] 7i76 Field Power In I am using a 7i76 daughter card with 24v Field Power. Is the +24v supposed to be connected

[Emc-users] 7i76 Field Power In

2022-03-12 Thread Alan Condit
I am using a 7i76 daughter card with 24v Field Power. Is the +24v supposed to be connected to TB1-5? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] LinuxCNC in debian, but not there yet. When?

2022-03-12 Thread Sebastian Kuzminsky
On 3/10/22 22:19, gene heskett wrote: This machine is running bullseye. It'll be an unknown amount of time before linuxcnc makes it into Debian's bullseye distribution, if ever. It's currently only in sid (unstable), and will hopefully also be in bookworm (testing) after some work on our pa

Re: [Emc-users] math challenged Q

2022-03-12 Thread gene heskett
On Saturday, 12 March 2022 07:39:12 EST andy pugh wrote: > On Sat, 12 Mar 2022 at 03:44, gene heskett wrote: > > The max radius the corners of that stick, as its turned, ought to be > > some figure plus the 26 starting point when the square has been > > turned 45 degrees, > > The diagonal of a s

Re: [Emc-users] math challenged Q

2022-03-12 Thread andy pugh
On Sat, 12 Mar 2022 at 03:44, gene heskett wrote: > The max radius the corners of that stick, as its turned, ought to be some > figure plus the 26 starting point when the square has been turned 45 > degrees, The diagonal of a square is just sqrt(2) x the edge. (this follows from Pythagoras, but

Re: [Emc-users] math challenged Q

2022-03-12 Thread gene heskett
On Friday, 11 March 2022 23:23:48 EST Thaddeus Waldner wrote: > That’s one for the Babylonians, and later Pythagoras. > > Sqrt(51.5^2 + 51.5^2) =72.83 will give you the diameter. > > With trig, 51.5/sin(45) will give you the same number. And /2=radius, and that is exactly what I needed, thank yo