“as if using a cookie cutter to produce shapes in dough.”
- anco quality production thoughts on cnc punching
The CNC Turret Punch successively punches basic shapes (circles, rectangles, etc.) into sheet metals using hydraulic, pneumatic, or electrical power. The sheet metal is first moved into an xy position where a ram containing a punch tool strikes from above and a die catches from below.
The shapes are selected from a rotating turret, (normally a multi-turret system) under CNC control. They can normally hold anywhere between 20-70 punch/dies and switch between them taking around 600 strokes/minute. Most have either a C type frame or a portal/bridge type fames, and range in size from 1 meter square bed with 20 tons of press capacity, up to 1.5 x 1.8 meters with 50 tons of press capacity.
It is faster and cheaper than laser cutting for basic shapes especially for high volume, although a laser cutter may be a better option for a design with many curves.
CNC turret punching has good edge control and can primarily is used in 2d shapes (airplane control panels, custom washers, auto parts, metal brackets, etc). Some machines do bend, extrude, etc, while punching.
nice overview:
turret punching the musical:
Aluminum
Stainless Steel
Brass
Steel
Red Metals
Plastic
No fragile shapes
Wrapping may occur
No super small holes
Bottom side tends to differ a few thousandths of an inch from top side
Burrs are inevitable/consider burr direction
Amada: http://www.amada.com
Muratec: http://www.muratec-usa.com/
Strippit Series: http://www.lvdgroup.com/en/cnc-fabrication-punching.aspx
A&L SHEET METAL FABRICATIONS CORPORATION – Bronx, NY
ISH Precision Machine - Brooklyn, NY
Yane Machine Shop – Brooklyn, NY
Stencils Unlimited – Lake Oswego, Oregon
AutoCAD (DWG,DWZ), DXF, varies
Resources:
creativespirited.com/2012/03/29/cnc-turret-punch-
http://www.midlake.com/blog/taking-a-closer-look-at-cnc-turret-punch-press/
http://www.stencilsunlimited.com/turret_punching.php
this will soon be organized but not today.
ANIMAls peopLE & those between
————————————
butterflies..
http://images3.wikia.nocookie.net/__cb20120616145129/protagonist/images/9/98/Caterpillar-4.jpg
The caterpillar in alice in wonderland (interesting the difference between the caterpillar and the butterfly in terms of symbolic representation)
Mythical symbolism
Greek mythology, Psyche was also the ancient Greek word for ‘butterfly.’ She was portrayed in ancient mosaics as a goddess with butterfly wings.
http://www.theoi.com/image/img_psykhe.jpg
which leads us to >Butterfly as annoying female symbol
http://www.mariahconnection.com/wp-content/uploads/2008/03/gold1.jpg
butterfly (toilet paper + food coloring)

Tell me and I’ll forget. Show me, and I may not remember. Involve me, and I’ll understand. -
Why are there boobs? That was a common question….
We like to give things a beginning and an end, when it’s just not that simple… “Nature” is our own construct, the air in the fume box doesn’t disappear, that point on the map isn’t self contained.
Here at ITP, we create the demand for 100 or so pressure sensors/year (minimum). That’s 100 microscopic bits of benzene we are supplying. On one hand, in terms of the larger issues. that’s absolutely nothing (besides benzene is in cigarettes and plastics). It doesn’t matter. But on the other hand, it just does.
So, how should the pressure sensors ideally be made? Is that possible? Is that important?
audio and program still need tweaking.. .
(code:
PFont f;
PImage img;
PImage img1;
int counter = 0;
import ddf.minim.*;
import ddf.minim.signals.*;
import ddf.minim.analysis.*;
import ddf.minim.effects.*;
import processing.serial.*;
Serial myPort; // the serial port
Minim minim;
AudioPlayer song, song2;
boolean playSong;
boolean stopsong;
boolean[] display = new boolean[4];
void setup() {
size(displayWidth, displayHeight);
f = loadFont( “ArialMT-32.vlw” );
// frameRate(2);
// background(255);
minim = new Minim(this);
song = minim.loadFile(“My Song 4.mp3″);
//song.play();
println(Serial.list());
String portName = Serial.list()[0];
myPort = new Serial(this, portName, 9600);
}
void draw() {
background(255);
text(“Dear Interlink Electronics,”, 300, 225);
text (“How is the FSR® 402 pressure sensor made?”, 300, 325);
text (“Thanks.” ,300, 425);
textSize(32);
fill (0);
if (playSong) {
song.play();
playSong = false;
img = loadImage (“map2.jpg”);
image (img,0, 0);
drawStuff();
if (stopsong){
// song.stop();
//if(!song.isPlaying())
//{
song.pause();
stopsong = false;
//}
//}
}
}
}
void serialEvent(Serial myPort) {
int inByte = myPort.read();
println(inByte);
if (inByte>10){
display[0]=true;
println(“display 1″+display[0]);
}
else
display[0]=false;
if (inByte>35){
display[1]=true;
println(“display 1″+display[1]);
}
else
display[1]=false;
if (inByte>20){
display[2]=true;
println(“display 2″+display[2]);
}
else
display[3]=false;
if (inByte>25){
display[3]=true;
println(“display 3″+display[3]);
}
else
display[3]=false;
if (inByte > 0) {
playSong = true;}
if (inByte <=0){
stopsong = true;
}
}
void drawStuff(){
if(display[0] == true){
textFont(f);
fill (0);
textSize (16);
text (“horse tissue”, width/2, height/2);
text (“interlink electronics”, 80, 170);
text (“copper mine”, 320,450);
fill (0);
ellipse(80, 160, 50, 50);
ellipse (930,200,53,53);
ellipse (230,450, 63,63);
}
if(display[1] == true){
img1 = loadImage (“breast2.jpg”);
image (img1,0,0);
fill (0);
ellipse (450,350,360,360);
// fill (122,122,122);
// ellipse(300, 300, 100, 100);
}
if (display [2]==true) {
ellipse(600, 200, 50, 50);
ellipse (830,200,20,20);
ellipse (140,160,20,20);
ellipse (750,300,53,43);
ellipse (300,450, 63,63);
ellipse (230,400,20,20);
ellipse (200,370,10,10);
ellipse (220,400,20,20);
ellipse (730,20,40,40);
ellipse (600,100,30,30);
textSize (16);
text (“benzene”, 600,220);
text (“fiberglass”, 400,300);
text (“polyethylene teraphthalate”, 500,200);
text (“breaks down in 10 days”,100,200);
}
if (display [3]==true){
ellipse (500,100,30,30);
ellipse (400,200,20,20);
ellipse (300,100,15,15);
ellipse (150,20,20,20);
ellipse (900,800,10,10);
ellipse (500,300,20,20);
ellipse (402,305,45,32);
ellipse (800,600,15,15);}}