Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Marius Liebenberg
really the positive terminal and the arc voltage is the negative terminal. -- Original Message -- From: "Jim Craig" To: "Marius Liebenberg" ; "Enhanced Machine Controller (EMC)" Sent: 2016-05-20 16:47:29 Subject: Re: [Emc-users] Plasma Mistake >Marius, >

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Ralph Stirling
renced to the circuit ground. > > > -- Original Message -- > From: "Jim Craig" > To: "emc-users" > Sent: 2016-05-19 15:13:32 > Subject: [Emc-users] Plasma Mistake > >> So my goal is to let others learn from my mistakes. So in that way I

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Jim Craig
renced to the circuit ground. > > > -- Original Message -- > From: "Jim Craig" > To: "emc-users" > Sent: 2016-05-19 15:13:32 > Subject: [Emc-users] Plasma Mistake > >> So my goal is to let others learn from my mistakes. So in that way I

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Marius Liebenberg
connect your stuff to this filter and the polarity is always correct and can be referenced to the circuit ground. -- Original Message -- From: "Jim Craig" To: "emc-users" Sent: 2016-05-19 15:13:32 Subject: [Emc-users] Plasma Mistake >So my goal is to let others

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Lester Caine
On 20/05/16 14:03, Jim Craig wrote: > Anyway, Thanks everyone for the advice. We will be reviewing the > grounding of the whole system and adding in some friendly reminders. I have a similar problem with DivisionMasters used to run automated arc welding setups. Nice big earth connection between w

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread andy pugh
On 20 May 2016 at 09:03, Jim Craig wrote: > HA! I may do that too. Put one right over the plasma cutter power > switch. That would be a good place. I wonder if there is a way to wire a relay interlock? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the esp

Re: [Emc-users] Plasma Mistake

2016-05-20 Thread Jim Craig
On 5/20/2016 1:28 AM, Gregg Eshelman wrote: > It would be easier to put a large sign below the control computer's screen, > and signs on/around the table. CHECK GROUND CLAMP! > > HA! I may do that too. Put one right over the plasma cutter power switch. That would be a good place. Anyway, Than

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Gregg Eshelman
It would be easier to put a large sign below the control computer's screen, and signs on/around the table. CHECK GROUND CLAMP! From: Jim Craig To: Enhanced Machine Controller (EMC) Sent: Thursday, May 19, 2016 10:26 AM Subject: Re: [Emc-users] Plasma Mistake I think in add

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Gene Heskett
On Thursday 19 May 2016 12:26:53 Jim Craig wrote: > I think in addition to the message box in the g-code file I will add a > HAL message component that will trigger off a one shot component that > is connected to the machine on state. This way each time the machine > is turned on the pop up messag

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Jim Craig
I think in addition to the message box in the g-code file I will add a HAL message component that will trigger off a one shot component that is connected to the machine on state. This way each time the machine is turned on the pop up message will show up to remind the user to connect the ground

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Dave Cole
If you want to keep using the ground clamp as is I'd order two sets of parts from John... :-) You won't need them next week or two weeks from now.. Just as soon as the memory of this fades a bit. Also, you will find out that how you put the clamp on the table will affect the plasma flam

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Jon Elson
On 05/19/2016 08:13 AM, Jim Craig wrote: > > Don't ever forget to hook up the ground to the plasma cutter! > > One suggestion is to run an EXTRA ground cable from the plasma power supply to the machine table. Not the base of the frame, but the actual table the work sits on, if that moves. This

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread andy pugh
On 19 May 2016 at 10:16, Jim Craig wrote: > In this situation the plasma cutter unit is used on the CNC machine as > well as as a manual hand cutter. So the clamp remains to be universal. Put a permanent bolt-on lug in the _middle_ of the ground lead then. -- atp "A motorcycle is a bicycle with

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Jim Craig
John, In this situation the plasma cutter unit is used on the CNC machine as well as as a manual hand cutter. So the clamp remains to be universal. It is trivial to switch between use on the CNC table or as a manual hand cutter, as long as you don't forget the ground clamp. Jim On 5/19/2016

Re: [Emc-users] Plasma Mistake --> Ground

2016-05-19 Thread Nicklas Karlsson
To get a working usually involve exploring there others. If ground clamp of plasma cutter must be checked every time problems could be expected every now and then. It is possible to mitigate with proper procedures as is done for air safety and it work most of the time although it cost money. Th

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread John Kasunich
On Thu, May 19, 2016, at 09:13 AM, Jim Craig wrote: > So my goal is to let others learn from my mistakes. So in that way I > tend to make a lot of them so everyone can benefit. Last night I was > working with the plasma machine and made a big one! > > Don't ever forget to hook up the ground to

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Jim Craig
Les, Thanks for the info. We were rethinking the machine grounding last night. We will look into it further when we are putting it back together. Thanks again, Jim On 5/19/2016 8:28 AM, Les Newell wrote: > Hi Jim, > > There are a few precautions you can take so forgetting to clamp the > ground

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Les Newell
Hi Jim, There are a few precautions you can take so forgetting to clamp the ground doesn't destroy your electronics. First use a star ground. Weld a bolt to the frame of your machine and connect that to your supply mains earth. Now make sure the mains earth for your computer and plasma cutter

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread Jim Craig
I think I will use the following: (msg, HEY STUPID IDIOT, CHECK GROUND CLAMP!!!) M0 Thanks John, Jim On 5/19/2016 8:35 AM, John Thornton wrote: > Thanks, in your G code put: > > (msg, CHECK GROUND CLAMP) > M0 > > JT > > > On 5/19/2016 8:13 AM, Jim Craig wrote: >> So my goal is to let others

Re: [Emc-users] Plasma Mistake

2016-05-19 Thread John Thornton
Thanks, in your G code put: (msg, CHECK GROUND CLAMP) M0 JT On 5/19/2016 8:13 AM, Jim Craig wrote: > So my goal is to let others learn from my mistakes. So in that way I > tend to make a lot of them so everyone can benefit. Last night I was > working with the plasma machine and made a big one!

[Emc-users] Plasma Mistake

2016-05-19 Thread Jim Craig
So my goal is to let others learn from my mistakes. So in that way I tend to make a lot of them so everyone can benefit. Last night I was working with the plasma machine and made a big one! Don't ever forget to hook up the ground to the plasma cutter! When we hit the go button the program start