Justin Log 2013: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
=Wed jul 17 2013= | |||
Cnc torch table notes | |||
==Height control== | |||
===Specs for stable plasma cut=== | |||
Three components to plasma height control: | |||
1. '''IHS (initial height sensing)'''- this is the touch off height or pierce height for the torch (pierce at 150-200% of the cut height). Capacitive sensors would work best for thin material since a mechanical switch could deflect the material giving a false reading. Two chips I have used for touch screen buttons are: | |||
freescale: http://www.freescale.com/files/sensors/doc/data_sheet/MPR121.pdf | |||
and | |||
Qprox: http://media.digikey.com/pdf/Data%20Sheets/Quantum%20PDFs/Qt160_07.pdf | |||
These provide baseline sampling compensation so they act like a switch more than a sensor but for the initial height sensing I think they would work well. | |||
2. '''Cutting height'''- is determined by the plasma torches cutting voltage, since the plasma torch uses constant current a 1% change in voltage (100 to 101 volts) is equal to several thousands (typically .015 or more) of arc gap change. This voltage can be read directly from the plasma torch, most torches have a voltage output (example): | |||
PowerPlasma 60S | |||
OCV 200V | |||
working voltage 88-100 | |||
has outputs for 1/16 or 1/50 which gives a output of about 4V | |||
This can be measured by a a/d on a microcontrol but needs to be isolated first. The sample rate should allow a A/D reading every .5 second. | |||
The Atmega1280/328 sample rate for a A/D is 14 clock cycles the A/D has a internal clock that should be set to the lowest sample rate of 50KHZ this will help with noise and give a more accurate reading. It seems like a half second latency is the cutoff for sensing and correcting at 25KHZ 14 clocks would give 1785 samples, to deal with noise probably 50 samples should be averaged. 10 bit resolution gives a 1023/AVcc if a 5v system is used that gives 4.88mV resolution. | |||
1023/5AVcc = 4.88mV resolution | |||
100v/50 = 2V output from plasma torch | |||
2V/4.88mv resolution gives 0-409 range or .244V resolution from the plasma torch or theoretically 3 mill this should be fine. | |||
3.Event monitoring- needed to monitor crash/limit switches and also torch control variables, if the torch slows down as in a curve the voltage will rise and cause a erroneous lower of the torch. These conditions need to be addressed in software. | |||
==Links== | |||
http://www.everlastgenerators.com/downloads/PowerPlasma%202013.pdf | |||
http://www.candcnc.com/PDF/LCTHC-Manual_REV8.pdf | |||
Possible systems | |||
=Sat Jun 22, 2013= | =Sat Jun 22, 2013= | ||
Did [[3 Inch Wheel Hub]] for tractor wheels, sprockets. | Did [[3 Inch Wheel Hub]] for tractor wheels, sprockets. |
Revision as of 01:23, 18 July 2013
Wed jul 17 2013
Cnc torch table notes
Height control
Specs for stable plasma cut
Three components to plasma height control:
1. IHS (initial height sensing)- this is the touch off height or pierce height for the torch (pierce at 150-200% of the cut height). Capacitive sensors would work best for thin material since a mechanical switch could deflect the material giving a false reading. Two chips I have used for touch screen buttons are:
freescale: http://www.freescale.com/files/sensors/doc/data_sheet/MPR121.pdf
and
Qprox: http://media.digikey.com/pdf/Data%20Sheets/Quantum%20PDFs/Qt160_07.pdf
These provide baseline sampling compensation so they act like a switch more than a sensor but for the initial height sensing I think they would work well.
2. Cutting height- is determined by the plasma torches cutting voltage, since the plasma torch uses constant current a 1% change in voltage (100 to 101 volts) is equal to several thousands (typically .015 or more) of arc gap change. This voltage can be read directly from the plasma torch, most torches have a voltage output (example):
PowerPlasma 60S OCV 200V working voltage 88-100 has outputs for 1/16 or 1/50 which gives a output of about 4V
This can be measured by a a/d on a microcontrol but needs to be isolated first. The sample rate should allow a A/D reading every .5 second.
The Atmega1280/328 sample rate for a A/D is 14 clock cycles the A/D has a internal clock that should be set to the lowest sample rate of 50KHZ this will help with noise and give a more accurate reading. It seems like a half second latency is the cutoff for sensing and correcting at 25KHZ 14 clocks would give 1785 samples, to deal with noise probably 50 samples should be averaged. 10 bit resolution gives a 1023/AVcc if a 5v system is used that gives 4.88mV resolution.
1023/5AVcc = 4.88mV resolution
100v/50 = 2V output from plasma torch
2V/4.88mv resolution gives 0-409 range or .244V resolution from the plasma torch or theoretically 3 mill this should be fine.
3.Event monitoring- needed to monitor crash/limit switches and also torch control variables, if the torch slows down as in a curve the voltage will rise and cause a erroneous lower of the torch. These conditions need to be addressed in software.
Links
http://www.everlastgenerators.com/downloads/PowerPlasma%202013.pdf
http://www.candcnc.com/PDF/LCTHC-Manual_REV8.pdf
Possible systems
Sat Jun 22, 2013
Did 3 Inch Wheel Hub for tractor wheels, sprockets.
Mon May 20, 2013
Discussing Bobcat Standard Quick Attach for LifeTrac with Marcin. Trying to log in to wiki with OpenID.
Sat May 18, 2013
Spent a good day designing Bobcat Standard Quick Attach for LifeTrac during OSE Design Sprint.