Computer-aided manufacturing |
Integrating computer-aided manufacturing (CAM) with computer-aided design systems produces quicker and more efficient Manufacturing processes. This methodology is applied in different manufacturing areas.
=Things taken care of by CAM=
=Data flow in mechanical engineering CAM=
N1X0Y0T01 N2X0Y2000 N3X4000Y2000 N4X4000Y0 N5X0Y0 N6M00
:Line 1 (N1) tells the machine to traverse to grid point X0Y0 and to pick tool #1 :Line 2 tells the machine to traverse to grid point X0Y2.000 :Line 3 tells the machine to travel to grid point X4.000Y2.000 :Line 4 tells the machine to travel to grid point X4.000Y0 :Line 5 returns the machine to origin :Line 6 stops the machine
:Note that the program does nothing to define the tool cutting path. If the machine is a router and uses a 1/8 radius cutter, the actual part will end up 1/4 smaller than designed (1/8 per side). To compensate, a G-code command (in this case) may be used to adjust the tool path.
N1G44M0125 N2X0Y0T01 N3X0Y2000 N4X4000Y2000 N5X4000Y0 N6X0Y0 N7M00
:In this case, the controller sees the first line and adjusts the location of the cutter to .125 (or 1/8 ) to the outside of the cutting profile. Now the machine will make a part that matches the one designed. Depending on the cutting tool, the compensation can be set as needed. For example, a laser with a very fine beam might have a compensation of .005 , while a waterjet with a .060 inside tip diameter may need a compensation of .030.
=Areas of usage=
*In mechanical engineering *In electronic design automation, CAM tools prepare printed circuit board (PCB) and integrated circuit design data for manufacturing.
=Brief description=
In CNC Manufacturing the CAM system is used to simplify the machining and design process. In most cases the CAM system will work with a CAD design made in a 3D environment. The CNC programmer will just specify the machining operations and the CAM system will create the CNC program. This compatibility of CAD/CAM systems eliminates the need for redefining the work piece configuration to the CAM system.
In other words: C.A.M. is a software usually comes with a machine such as a lathe or miller which is controlled by the software. The entire system tends to be extremely expensive (a lathe and computer system with software will cost in excess of £10 000).
=See also=
*Computer Integrated Manufacturing (CIM) *Computer representation of surfaces
=External links=
*[http://www.pmozarks.com/article/cam_sys.htm What is a CAM system ]– By Mike Lynch *[http://www.cncci.com What are the differences between manual, conversational, and CAM system programming ]|
|