[Emc-users] carousel component question for andy

2024-04-10 Thread andrew beck
___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Dave Engvall
a millisecond if they make an error, like losing > a step. Tested till the cows come home, has yet to happen working a job. I > haven't hobbed any gears, but it certainly seems accurate enough to do it. > >> Suggestions? >> Thanks >> John >> ___

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Todd Zuercher via Emc-users
. 630 Henry Street Dalton, Ohio 44618 Phone: (330)828-2105ext. 2031 -Original Message- From: Chris Albertson Sent: Wednesday, April 10, 2024 4:26 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Carving a spiral [EXTERNAL EMAIL] Be sure links are safe. > On Apr 10, 2

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Todd Zuercher via Emc-users
-2105ext. 2031 -Original Message- From: Leonardo Marsaglia Sent: Wednesday, April 10, 2024 1:06 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder [EXTERNAL EMAIL] Be sure links are safe. Found the main issue. The terminal block in wich

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread gene heskett
, 2024 7:56 AM To: Enhanced Machine Controller (EMC) us...@lists.sourceforge.net> Subject: [Emc-users] OT: Balluff BRGE1-WSE10 encoder [EXTERNAL EMAIL] Be sure links are safe. Hello guys, I hope you're doing well I'm having problems with a Daewoo Puma 12L lathe to index some tools. The prob

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Chris Albertson
> On Apr 10, 2024, at 10:44 AM, Ralph Stirling via Emc-users > wrote: > > Use the parametric equation of a spiral and compute it *inside* your > g-code program. > > x(t) = c1 * t * cos(t) + x0 > y(t) = c2 * t * sin(t) + y0 COnceptually that is it. But do you really

Re: [Emc-users] Carving a spiral

2024-04-10 Thread gene heskett
John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users . Cheers, Gene Heskett, CET. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Autho

Re: [Emc-users] Carving a spiral

2024-04-10 Thread gene heskett
has yet to happen working a job. I haven't hobbed any gears, but it certainly seems accurate enough to do it. Suggestions? Thanks John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-u

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread John Dammeyer
> > >> -Original Message- > > >> From: Leonardo Marsaglia > > >> Sent: Wednesday, April 10, 2024 7:56 AM > > >> To: Enhanced Machine Controller (EMC) us...@lists.sourceforge.net> > > >> Subject: [Emc-users] OT: Balluff BRGE1-WSE1

Re: [Emc-users] Carving a spiral

2024-04-10 Thread gene heskett
-Original Message- From: gene heskett [mailto:ghesk...@shentel.net] Sent: April 10, 2024 3:42 AM To: emc-users@lists.sourceforge.net Subject: Re: [Emc-users] Carving a spiral On 4/10/24 03:37, John Dammeyer wrote: Hi Marcus, Here's the problem. My Alibre CAD/Cam can produce a spiral slot

Re: [Emc-users] Carving a spiral

2024-04-10 Thread andy pugh
le by hand. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______ Emc-users ma

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Ralph Stirling via Emc-users
/teaching/fa16_2312/handouts/parametric/ParamGraphs.pdf for example (p. 2 and 3). -- Ralph From: Chris Albertson [albertson.ch...@gmail.com] Sent: Wednesday, April 10, 2024 10:28 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Carving a spiral

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Sam Sokolik
it to do, without a PID in the path, is amazing. I have > them rigged to e-stop linuxcnc in about a millisecond if they make an > error, like losing a step. Tested till the cows come home, has yet to > happen working a job. I haven't hobbed any gears, but it certainly se

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Chris Albertson
h does EXACTLY what the > TP tells it to do, without a PID in the path, is amazing. I have them rigged > to e-stop linuxcnc in about a millisecond if they make an error, like losing > a step. Tested till the cows come home, has yet to happen working a job. I > haven't hobbed any gears, but

Re: [Emc-users] Carving a spiral

