详细介绍: 材料名称:高速工具钢 牌号:M42 标准:ASTM A600-1992A
●特性及适用范围: 为钨钼系高碳含钴超硬型高速钢的代表钢号,具有高的常温硬度 (可达70HRC)和高温硬度、高红硬性、易磨削、锋利等优点,但含钴高价格贵。适用制作各种高精度复杂刀具,如成形铣刀、精密拉刀等,也可用作各种高硬度刀头、刀片等。 ●化学成份: 碳 C :1.05~1.15 硅 Si:0.15~0.65 锰 Mn:0.15~0.40 硫 S :≤0.030 磷 P :≤0.030 铬 Cr:3.50~4.25 钒 V :0.95~1.35 钼 Mo:9.00~10.00 钨 W :1.15~1.85 钴 Co:7.75~8.75 ●力学性能: 硬度 :交货硬度:(其他加工方法)≤285HB; (退火)≤269HB。试样热处理制度及淬回火硬度:≥66HRC ●热处理规范及金相组织: 热处理规范:淬火,730~840℃预热,1170~1190℃(盐浴炉)或1180~1200℃(箱式炉)加热,油冷,530~550℃回火3次,每次2h。 ●交货状态:热轧、锻制、冷拉钢棒以退火状态交货,热轧、锻制钢棒以退火+其他加工方法(剥皮、轻拉、磨光或抛光等)加工后交货。
//var url = 'http://detail.b2b.hc360.com/detail/turbine/action/sendbusnote.SendBusnoteAction/eventsubmit_dosendbusnote/doSendbusnote';
//var url = 'http://detail.b2b.hc360.com/detail/turbine/template/shop%2Casync%2Cbusnoteresult.html';
var url = 'http://b2b.hc360.com/action/shop,async,busnoteresult.html';
function sendIsOnline(){
var content=document.getElementById('busnotecontent').value;
var vaildcode=document.getElementById("vaildcode").value;
var LoginTicket=document.getElementById("LoginTicket").value;
if(content==""){
alert("请填写留言内容!");
return false;
}
if (content.length>2000){
alert("留言内容不能超过2000个字!");
return false;
}
if (vaildcode==""){
alert("请填写验证码!");
return false;
}
if (vaildcode.length!=4){
alert("请正确填写4位验证码!");
return false;
}
var myAjax = new Ajax.Request( url, {
method: 'post',
parameters: {validcode:vaildcode,content:content,sendcontacter:'唐城林',corname:'东莞市长安丰顺金属材料行',
email:'1002296949@qq.com',tel:'86-0769-33283156',infoid:'93110700',infotype:'0',recvproviderid:'100012369685',sendproviderid:'100012369685',title:'供应M42高速钢',
LoginTicket:LoginTicket},
onComplete: function(req){
ret=req.responseXML;
parxmlrs(ret);
},
onException:function(e){alert('系统故障暂时无法返回正确结果,请您稍后再试试');}
});
}
function sendNotOnline(){
var vaildcode=document.getElementById("vaildcode").value;
var content=document.getElementById('busnotecontent').value;
var sendcontacter = document.getElementById('busnoteyourname').value;
var corname = document.getElementById('busnotecorname').value;
var email = document.getElementById('busnoteemail').value;
var tel = document.getElementById('busnotetel').value;
var LoginTicket=document.getElementById("LoginTicket").value;
if(sendcontacter==""){
alert("请输入您的姓名!");
return false;
}
if(sendcontacter.length>31){
alert("您输入的姓名太长,请不要超过30个字!");
return false;
}
if(corname.length>51){
alert("您输入的公司名称太长,请不要超过50个字!");
return false;
}
if(email==""){
alert("请输入您的电子邮件!");
return false;
}
if(email.length>51){
alert("您输入的Email太长,请不要超过50个字!");
return false;
}
if(content==""){
alert("请填写留言内容!");
return false;
}
if (content.length>2000){
alert("留言内容不能超过2000个字!");
return false;
}
if (vaildcode==""){
alert("请填写验证码!");
return false;
}
if (vaildcode.length!=4){
alert("请正确填写4位验证码!");
return false;
}
var myAjax = new Ajax.Request( url, {
method: 'post',
parameters: {validcode:vaildcode,content:content,sendcontacter:sendcontacter,corname:corname,
email:email,tel:tel,infoid:'93110700',infotype:'0',recvproviderid:'100012369685',sendproviderid:'0',title:'供应M42高速钢',
LoginTicket:LoginTicket},
onComplete: function(req){
ret=req.responseXML;
parxmlrs(ret);
},
onException:function(e){alert('系统故障暂时无法返回正确结果,请您稍后再试试'+e);}
});
}
function parxmlrs(obj){
var busnoters=obj.getElementsByTagName('busnoteresult');
var tckey = busnoters[0].getElementsByTagName('key')[0].firstChild.data;
var tcvalue = busnoters[0].getElementsByTagName('value')[0].firstChild.data;
var status = busnoters[0].getElementsByTagName('status')[0].firstChild.data;
var returninfo = busnoters[0].getElementsByTagName('returninfo')[0].firstChild.data;
if(status == 1){
document.getElementById("vaildcode").value="";
document.getElementById('busnotecontent').value="";
document.getElementById('LoginTicket').value = tckey;
var newsrc = 'http://my.b2b.hc360.com/my/ValidImage.jsp?Seed='+tcvalue;
document.getElementById('validimg').src = newsrc;
alert("发送留言成功");
}
else{
document.getElementById("vaildcode").value="";
document.getElementById('LoginTicket').value = tckey;
var newsrc = 'http://my.b2b.hc360.com/my/ValidImage.jsp?Seed='+tcvalue;
document.getElementById('validimg').src = newsrc;
alert(returninfo);
}
}
|