View Full Version : 280 ROS ECU part number needed.
Hi,
I need the part number for a 280 Race Offshore ECU ( obviously with the 8200 limiter ).
Thanks
RT
ttttttttttttttttttttttttttttt
Chummy
06-19-2006, 01:58 PM
hmm I don't understand why no one knows :confused:
Chummy
06-19-2006, 02:03 PM
I bet it is 856496_7
this is what I get in parts express.
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD vAlign=top width=145><TABLE cellSpacing=0 cellPadding=0 border=0><TBODY><TR vAlign=top><TD></TD></TR><TR vAlign=top><TD>http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/navbar_sp_filler.gif</TD></TR><TR vAlign=top><TD>http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/navbar_serviceParts.gif (http://www.mercurypartsexpress.com/PartsExpress/ProductSelection/ServiceParts/sphome.asp?CID=168150186069223065273)</TD></TR><TR vAlign=top><TD>http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/navbar_qf_filler.gif</TD></TR><TR vAlign=top><TD>http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/navbar_quickfit.gif (http://www.mercurypartsexpress.com/PartsExpress/ProductSelection/Accessories/getQuickFit.asp?CID=168150186069223065273)</TD></TR><TR vAlign=top><TD>http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/navbar_bottom.gif</TD></TR><TR vAlign=top><TD> http://www.mercurypartsexpress.com/PartsExpress/Images/SiteTheme/wavy_M_logo.jpg (http://www.mercurymarine.com/)</TD></TR></TBODY></TABLE></TD><TD vAlign=top align=left width="100%"><TABLE cellSpacing=0 cellPadding=10 width="100%" border=0><TBODY><TR><TD>Order Genuine Original Equipment Service Parts for Mercury Products
Part Number 858891A14 is no longer available.
<TABLE width=650 align=left border=0><FORM name=SerialInformation onsubmit="return ProcessSerialNumber()" action=SPhome.asp method=post><INPUT type=hidden value=168150186069223065273 name=CID> <INPUT type=hidden value=ProcessSerialNumber name=Action> <TBODY><TR><TD class=subheading vAlign=top noWrap>Option 1. </TD><TD colSpan=4>Enter your product serial number and use our electronic parts lookup to locate the items you need.</TD></TR><TR><TD> </TD><TD>Serial Number: <INPUT maxLength=16 size=10 name=SerialNum> </TD><TD><INPUT onmouseover="MM_swapImage('Continue','','/PartsExpress/Images/SiteButtons/Continue_over.gif',1)" onmouseout=MM_swapImgRestore() type=image alt="Continue To Choose A Subassembly" src="http://www.mercurypartsexpress.com/PartsExpress/Images/SiteButtons/Continue.gif" border=0 name=Continue></TD></TR><TR><TD align=middle colSpan=5>
Serial numbers are 8 characters - example: OK189854
How to find your serial number. (http://www.mercurypartsexpress.com/PartsExpress/ProductSelection/ServiceParts/serialnbrlocator.asp)
</TD></TR></FORM><FORM name=PartInformation onsubmit="return ProcessPartNumber()" action=SPhome.asp method=post><INPUT type=hidden value=168150186069223065273 name=CID> <INPUT type=hidden value=ProcessPartNumber name=Action> <INPUT type=hidden value=N/A name=model> <INPUT type=hidden value=ServiceParts name=store> <TR><TD colSpan=5><HR></TD></TR><TR><TD class=subheading vAlign=top noWrap>Option 2. </TD><TD>If you know the item number of the product you would like to order, enter it here:</TD></TR><TR><TD> </TD><TD>Part Number <INPUT maxLength=15 size=10 value="856496a 7" name=PartNum></TD><TD><INPUT onmouseover="MM_swapImage('Continue','','/PartsExpress/Images/SiteButtons/Continue_over.gif',1)" onmouseout=MM_swapImgRestore() type=image alt=Continue src="http://www.mercurypartsexpress.com/PartsExpress/Images/SiteButtons/continue.gif" border=0 name=Continue></TD></TR></FORM></TBODY></TABLE>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><SCRIPT language=javascript>function loadRoutine() { if (!(document.ModelInformation)) { if (document.PartInformation.PartNum.value != "") { document.PartInformation.PartNum.focus(); document.PartInformation.PartNum.select(); } else { document.SerialInformation.SerialNum.focus(); document.SerialInformation.SerialNum.select(); } } else { document.ModelInformation.model.focus(); }}function submitValidation(){ return eval(document.ItemInformation.Action.value + "();");}function fillSerialNumField() { var selectBox = document.SerialInformation.SerialNumHistory; if (selectBox.selectedIndex != 0) { document.SerialInformation.SerialNum.value = selectBox.options[selectBox.selectedIndex].value; }} function ProcessPartNumber(){ if (document.PartInformation.PartNum.value == ""){ alert("A part number must be entered"); document.PartInformation.PartNum.focus(); return false; } return true;}function ProcessSelectedModel(){ if (document.ModelInformation.model.value == ""){ alert("Please select a model number"); document.ModelInformation.model.focus(); return false; } return true;}function ProcessSerialNumber(){<!--- mercury 11/15/99 (sjn) remove any spaces in the serialNbr begin ---> var serialNbr = document.SerialInformation.SerialNum.value; serialNbr = serialNbr.replace( / /g, "" ); document.SerialInformation.SerialNum.value = serialNbr;<!--- mercury 11/15/99 (sjn) remove any spaces in the serialNbr end ---> if (document.SerialInformation.SerialNum.value == ""){ alert("Please enter a serial number"); document.SerialInformation.SerialNum.focus(); return false; }<!--- A serial number has been added --><!--- mercury 03/24/2000 (tvh) replace a serial number beginnig with Letter O with a zero begin ---> serialNbr = document.SerialInformation.SerialNum.value; serialNbr = serialNbr.replace( /\bO/, 0 ); <!--- Uppercase O ---> serialNbr = serialNbr.replace( /\bo/, 0 ); <!--- Lowercase o ---> document.SerialInformation.SerialNum.value = serialNbr; <!--- mercury 03/24/2000 (tvh) replace a serial number beginnig with Letter O with a zero end ---> <!--- mercury 03/24/2000 (tvh) skip pre-pending a Inflatable and WaterMouse serial number with a '0' begin ---> if (/\bUSA\w/i.test(document.SerialInformation.SerialNum.value)){ <!--- do nothing - this is ok ---> } else { <!--- mercury 11/15/99 (sjn) prepend '0' is not already there begin ---> <!--- eaf #98660 8/5/2004 don't automatically prepend '0', new serials start with '1' ---> if( serialNbr.length == 7 || serialNbr.length == 16) { serialNbr = "0" + serialNbr; document.SerialInformation.SerialNum.value = serialNbr; } <!--- serialNbr = document.SerialInformation.SerialNum.value; ---> <!--- if (/^0/.exec(serialNbr) == null){serialNbr = "0" +serialNbr;} ---> <!--- document.SerialInformation.SerialNum.value = serialNbr; ---> <!--- mercury 11/15/99 (sjn) prepend '0' is not already there end ---> <!--- mercury 11/15/99 (sjn) added the following serial nbr validation begin ---> if (/\w{7,16}$/.exec(document.SerialInformation.SerialNum.value) == null){ alert("Please enter a serial number containing 8-16 alphanumerics"); document.SerialInformation.SerialNum.focus(); document.SerialInformation.SerialNum.select(); return false; } } <!--- mercury 11/15/99 (sjn) added the following serial nbr validation end ---> return true; }</SCRIPT>
Chummy
06-19-2006, 02:15 PM
I just tryed it and it said no longer aval.
that is what I got, and it brought up that A14 number.
RT
Thanks for trying.
Chummy
06-19-2006, 02:39 PM
824003a23.....:d
motion
06-20-2006, 11:10 AM
I am holding one in my hand still in the bag it reads. 280 ros 858891 13 hope that helps. it has no part # on the unopened package however.
Powered by vBulletin® Version 4.2.3 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.