Description
BD’s new Dodge Ram Turbo Mount Exhaust Brake for the 2003-2005 pick-ups bolts in place of the existing elbow where it is clamped to the turbo outlet and exhaust system. BD’s "Variable orifice technology" has been incorporated into this air engagement design that results in peak retarding power throughout the engine’s operating rpm.
The spring loaded air cylinder closes the offset Stainless Steel butterfly and Stainless Steel shaft which rotates in a special bushing material to ensure that the butterfly does not stick closed or open. The butterfly has been positioned in the exhaust brake elbow so when open exhaust flow is not reduced. A threaded port for mounting an exhaust temperature probe and a port with 1/4 SS line connected is a simple method to monitor retarding performance.
BD’s lighted on/off toggle switch is wired into an electronic idle verification board for quick exhaust brake engagement. The durable air compressor that is included can also be used for other applications; it’s a Ram tuff product.
Installing a BD exhaust brake adds safety to your towing experience.
BD Diesel Valve Spring Kit 60# Cummins 5.9 12V
function validateForm1(theForm)
{
var oneDecimal = false;
var inputStr = theForm.Quantity.value.toString();
if (theForm.Quantity.value == “”)
{ alert(‘You must enter a quantity for each product.’);
theForm.Quantity.focus();
return(false)}
if (theForm.Quantity.value > 99999)
{ alert(‘You must enter a quantity less than or equal to the \’quantity in stock\’ of 99999.’);
theForm.Quantity.focus();
return(false)}
if (theForm.Quantity.value == “0”)
{ alert(‘You must enter a quantity greater than zero for each product.’);
theForm.Quantity.focus();
return(false)}
for (var i = 0; i < inputStr.length; i++)
{var oneChar = inputStr.charAt(i)
if (i == 0 && oneChar == "-")
{continue}
if (oneChar == "." && !oneDecimal)
{ var oneDecimal = true;
continue}
if (oneChar < "0" || oneChar > “9”)
{ alert(“You must enter a valid numeric value in Quantity.”);
theForm.Quantity.focus();
return(false)}}
return(true);
}
Reviews
There are no reviews yet.