Re: CNC PLASMA - THC schematic ?
Posted by
caudlet
on 2003-10-15 15:33:53 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "turbulatordude"
<davemucha@j...> wrote:
at designs of stand alone units I realized they had to have some
rather complex logic circuits to be able to do all the things a good
THC should. It does more than just adjust the head as it goes
along. It needs to sense the arc current and hold program execution
until you get a good arc on pierce. If not you will end up with gaps
in your cuts. On start,you can program in a delay, but often my
torch (Gertie has a mind of her own) will turn off its purge air
during a long rapid and the start process takes several seconds under
those conditions. If you start and pause long enough to cover all
conditions, on normal starts the torch cuts a larger and larger divit
until it starts to move.
The biggest issue was to keep the start height and pierce height
constant. There are several ways to do this. One used on stand-
alone THC's drops a sensor down to "feel" for the surface of the
material and then zero's itself so it knows to start say at .2 inches
and then plunge to .135 BEFORE the actual THC Up and Down control
takes over. At the end of each cut you never know where you are so
you have to go through the touch and re-zero on each cut. No big
deal when there are a dozen cuts but a PITA when you have close to a
hundred! Then there is the issue of the sensor landing in a void
that has already been cut (common on close cuts) or on a piece of
surface slag.
I reasoned that all of that logic could be handled by the PC and the
controller program instead of a separate microprocessor in the THC.
If the controller program controlled the up and down it would always
know where the tip was in relation to the material. It could keep
track of the up and down movements. It could also sense the Arc Good
condition and hold the movement until it was valid. It also has
software excursion limits to prevent over travel.
Art was able to add the features to MACH2 and using a much simplier
external circuit it handles the logic of the THC. It has to have
control over the Z axis which means it needs to be a Step and
Direction control. I used a simple stepper and a Gecko but a low
cost unipolar or bipolar stepper driver with a small 23 frame stepper
will work great. The speed required for THC is only about 20% of the
normal rapid on that axis.
You could in theory take the output of my circuit and control an H
bridge to move the DC motor up and down. You would need to provide
safety limit switches in case the voltage started to get out of range
and the motor moved too far. You would still have to design the
surface sensing and move to pierce height circuits. If your torch
has an arc good signal then you would be all set; if not you REALLY
need to design in that feature or spend a lot of frustrating time
finishing cuts by hand.
<davemucha@j...> wrote:
>the "Arc
> > Yes. I guess I need to move it over. While the basic voltage
> > sensing circuit of the posted schematic remains the same we have
> made
> > several additions and modifications to the version that will be
> > available from Bob Campbell. We have added a universal current
> > sensor for the plasma side that works with any machine for
> > Good" signal. Jim at Sound Logic is doing the design and hasadded
> > the buffers and isolation for the second parallel port that issimilar
> > usually need for the added inputs.
>
> Wow,
>
> The schematic looks good, I have an earlier verision that is
> but with only 2 channels of comparitor. I think that was fromwhen
> the discussion first came up there.The circuit was designed early on to integrate with MACH2. In looking
>
> I was looking at a simple DC motor instead of a stepper as the
> control will be open loop for posistion, but closed loop on arc
> voltage.
>
> will any of the mods be available for the group ?
>
>
> Dave
at designs of stand alone units I realized they had to have some
rather complex logic circuits to be able to do all the things a good
THC should. It does more than just adjust the head as it goes
along. It needs to sense the arc current and hold program execution
until you get a good arc on pierce. If not you will end up with gaps
in your cuts. On start,you can program in a delay, but often my
torch (Gertie has a mind of her own) will turn off its purge air
during a long rapid and the start process takes several seconds under
those conditions. If you start and pause long enough to cover all
conditions, on normal starts the torch cuts a larger and larger divit
until it starts to move.
The biggest issue was to keep the start height and pierce height
constant. There are several ways to do this. One used on stand-
alone THC's drops a sensor down to "feel" for the surface of the
material and then zero's itself so it knows to start say at .2 inches
and then plunge to .135 BEFORE the actual THC Up and Down control
takes over. At the end of each cut you never know where you are so
you have to go through the touch and re-zero on each cut. No big
deal when there are a dozen cuts but a PITA when you have close to a
hundred! Then there is the issue of the sensor landing in a void
that has already been cut (common on close cuts) or on a piece of
surface slag.
I reasoned that all of that logic could be handled by the PC and the
controller program instead of a separate microprocessor in the THC.
If the controller program controlled the up and down it would always
know where the tip was in relation to the material. It could keep
track of the up and down movements. It could also sense the Arc Good
condition and hold the movement until it was valid. It also has
software excursion limits to prevent over travel.
Art was able to add the features to MACH2 and using a much simplier
external circuit it handles the logic of the THC. It has to have
control over the Z axis which means it needs to be a Step and
Direction control. I used a simple stepper and a Gecko but a low
cost unipolar or bipolar stepper driver with a small 23 frame stepper
will work great. The speed required for THC is only about 20% of the
normal rapid on that axis.
You could in theory take the output of my circuit and control an H
bridge to move the DC motor up and down. You would need to provide
safety limit switches in case the voltage started to get out of range
and the motor moved too far. You would still have to design the
surface sensing and move to pierce height circuits. If your torch
has an arc good signal then you would be all set; if not you REALLY
need to design in that feature or spend a lot of frustrating time
finishing cuts by hand.
Discussion Thread
Charles VanLeeuwen
1999-12-27 16:37:54 UTC
Re: CNC PLASMA
STAN MCDONALD
1999-12-27 22:22:27 UTC
Re: CNC PLASMA
Charles VanLeeuwen
1999-12-28 07:47:27 UTC
Re: CNC PLASMA
Bertho Boman
1999-12-29 13:59:05 UTC
Re: CNC PLASMA
billchambers64
2003-10-13 16:15:09 UTC
CNC PLASMA
turbulatordude
2003-10-13 17:19:45 UTC
Re: CNC PLASMA
JanRwl@A...
2003-10-13 17:52:43 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC PLASMA
turbulatordude
2003-10-13 20:12:55 UTC
Re: CNC PLASMA
jeff_birt2000
2003-10-14 07:11:33 UTC
Re: CNC PLASMA
bank haam
2003-10-14 08:00:48 UTC
Re: [CAD_CAM_EDM_DRO] CNC PLASMA
Tim Goldstein
2003-10-14 08:07:07 UTC
RE: [CAD_CAM_EDM_DRO] CNC PLASMA
Bill Chambers
2003-10-14 11:03:56 UTC
RE: [CAD_CAM_EDM_DRO] CNC PLASMA
Bill Chambers
2003-10-14 11:03:56 UTC
RE: [CAD_CAM_EDM_DRO] CNC PLASMA
bank haam
2003-10-14 11:03:58 UTC
RE: [CAD_CAM_EDM_DRO] CNC PLASMA
caudlet
2003-10-14 14:26:48 UTC
Re: CNC PLASMA
Fred Smith
2003-10-14 15:32:22 UTC
Re: CNC PLASMA
bank haam
2003-10-14 16:04:43 UTC
RE: [CAD_CAM_EDM_DRO] CNC PLASMA
caudlet
2003-10-14 16:25:17 UTC
Re: CNC PLASMA
turbulatordude
2003-10-14 17:00:46 UTC
Re: CNC PLASMA - THC schematic ?
Fred Smith
2003-10-14 19:41:05 UTC
Re: CNC PLASMA
caudlet
2003-10-15 06:58:51 UTC
Re: CNC PLASMA - THC schematic ?
caudlet
2003-10-15 07:22:05 UTC
Re: CNC PLASMA
Larry Van Duyn
2003-10-15 07:50:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC PLASMA
turbulatordude
2003-10-15 07:59:06 UTC
Re: CNC PLASMA - THC schematic ?
Fred Smith
2003-10-15 12:51:27 UTC
Re: CNC PLASMA
caudlet
2003-10-15 15:33:53 UTC
Re: CNC PLASMA - THC schematic ?
caudlet
2003-10-15 15:51:28 UTC
Re: CNC PLASMA