Friday, October 30, 2015

Programming CNC Machines With G-Codes (part 2 of 2)

http://www.bromotravelindo.com

G-Codes

Lets discuss the g-codes further, as what I have said earlier G- codes constitute only a part of the Computer Numerical Control Program, in the whole programming algorithm, they are denoted by the letter G, Basically it is a code telling the machine what kinds of actions to perform in a step by step basis, examples of these actions would be rapid move, controlled feed moves that would bore holes, a work piece cut routed to a specific dimension, change a pallet, and set a tool information such as offset.

After creating each part of the codes, the algorithm is compiled in the Computer Aided Manufacturing (CAM) software. The CAM software basically use translators called post processors to output the code optimized for a certain machine type. Often times, post-processors are often used to allow users to enable further customization.

G-codes can also be used to create outputs for Computer Aided Design systems used to design printed circuit boards (PCB). Any software must be customized for each type of machine tool that it will be used to program. Some G-codes are written by hand for volume production jobs.

Some Computer Numerical Controlled machines use conversational programming. Conversational programming is an easier way to program CNC machines because it is more “user friendly” because it uses a wizard like program that hides the G-codes into plain view. Some Popular examples of this kind of CNC machines are the Southwestern Industries’ Proto TRAK, Mazak’s Mazatrol, and Mori Seiki’s CAPS conversational software.

Conclusion

With these kinds of further sophistication in programming Computer Numerical Controlled Machines, it is expected in the future that programming would be much easier for its machine operators.

No comments:

Post a Comment