Canned cycle


A canned cycle is a way of conveniently performing repetitive CNC machine operations. Canned cycles automate certain machining functions such as drilling, boring, threading, pocketing, etc... Canned cycles are so called because they allow a concise way to program a machine to produce a feature of a part. A canned cycle is also known as a fixed cycle. A canned cycle is usually permanently stored as a pre-program in the machine's controller and cannot be altered by the user.

Programming format

The operation of a CNC machine tool is typically controlled by a "part program" written a language known as G-code. Canned cycles are similar in concept to functions in a traditional computer language, and can be compared also to G-code macros. The format for a canned cycle consists of a series of parameters specified with a letter and a numerical value. The letter is referred to as an "address".
N.. G.. G.. X.. Y.. R.. P.. Q.. I.. J.. Z.. F.. H.. S.. L.. A.. B.. C.. D..
These addresses and values tell the machine where and how to move. The syntax of a canned cycle may vary depending on the brand of the control. In general, the following "words" will be in a canned cycle "block".
A, B, C and D are used for Rectangular pocket machining.
G80 is used for cancelling the currently selected canned cycle as G-codes for canned cycles are modal.
If the machine control supports it, the user may create their own custom canned cycles. As there are numbers not already used for G-codes, new canned cycle programs can be stored at these vacant locations. This may be done on the popular Fanuc control with a technique referred to as "macro programming", after the Fanuc Macro-B language.
Fanuc controllers support the following fixed cycles:
Source: Smid 2008
These are examples used on a mill. Some of them have different functions on a lathe.
G73High speed peck drilling cycle
G74Left-hand tapping cycle
G76Precision boring cycle
G80Cancel any fixed cycle
G81Drilling cycle
G82Drilling cycle with dwell
G83Peck drilling cycle
G84Right-hand tapping cycle
G85Boring cycle
G86Boring cycle
G87Back boring cycle
G88Boring cycle
G89Boring cycle

Advantages

The conciseness of canned cycles allows for quicker and easier development of programs at the machine.
As canned cycles reduce the number of blocks in a program, the storage space occupied by the program is less and the programmer escapes the tedium of writing the same instructions again and again. This reduces the potential for errors, and locating any errors that do exist is easier in a shorter program.
Job setup is also facilitated by canned cycles. Some canned cycles exist which are designed for use by machine tool operators for simple job set-up and measuring tasks........