2024-04-10 Thread andy pugh
On Wed, 10 Apr 2024 at 17:30, Alan Condit via Emc-users < emc-users@lists.sourceforge.net> wrote: > > Here us a subroutine I wrote to cut a scroll. > #<_xorigin>, and #<_yorigin> are the center of the scroll. Basically it > changes the radius of the circle

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Nicklas SB Karlsson
t; > pocket > > 01 = = good > 02 = 0001 = good > 03 = 0010 = good > 04 = 0011 = bad > 05 = 0100 = bad > 06 = 0110 = bad > 07 = 0111 = good > 08 = 1000 = wierd > 09 = 1001 = bad > 10 = 1011 = bad > > Hmmm We really need the encoder output scheme,

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
good >> 04 = 0011 = bad >> 05 = 0100 = bad >> 06 = 0110 = bad >> 07 = 0111 = good >> 08 = 1000 = wierd >> 09 = 1001 = bad >> 10 = 1011 = bad >> >> Hmmm We really need the encoder output scheme, rather than guessing. >

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
y need the encoder output scheme, rather than guessing. > > -- > atp > "A motorcycle is a bicycle with a pandemonium attachment and is designed > for the especial use of mechanical geniuses, daredevils and lunatics." > — George Fit

Re: [Emc-users] Carving a spiral

2024-04-10 Thread John Dammeyer
; From: gene heskett [mailto:ghesk...@shentel.net] > Sent: April 10, 2024 3:42 AM > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] Carving a spiral > > On 4/10/24 03:37, John Dammeyer wrote: > > Hi Marcus, > > > > Here's the problem. > > &g

Re: [Emc-users] Carving a spiral

2024-04-10 Thread John Dammeyer
Hi Andy, > -Original Message- > From: andy pugh [mailto:bodge...@gmail.com] > Sent: April 10, 2024 1:54 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] Carving a spiral > > On Wed, 10 Apr 2024 at 06:59, John Dammeyer > wrote: > > >

Re: [Emc-users] Carving a spiral

2024-04-10 Thread John Dammeyer
Thanks Alan, I'll take a look at this later today. John > -Original Message- > From: Alan Condit via Emc-users [mailto:emc-users@lists.sourceforge.net] > Sent: April 10, 2024 9:27 AM > To: EMC-Users > Cc: Alan Condit > Subject: Re: [Emc-users] Carving a spiral >

Re: [Emc-users] Carving a spiral

