Solutions to Sawing Problems Through Band Evaluation
Below is a list of common problems encountered during typical sawing operations. Click on a problem to reveal its potential cause. If you would like to discuss any of these in more detail, feel free to contact us using the live chat, or by calling 888.527.5548
PROBABLE CAUSES THAT SHOULD ALWAYS BE CONSIDERED:
Improper break‑in procedure.
Excessive band speed for the type of material being cut. This generates a high tooth tip temperature resulting in accelerated tooth wear.
Low feed rate causes teeth to rub instead of penetrate. This is most common on work hardenable materials such as stainless and tool steels.
Insufficient cutting fluid due to inadequate supply, improper ratio, and / or improper application
Improper blade selection for application.
Excessive feeding rate or feed pressure.
Worn, missing or improperly positioned chip brush.
Improper band tracking ‑ back edge rubbing heavy on wheel flange.
Worn or defective back‑up guides.
OBSERVATION #15 | BUTT WELD BREAKAGE
To determine if the band broke at the weld, inspect the sides at the fracture to see if there are grind markings from the weld finishing process.
Any of the factors that cause body breaks can also cause butt weld breaks.
(See Observations 11, 12 and 13).
OBSERVATION #16 | USED BAND IS "LONG" ON THE TOOTH EDGE
"Long" on tooth edge is a term used to describe the straightness of the band. The teeth are on the outside of the arc when the strip is Iying on a flat surface.
Side guides are too tight ‑ rubbing near gullets.
Excessive pre-load ‑ band riding heavily against back-up guides.
Worn band wheels causing uneven tension.
Excessive feeding rate.
Guide arms are spread to maximum capacity.
Improper band tracking ‑ back edge rubbing heavy on wheel flange.
OBSERVATION #17 | USED BAND IS "SHORT" ON TOOTH EDGE
"Short" on the tooth edge is a term used to describe the straightness of the band. The teeth are on the inside of the arc when the strip is Iying on a flat surface.
Side guides are too tight - rubbing near back edge
Worn band wheels causing uneven tension
Guide arms spread too far apart
Excessive feeding rate
OBSERVATION #18 | BAND IS TWISTED INTO A FIGURE "8" CONFIGURATION
The band does not retain its normal shape while holding the sides of loop together. This indicates the flatness has been altered during use.
Excessive band tension
Any of the conditions which cause the band to be long (#16) or short (#17) on tooth edge
Cutting a tight radius
OBSERVATION #19 | BROKEN BAND SHOWS A TWIST IN BAND LENGTH
When a broken band Lying on a flat surface displays a twist from one end to the other, this indicates the band flatness has been altered during use.
Excessive band tension.
Any of the conditions which cause the band to be long (#16) or short (#17) on tooth edge.
Cutting a tight radius.
OBSERVATION #20 | HEAVY WEAR IN ONLY THE SMALLEST GULLETS
Heavy wear in only the smallest gullets is an indication that there is a lack of gullet capacity for the chips being produced.
Improper break‑in procedure
Excessive band speed for the type of material being cut. This generates a high tooth tip temperature resulting in accelerated tooth wear
Low feed rate causes teeth to rub instead of penetrate. This is most common on work hardenable materials such as stainless and tool steels
Insufficient cutting fluid due to inadequate supply, improper ratio, and / or improper application
Improper blade selection for application
Excessive feeding rate or feed pressure
Worn, missing or improperly positioned chip brush
Improper band tension
require([
'jquery',
'Magento_Ui/js/modal/modal'
], function($, modal) {
$(document).ready(function() {
var options = {
type: 'popup',
responsive: true,
innerScroll: true
};
// Dynamic modal #1 for main images
var popup = modal(options, $('#popup-modal'));
$("figure.click-header > img").on('click', function() {
console.log("Clicked");
$(".popup-image.main-image").attr('src', $(this).attr('src'));
$("#popup-modal").modal("openModal");
});
// Static modal #2 for pre-load image
var popup2 = modal(options, $('#popup-modal2'));
$(".click-header ul li a").on('click', function(e) {
e.preventDefault();
$("#popup-modal2").modal("openModal");
});
$('.modal-footer').hide();
});
});