function start() { document.getElementById("Button1").disabled = true; document.getElementById("Button1").value = 5; window.setTimeout("tick()",1000); } function tick() { var time = new Number(document.getElementById("Button1").value); if(time>0) { document.getElementById("Button1").value = time-1; window.setTimeout("tick()",1000); } else { document.getElementById("Button1").disabled = false; } } function ssClick() { var cx = document.searchform.keys.value; searchform.action ="slist.asp?keys="+cx; }
start();
首页 / ASTM C1184标准在粘合剂行业的应用

ASTM C1184标准在粘合剂行业的应用

2023-6-14T15:39:53 阅读量:2415

ASTM C1184标准在粘合剂行业中也有广泛的应用,尤其是在生产和测试石膏板粘合剂方面。粘合剂是用于将石膏板固定到墙面或天花板上的材料,因此其质量和性能对于石膏板的质量和性能具有重要影响。

ASTM C1184标准包括了多项测试方法,可以用于评估不同类型粘合剂的性能和规格。例如,该标准规定了粘合剂的黏度、含水量、PH值、密度、固含量等方面的测试方法,以及粘合剂在不同温度和湿度条件下的性能和耐久性测试方法。

此外,ASTM C1184标准还规定了粘合剂的应用要求,例如粘合剂的均匀性、充分性和固化时间等方面的要求。这些要求可以帮助生产商确保粘合剂在使用过程中的性能和稳定性,从而确保粘合剂与石膏板的粘合效果符合标准。

总之,ASTM C1184标准在粘合剂行业中的应用非常广泛,可以帮助生产商评估粘合剂的性能和规格,并确保其符合行业标准。同时,该标准还可以促进粘合剂技术的进步和发展,为石膏板行业提供更好的产品和服务。


近期技术文章

新能源电芯绝缘涂层在线整面测厚...

TUV-421紫外荧光灯管:材...

氨基树脂在建筑木结构阻燃涂料中...

SPECIM FX50工业高光...

TUV-421紫外灯管和氙灯灯...

液晶显示器增亮膜微区检测:ZE...

在线咨询 电话联系
var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?2411464452ad3a9d5e51c039b84d07d8"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); window.onscroll=function(){ var t=document.documentElement.scrollTop||document.body.scrollTop; var div2=document.getElementById("div2"); if(t>= 1000){ div2.className = "div2_1"; }else{ div2.className = "div2"; } }