2024-04-10 Thread Alan Condit via Emc-users
[3*#]] GE #] G03 X0 Y[#-[3*#]]R[#-[3*#]] o ENDIF o IF [[# - #] GE #] G03 X[[#-#]*[-1]] Y0 R[#-#] o ENDIF # = [#-#] o ENDWHILE G0 Z#<_close_Z> G55 o endsub Alan > From: "John Dammeyer" mailto:jo...@autoartisans.com>> > Subject: [Emc-users

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread andy pugh
Newspaper, 1912 _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Jon Elson
On 4/10/24 08:46, Todd Zuercher via Emc-users wrote: Are you sure that the machine uses an encoder for the turret positioning? The fact that it will work at some tool positions seems to sound more like it has a series of switches, and that one of them isn't working. The switches might

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread gene heskett
El mié, 10 abr 2024 a las 10:50, Todd Zuercher via Emc-users (< emc-users@lists.sourceforge.net>) escribió: Are you sure that the machine uses an encoder for the turret positioning? The fact that it will work at some tool positions seems to sound more like it has a series of switch

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
of absolute position for each pocket. Loosing one signal could cause > >> several of the pockets to not be seen and cause an endless hunt. > >> > > > > El mié, 10 abr 2024 a las 10:50, Todd Zuercher via Emc-users (< > > emc-users@lists.sourceforge.net>)

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread gene heskett
. Loosing one signal could cause several of the pockets to not be seen and cause an endless hunt. El mié, 10 abr 2024 a las 10:50, Todd Zuercher via Emc-users (< emc-users@lists.sourceforge.net>) escribió: Are you sure that the machine uses an encoder for the turret positioning? Th

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
ne signal could cause > several of the pockets to not be seen and cause an endless hunt. > El mié, 10 abr 2024 a las 10:50, Todd Zuercher via Emc-users (< emc-users@lists.sourceforge.net>) escribió: > Are you sure that the machine uses an encoder for the turret positioning? > The fa

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
; -- > atp > "A motorcycle is a bicycle with a pandemonium attachment and is designed > for the especial use of mechanical geniuses, daredevils and lunatics." > — George Fitch, Atlanta Constitution Newspaper, 1912 > > ___ > Emc

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Todd Zuercher via Emc-users
: Wednesday, April 10, 2024 7:56 AM To: Enhanced Machine Controller (EMC) Subject: [Emc-users] OT: Balluff BRGE1-WSE10 encoder [EXTERNAL EMAIL] Be sure links are safe. Hello guys, I hope you're doing well I'm having problems with a Daewoo Puma 12L lathe to index some tools. The problem is that some

Re: [Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread andy pugh
al output lines and see if one is stuck? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 ___________ E

[Emc-users] OT: Balluff BRGE1-WSE10 encoder

2024-04-10 Thread Leonardo Marsaglia
-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Carving a spiral

2024-04-10 Thread gene heskett
rees John -Original Message- From: marcus.bow...@visible.eclipse.co.uk [mailto:marcus.bow...@visible.eclipse.co.uk] Sent: April 10, 2024 12:00 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Carving a spiral As I recall, someone on this

Re: [Emc-users] Carving a spiral

2024-04-10 Thread andy pugh
geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 ___________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Carving a spiral

2024-04-10 Thread John Dammeyer
> -Original Message- > From: marcus.bow...@visible.eclipse.co.uk > [mailto:marcus.bow...@visible.eclipse.co.uk] > Sent: April 10, 2024 12:00 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] Carving a spiral > > As I recall, someone on

Re: [Emc-users] Carving a spiral

2024-04-10 Thread marcus . bowman
___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Carving a spiral

2024-04-10 Thread gene heskett
eems accurate enough to do it. Suggestions? Thanks John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users . Cheers, Gene Heskett, CET. -- "There are four boxes to be used i

[Emc-users] Carving a spiral

2024-04-09 Thread John Dammeyer
? Thanks John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread John Dammeyer
Thanks for that link. John > -Original Message- > From: Eric Keller [mailto:keller...@gmail.com] > Sent: April 9, 2024 11:31 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] Raspberry Pi5 > > If I was starting a new project and needed the sp

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread gene heskett
ally running a job. Whats not to love? -Original Message- From: gene heskett [mailto:ghesk...@shentel.net] Sent: April 9, 2024 10:30 AM To: emc-users@lists.sourceforge.net Subject: Re: [Emc-users] Raspberry Pi5 On 4/9/24 12:50, John Dammeyer wrote: Hi all, Will the Pi5 be any be

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread Eric Keller
John Dammeyer wrote: > > Hi all, > > Will the Pi5 be any better for LinuxCNC than the Pi4 with a MESA Ethernet > Controller or is the Pi4 already more than what LinuxCNC requires? > > John > > > _______ > E

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread John Dammeyer
. In the long run likely a bad purchase. There are 42 other projects in front of this one at the moment but I thought I'd ask. John > -Original Message- > From: gene heskett [mailto:ghesk...@shentel.net] > Sent: April 9, 2024 10:30 AM > To: emc-users@lists.sourceforge.net > Su

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread Sam Sokolik
swapping in the rpi4. My .hal file is available, just ask, for a > 7i90HD & a triplet of 7i42TA's to anyone who asks. It uses a Spinx1 to > talk to the vfd. This leaves the ethernet free to tend to the usual > network stuff. Like updating the os or even browsing you-tube. > > >

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread Chris Albertson
e Pi4 already more than what LinuxCNC requires? > > John > > > ___________ > Emc-users mailing list > Emc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-users ______________

Re: [Emc-users] Raspberry Pi5

