|
To subscribe: Simply email us (newsletter@cncci.com) and let us know you'd like to be added to our distribution list. To unsubscribe: Respond to this email, typing REMOVE in the subject. Please accept our apologies if we have disturbed you.
|
New product update: Another basic machining practice eBook!We're always excited about our newest products. We hope you'll check this one out. eBook: Machining Operations Performed On Turning CentersThe second in a series of eBooks that address basic machining practice concerns. Written by Mike Lynch.This introductory eBook is aimed at entry-level CNC people. It provides information regarding what a CNC turning center is designed to do. Included are presentations on internal machining operations as well as external machining operations. Within each presentation, we also show how cutting conditions (speeds and feeds) are determined. This eBook sells for $29.00. ME Consultant Pro gets rave reviewsIntroduced by CNC Concepts, Inc. about six months ago, over 50 copies have been sold!This inexpensive ($100.00) time and cost estimator for CNC machining centers has been well received by our customers. Here's some of what has been said:
Our website provides all the details, including a demo you can download and a PowerPoint tutorial for the program.
Instructor note: Teaching CNC with the Key Concepts approach - part ninePart nine - Key concept number eight: You must understand the three basic modes of operationHere are some links that allow you to review other parts of this article:
When a person sees the control panel of a CNC machine for the first time, they can be easily intimidated. Admittedly, there are many new functions to learn. And in the last key concept, you introduced them to the most popular buttons and switches. In this key concept, you can help them become more organized. I like to begin by pointing out that each button or switch can be easily categorized into one of three basic modes. And these three modes are the subject for Key Concept number eight. Point out that while most mode switches have more than three actual positions, there are only three basic modes - manual mode, manual data input (MDI) mode, and program operation mode. I like to compare the mode switch of a CNC machine to the function selector for a stereo system. This switch might include functions like CD, Tape, and Tuner. Students probably know that if the function selector of a stereo system is in the CD mode, buttons and switches related to the tuner will not be active. This is exactly the case with a CNC machine. If the mode switch is in the wrong position, about the worst that can happen is that the machine won't respond to the given action. This is important for a novice to know. This means that the mode switch will always be the first switch an operator must set prior to performing any task on the machine. And if the machine doesn't respond to the action, it is likely that the switch is in the wrong position. Manual modeOn the machine's mode switch, this mode includes jog (often called manual), handwheel, and zero return. Explain that in this mode, the machine behaves the most like a conventional machine (mill or lathe, for example). Press a button and the spindle starts. Turn a handwheel and an axis moves. And so on. This mode is most commonly used during setup - when getting the machine ready to run production. The jog (again, also called manual) mode is used most commonly to allow axis motion through the use of a push-button or joystick. The axis to be moved, the direction (plus or minus) and the motion rate are first selected. When the motion is activated the selected axis will move in the selected direction at the selected rate. Like the jog mode, the handwheel mode provides access to axis motion. But motion can be more precisely controlled with the handwheel. Three rates will be available, times one (0.0001 inch per increment), times 10 (0.0010 inch per increment), and times 100 (0.0100 inch per increment). This allows quick motion when possible - and very slow movement when caution is required. The zero return mode provides a way to send each axis to its reference position - which is commonly close to the plus over-travel limits. With each of these mode switch positions, other machine functions may also be accessible in this mode. If the machine provides manual control of the spindle, for example, it can be activated from this mode switch position. Do point out, however, that machine tool builders vary when it comes to how much manual control they provide for machine operation. Some, for example, may provide little or no control of the machine's tool changing device (automatic tool changer or turret). For any function that does not include manual controls, the operator must use the manual data input (MDI) mode in order to perform the function manually. Manual data input (MDI) modeOn the mode switch, this mode includes the MDI and Edit positions. In the MDI position, the operator will command actions in a way that is very similar to how the action is commanded from within a CNC program. While it is possible to perform just about any action that is possible in a CNC program, point out that the MDI mode is most helpful when there is a need to perform a manual function that is not possible in the machine's manual mode. For example, most machining centers provide no way to activate the automatic tool changer in the manual mode. Instead, the operator must use the MDI mode, commanding the tool station number (T05, for example) with an M06. When activated, the control will execute the command one time - just as if it came from a CNC program. Again, examples of things that must be manually activated with MDI mode include tool changing, spindle activation, and pallet changing. Point out that the Edit mode switch position allows manipulation of the CNC program. Words and commands can be inserted, altered, and deleted. The program operation modeFor current machines, the only mode switch position for this mode is called Auto (or Memory). Explain that it is in this mode switch position that CNC programs are run. Want more?We provide complete curriculums to help you teach CNC classes. You can download (free of charge) the lesson plans by clicking the links below. Here are two links that bring you to our CNC curriculum page and our CNC educators page. Use these two links to learn more about how you can use our key concepts approach in your own classes.
Macro Maven: A custom macro for milling an ellipsoid shapeSubmitted by Scott M. SzczepaniakEditor's note: This is a great example of what can be done with parametric programming. Thank you to Scott for providing it to us. Again, excellent work! If you have written custom macro programs that you are proud of - and that you'd like to share with others - be sure to submit them to us (to lynch@cncci.com) The next three photos show the ellipsoid shape that is being machined by this custom macro.
Note that the shape being shown is just as it was when removed from the machine (though the bottom was painted black). That is, the shape has not been polished. Here is a sample of the calling program (the one used to machine the workpiece shown above.
It is line N40, of course, that causes the machine to mill the ellipsoid shape. Here is what each argument represents, along with its local variable representation in the body of the custom macro (program number O0002).
Here is the custom macro itself. Notice how (relatively) short it its - considering how much work it is going to do! Each like is nicely documented - though it may be a little tough to follow what's happening.
Custom macro tip: Another way to tell if your machine has custom macro BSuggested by Terry HnanicekCustom macro B is a very desirable feature - one that is an option with Fanuc and most Fanuc-compatible machines. We often receive this question: "How do I tell if a given machine has custom macro B?" We've given one method in a previous issue of The Optional Stop newsletter - look for the variables page (by pressing the OFFSET or SETTING button. If you see a page that is labeled Local Variables, the machine has custom macro B. But there is another, somewhat more universal, way to quickly tell if a machine has custom macro B. It involves executing a custom macro command in the MDI mode (or you can type a short program). Our suggested custom macro command is:
When this command is entered and executed by MDI, one of two things will happen. The first is nothing. That is, nothing you actually notice when you press the start or cycle start button. In this case, the machine does have custom macro B. The second thing that may happen is that the machine will go into alarm state, displaying a format alarm on the display screen. In this case, the machine does not have custom macro B. Do remember that custom macro B is a field installable option - one that can be added to your machine at any time (for an additional charge).
Parameter preference: Protecting two different sets of programsSuggested by John RomeroIn a previous issue of The Optional Stop newsletter, we provided a method for protecting programs in the 9000 series (O9000 through O9999). This, of course, will help you keep important programs that must remain in the machine from being altered or deleted. However, certain after-market suppliers (like spindle probe manufacturers) use programs in the 9000 series and protect them - keeping them from being modified or deleted. If your machine has such a device and your 9000 series programs are already protected, keep in mind that Fanuc also allows you to protect (separately) programs in the 8000 series. With a 15 series Fanuc control, for example, this function is controlled by parameter number 11. Bit number 0 (right-most bit) is named NE8 and determines whether 8000 series programs can be modified or deleted (0: yes, 1: no). Bit number 1 (second bit from the right) is named ND8 and determines whether the 8000 series programs will be displayed (0: yes, 1: no). This provides you with a way to protect your important programs, even if the 9000 series programs are being protected for another reason. Note that (for a 15 series Fanuc control), parameter number 2201, bits 0 and 1 control the same functions for the 9000 series programs. As always, remember that specific parameter numbers vary from one control model to another. But if the function is available on one Fanuc control, it is likely that it is available on another. You just have to dig in order to find the specific parameter in question.
G code primer: Taper thread milling without spiral interpolation (or custom macro)As you know, helical interpolation is used to mill a thread. Two axes (X and Y) will move in a circular fashion while the third axis (Z) moves in a linear fashion. The motion looks like a spiraling motion - but the radius of the spiral remains constant. And again, helical interpolation works nicely for thread milling - at least with straight threads. Unfortunately, helical interpolation doesn't work so well with tapered threads because the radius remains constant throughout the motion. A tapered thread does require a true spiral motion - the radius machined in XY must change during the motion. That is, a circular XY motion just won't do since the (tapered) milling cutter will be moving in the Z axis during the milling operation. If the circular motion is allowed to continue all the way around the thread, a nasty witness mark will be left at the beginning/ending point of the thread. More and more controls are coming with true spiral interpolation that does allow the milling of tapered threads. And if you have this feature, by all means use it when you must mill tapered threads. But if your control doesn't have spiral interpolation, you can still emulate the motion if your machine has custom macro B. But since this application for custom macro will break the motion into hundreds (if not thousands) of tiny linear motions, the control may not be able to calculate and move quickly enough. You may have to limit your feedrate - which will take more time to mill the thread. And of course, if your machine does not have custom macro B, you're out of luck. There is a third alternative, as long as it is allowable to compromise the thread radius as the thread is being milled. In essence, you can break the full circle needed to mill the thread into several motions. Each motion will be a portion of the full circle - say 90 degrees, or one quarter way around the thread. You'll still use helical interpolation, but with each motion, the radius will change. Here are the steps for doing so. First, determine the needed radius change as the tapered thread milling cutter machines around the thread. If the thread's taper angle is 1.783 degrees (for an NPT thread, for example), this means multiplying the tangent of 1.783 times the pitch of the thread. For a 0.125 inch pitch (8 threads per inch), this comes out to 0.0040 inch (again, the tangent of 1.783 degrees times 0.125). If machining an internal thread in a downward manner (Z minus), this means the radius of the motion must decrease in size by 0.0040 inch during the thread milling operation in order to eliminate the witness mark. Second, determine how much the radius will change per segment of motion. Do this, divide the radius change amount just calculated by the number of segments you will use to machine the thread. If you will be breaking the motion into four segments as in our example, divide 0.004 by 4 - and the resulting radius change per segment is 0.0010. Also determine the amount of Z axis departure per movement by dividing the thread's pitch (0.125 in our case) by the number of segments you'll be using (four in our case). For our example, the tool will be departing (moving Z minus) by 0.0312 per segment. Third, program the arc-in movement in the normal fashion. If the thread we're milling is a 4"-8 thread, if it is at a position in X5.0 Y5.0, and if the top of the thread is at Z zero, her are the first few commands for the tool:
In line N285, note that the arc-in approach is a ninety degree (one-quarter circle) arc. For this reason, the Z axis departure must be one-quarter of the pitch (0.0312 in our case). To this point nothing is different from a straight thread - except only one quarter of the thread has been milled so far. Fourth, program each segment, reducing the radius by the amount calculated above (0.0010 for our example). Note that the ending point of the thread in X and Y must reflect this change in radius. Here are the commands for our example. Also, of course, the tool must depart in Z by the amount calculated above (0.0312 in our case).
Fifth, arc-out and cancel cutter radius compensation. Since it makes a one-quarter circle motion, the tool must depart by one-quarter the pitch in Z (0.0312 in our case).
Once again, this does not make a perfect thread. It merely eliminates the witness mark at the thread's beginning/ending point - and makes the thread look good. While you can dramatically improve the quality of the thread by increasing the number of segments (say to twelve instead of four), nothing beats having true spiral interpolation for milling tapered threads. But if your machine doesn't have spiral interpolation yet you must still mill the thread, this alternative may work for your application.
|
|||||||||||||||||||||