2024-04-09 Thread gene heskett
available, just ask, for a 7i90HD & a triplet of 7i42TA's to anyone who asks. It uses a Spinx1 to talk to the vfd. This leaves the ethernet free to tend to the usual network stuff. Like updating the os or even browsing you-tube. _______ Emc-users ma

[Emc-users] Raspberry Pi5

2024-04-09 Thread John Dammeyer
Hi all, Will the Pi5 be any better for LinuxCNC than the Pi4 with a MESA Ethernet Controller or is the Pi4 already more than what LinuxCNC requires? John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Emc-users] 7i84 Trouble?

2024-04-02 Thread Peter Wallace
On Tue, 2 Apr 2024, Todd Zuercher wrote: Date: Tue, 2 Apr 2024 15:01:10 + From: Todd Zuercher To: "Enhanced Machine Controller (EMC)" , Peter Wallace Subject: RE: [Emc-users] 7i84 Trouble? Went and powered up the machine again today to give it a another look, and now

Re: [Emc-users] 7i84 Trouble?

2024-04-02 Thread Todd Zuercher via Emc-users
with Linuxcnc not running, and two yellow, and blinking green with Linuxcnc. Todd Zuercher P. Graham Dunn Inc. 630 Henry Street Dalton, Ohio 44618 Phone: (330)828-2105ext. 2031 -Original Message- From: Todd Zuercher via Emc-users Sent: Tuesday, April 02, 2024 7:57 AM To: Peter Wallace ; Todd

Re: [Emc-users] 7i84 Trouble?

2024-04-02 Thread Todd Zuercher via Emc-users
Emc-users Cc: Todd Zuercher Subject: Re: [Emc-users] 7i84 Trouble? [EXTERNAL EMAIL] Be sure links are safe. On Mon, 1 Apr 2024, Todd Zuercher via Emc-users wrote: > Date: Mon, 1 Apr 2024 20:49:01 + > From: Todd Zuercher via Emc-users > To: "Enhanced Machine Controller (EMC)&q

Re: [Emc-users] 7i84 Trouble?

2024-04-01 Thread Peter Wallace
On Mon, 1 Apr 2024, Todd Zuercher via Emc-users wrote: Date: Mon, 1 Apr 2024 20:49:01 + From: Todd Zuercher via Emc-users To: "Enhanced Machine Controller (EMC)" Cc: Todd Zuercher Subject: [Emc-users] 7i84 Trouble? I am working at trying to set up a 7i84 io card on a machine

[Emc-users] 7i84 Trouble?

2024-04-01 Thread Todd Zuercher via Emc-users
ttp://www.pgrahamdunn.com/index.php> 630 Henry Street Dalton, Ohio 44618 Phone: (330)828-2105ext. 2031 _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] GibbsCAM machine .pst file.

2024-03-28 Thread Todd Zuercher via Emc-users
-Original Message- From: John Dammeyer Sent: Thursday, March 28, 2024 1:35 AM To: 'Enhanced Machine Controller (EMC)' Subject: Re: [Emc-users] GibbsCAM machine .pst file. [EXTERNAL EMAIL] Be sure links are safe. Oh and I made a mistake. The pst file I have is for a Fadal. And a reference

Re: [Emc-users] GibbsCAM machine .pst file.

2024-03-27 Thread John Dammeyer
lto:jo...@autoartisans.com] > Sent: March 27, 2024 10:03 PM > To: 'Enhanced Machine Controller (EMC)' > Subject: Re: [Emc-users] GibbsCAM machine .pst file. > > Thanks for the feedback. I did find a LinuxCnc-Mill-jk.pM3 file which is > used > with the PostHaste Plugin. I

Re: [Emc-users] GibbsCAM machine .pst file.

2024-03-27 Thread John Dammeyer
reach out to them. John > -Original Message- > From: Phill Carter via Emc-users [mailto:emc-users@lists.sourceforge.net] > Sent: March 27, 2024 9:32 PM > To: linuxcnc-users > Cc: Phill Carter > Subject: Re: [Emc-users] GibbsCAM machine .pst file. > > If you can

Re: [Emc-users] GibbsCAM machine .pst file.

2024-03-27 Thread Phill Carter via Emc-users
an M3 in front of the S300. > > There are probably other issues too that I haven't found yet. > > Thanks > > John > > > > > ___________ > Emc-users mailing list > Emc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/lis

[Emc-users] GibbsCAM machine .pst file.

2024-03-27 Thread John Dammeyer
issues too that I haven't found yet. Thanks John ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] HAAS file

2024-03-21 Thread Dale Ertley via Emc-users
it. https://www.gibbscam.com/en John > -Original Message- > From: Dale Ertley via Emc-users [mailto:emc-users@lists.sourceforge.net] > Sent: March 21, 2024 7:52 AM > To: Enhanced Machine Controller (EMC) > Cc: Dale Ertley > Subject: Re: [Emc-users] HAAS file > > > H

Re: [Emc-users] HAAS file

2024-03-21 Thread John Dammeyer
Thanks Dale, I've reached out to the retired machinist. I'm thinking now it might be CAD/CAM software with the G-Code embedded inside it. https://www.gibbscam.com/en John > -Original Message- > From: Dale Ertley via Emc-users [mailto:emc-users@lists.sourceforge.net] > Sent:

Re: [Emc-users] HAAS file

2024-03-21 Thread Dale Ertley via Emc-users
what the HAAS was told to do. Is there a way to translate these files?  They are too big to attach but I can email them if someone knows how to do this. Thanks John _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/

[Emc-users] HAAS file

2024-03-20 Thread John Dammeyer
I can email them if someone knows how to do this. Thanks John _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-20 Thread Dave Engvall
you add an extension the rod and add an additional stack of washers in > a more convenient location? Got a cross section of the area? > > ___________ > Emc-users mailing list > Emc-users@lists.sourceforge.net >

Re: [Emc-users] black list aliexpress

2024-03-20 Thread Dave Engvall
Considering how much of the Ru munitions have western chips proves how much of the world is willing to cheat for a buck. > On Mar 18, 2024, at 7:33 PM, gene heskett wrote: > > On 3/18/24 18:50, Jon Elson wrote: >> On 3/18/24 07:53, Todd Zuercher via Emc-users wrote: >>&g

Re: [Emc-users] black list aliexpress

2024-03-19 Thread gene heskett
On 3/19/24 18:09, Robin Szemeti via Emc-users wrote: TWT's are still widely used for satellite uplinks ... a typical broadcast uplink will be a pair of 400W tubes at around 14GHz .. one running to the antenna, one running to a dummy load, ready for instant changeover. The bigger tubes

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
to as TWAT > tubes back in Nike Hercules tech school in 1977. > > Dave > ex MOS 22L > > On Tue, Mar 19, 2024 at 4:35 PM gene heskett wrote: > > > On 3/19/24 14:15, Robin Szemeti via Emc-users wrote: > > > I purchased a couple of large travelling wave tube amplifiers

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Dave Matthews
We had some training on traveling wave amplifier tubes, referred to as TWAT tubes back in Nike Hercules tech school in 1977. Dave ex MOS 22L On Tue, Mar 19, 2024 at 4:35 PM gene heskett wrote: > On 3/19/24 14:15, Robin Szemeti via Emc-users wrote: > > I purchased a couple of large t

Re: [Emc-users] black list aliexpress

2024-03-19 Thread gene heskett
On 3/19/24 14:15, Robin Szemeti via Emc-users wrote: I purchased a couple of large travelling wave tube amplifiers in an auction. I phoned the US company to ask about schematics and a manual ... "can we have the serial numbers please?" ... "sure ... " "great and what d

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-19 Thread BRIAN GLACKIN
? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
, gene heskett wrote: > > > > On 3/18/24 18:50, Jon Elson wrote: > >> On 3/18/24 07:53, Todd Zuercher via Emc-users wrote: > >>> Gene, > >>> > >>> In all honesty I wouldn't mind knowing more about your VFD source you > say you want black liste

Re: [Emc-users] black list aliexpress

2024-03-19 Thread Robin Szemeti via Emc-users
on, 18 Mar 2024 at 17:45, gene heskett wrote: > On 3/18/24 11:28, Todd Zuercher via Emc-users wrote: > > Gene, > > > Well 2 things I've observed since posting that, Todd. the pix is > identical for a 3 kilohertz version on amazon for about the same price, > once adjuste

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-19 Thread gene heskett
eorge Fitch, Atlanta Constitution Newspaper, 1912 _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users _______ Emc-users mailing list Emc-users@lists.s

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-19 Thread Todd Zuercher via Emc-users
11:18 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Not so slight problem with spindle/tools [EXTERNAL EMAIL] Be sure links are safe. Indeed, using drive dog threaded holes. Initially I did think about a flat disc but cannot see that gives me any better holding strength than

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-19 Thread Dave Engvall
think you are describing. > > (Then you can just swap tools and collets) > > -- > atp > "A motorcycle is a bicycle with a pandemonium attachment and is designed > for the especial use of mechanical geniuses, daredevils and lunatics." > — George Fitch, Atlanta Constitution

Re: [Emc-users] black list aliexpress

2024-03-18 Thread Chris Albertson
son wrote: >> On 3/18/24 07:53, Todd Zuercher via Emc-users wrote: >>> Gene, >>> >>> In all honesty I wouldn't mind knowing more about your VFD source you say >>> you want black listed. I'm so sick of trying to track down high speed VFDs >>> that I'm al

Re: [Emc-users] black list aliexpress

2024-03-18 Thread gene heskett
On 3/18/24 18:50, Jon Elson wrote: On 3/18/24 07:53, Todd Zuercher via Emc-users wrote: Gene, In all honesty I wouldn't mind knowing more about your VFD source you say you want black listed.  I'm so sick of trying to track down high speed VFDs that I'm almost tempted to pay the machine

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-18 Thread andy pugh
; — George Fitch, Atlanta Constitution Newspaper, 1912 ___________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] black list aliexpress

2024-03-18 Thread Jon Elson
On 3/18/24 07:53, Todd Zuercher via Emc-users wrote: Gene, In all honesty I wouldn't mind knowing more about your VFD source you say you want black listed. I'm so sick of trying to track down high speed VFDs that I'm almost tempted to pay the machine manufacturer's ridiculous 3X normal

Re: [Emc-users] Not so slight problem with spindle/tools

2024-03-18 Thread gene heskett
. Maybe somebody else has better advice. Dave ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users Cheers, Gene Heskett, CET. -- "There are four boxes to be used in defense of liberty:

[Emc-users] Not so slight problem with spindle/tools

2024-03-18 Thread Dave Engvall
that will retain the cat40 assuming the M6 shcs hold. Planned use is to use small tools at max spindle speed. (4K). I need ideas to clamp the cat40 so I can torque down tool while in the spindle. Any inspiration? Dave ___ Emc-users mailing list Emc-users

Re: [Emc-users] black list aliexpress

2024-03-18 Thread gene heskett
On 3/18/24 11:28, Todd Zuercher via Emc-users wrote: Gene, Well 2 things I've observed since posting that, Todd. the pix is identical for a 3 kilohertz version on amazon for about the same price, once adjusted to us dollars . So I'm wondering if aliexpress added an extra 0, they rarely know

Re: [Emc-users] black list aliexpress

2024-03-18 Thread Todd Zuercher via Emc-users
no clue, is also another annoying trick to perform.) Todd Zuercherm P. Graham Dunn Inc. 630 Henry Street Dalton, Ohio 44618 Phone: (330)828-2105ext. 2031 -Original Message- From: gene heskett Sent: Sunday, March 17, 2024 8:52 AM To: emc-users@lists.sourceforge.net Subject: [Emc-users

[Emc-users] black list aliexpress

2024-03-17 Thread gene heskett
allot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourc

Re: [Emc-users] looking for advice --> trick to sell an extratoolsetter

2024-03-16 Thread gene heskett
" -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] looking for advice --> trick to sell an extra toolsetter

2024-03-16 Thread Nicklas SB Karlsson
; > I'd like to obtain and test it. > > > > Take care & stay well Nicklas K. > > > > Cheers, Gene Heskett, CET. > > -- > > "There are four boxes to be used in defense of liberty: > > soap, ballot, jury, and ammo. Please use in that order."

Re: [Emc-users] looking for advice --> trick to sell an extra toolsetter

2024-03-16 Thread Chris Albertson
ay well Nicklas K. > > Cheers, Gene Heskett, CET. > -- > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author, 1940) > If we desire respect for the law, we must first make the

Re: [Emc-users] looking for advice --> trick to sell an extratoolsetter

2024-03-16 Thread gene heskett
Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users Cheers

Re: [Emc-users] looking for advice --> trick to sell an extratoolsetter

2024-03-16 Thread gene heskett
Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] looking for advice --> trick to sell an extra toolsetter

2024-03-16 Thread Stuart Stevenson
owdershelt (Author, 1940) > If we desire respect for the law, we must first make the law respectable. > - Louis D. Brandeis > > > > ___________ > Emc-users mailing list > Emc-users@lists.sourceforge.net > https://lists.sourceforge.net/l

Re: [Emc-users] looking for advice --> trick to sell an extra toolsetter

2024-03-16 Thread andy pugh
a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [Emc-users] looking for advice --> trick to sell an extra toolsetter

2024-03-16 Thread gene heskett
aw respectable. - Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] looking for advice

2024-03-15 Thread gene heskett
order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis ___________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] looking for advice --> trick to sell an extra tool setter

2024-03-15 Thread Nicklas SB Karlsson
you need to buy a new tool setter and he could sell this to. Nicklas Karlsson _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] looking for advice

2024-03-15 Thread Chris Albertson
: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author, 1940) > If we desire respect for the law, we must first make the law respectable. > - Louis D. Brandeis > > > _______ >

[Emc-users] looking for advice

2024-03-15 Thread gene heskett
allot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis _______ Emc-users mailing list Emc-users@lists.sourceforge

Re: [Emc-users] How to treat rusted linear rails?

2024-03-13 Thread Todd Zuercher
eet Dalton, Ohio 44618 Phone: (330)828-2105ext. 2031 -Original Message- From: Viesturs Lācis Sent: Wednesday, March 13, 2024 5:32 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] How to treat rusted linear rails? [You don't often get email from viesturs.la...@gmail.com.

Re: [Emc-users] How to treat rusted linear rails?

2024-03-13 Thread gene heskett
with oil. I am not sure that it is sufficient so I would appreciate any tips on how to treat them. Viesturs _______ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/list

Re: [Emc-users] How to treat rusted linear rails?

2024-03-13 Thread andy pugh
________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] How to treat rusted linear rails?

2024-03-13 Thread Viesturs Lācis
m not sure that it is sufficient so I would appreciate any tips on > > how to treat them. > > > > Viesturs > > > > > > _______ > > Emc-users mailing list > > Emc-users@lists.sourceforge.net > >

Re: [Emc-users] How to treat rusted linear rails?

2024-03-12 Thread Chris Albertson
what is recommended >> procedure to treat this? >> Here is a picture that show the extent of the issue: >> https://pasteboard.co/C1EAn0w5t8KT.jpg >> What I did is brushing it with a piece of steel wool moisted with oil. >> I am not sure that it is sufficient so I would

Re: [Emc-users] How to treat rusted linear rails?

2024-03-11 Thread Todd Zuercher
) Subject: [Emc-users] How to treat rusted linear rails? [You don't often get email from viesturs.la...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] [EXTERNAL EMAIL] Be sure links are safe. Hello! Last year there was a chance to acquire Biesse machine

Re: [Emc-users] How to treat rusted linear rails?

2024-03-11 Thread andy pugh
redevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 ___________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

<    1   2   3   4   5   6   7   8   9   10   >