快速致富泡沫造粒机 废旧泡沫造粒500型

名称:快速致富泡沫造粒机 废旧泡沫造粒500型

供应商:曲阜市圣鑫机械有限公司

价格:面议

最小起订量:1/套

地址:山东省曲阜市(曲阜南-高速路口往北100米路东)104国道旁

手机:13181303126

联系人:孔德兰 (请说在中科商务网上看到)

产品编号:49703812

更新时间:2014-08-08

发布者IP:60.211.233.166

详细说明

  泡沫塑料颗粒机系列

  概述:泡沫再生颗粒机是用于处理快餐饭盒、家用电器的泡沫包装等EPS泡沫(发泡粒),使之转变成PS聚苯塑料颗粒,这种再生塑料颗粒可制作各种文具、玩具及电器外壳。EPS泡沫的利用率达100%,生产过程无“三废”污染,该机是帮你致富的理想设备,具有很高的经济效益和社会效益。

  泡沫再生造粒机的性能及特点:

  该机由粉碎机、自动上料机、主机、副机、切粒机组成一套,先将原料进行色度分类,以免影响质量,降低利润。

  其工艺流程为:

  原料粉碎→自动上料投入主机塑化→副机挤出→水或风冷却→自动切粒→装袋

  山东省曲阜市圣鑫机械有限公司针对市场需求研制的泡沫塑料颗粒机系列

  深受广大用户喜爱。

  泡沫颗粒机系列——

  产品名称:500型泡沫颗粒机

  产片编号:sxxl-027

  产品功率:11kw

  详细信息:

  它是将废旧泡沫制成了颗粒以便于再次回收利用的设备。 泡沫颗粒机--主机螺杆、料筒均采用高强度钢制造,经久耐用。采用锥形螺杆料筒,加快进料速度。采用主、副机配套生产,加热温度稳定,有效改善材料分子结构,增强透气性,颗粒质量高。

  主要技术参数

型号名称 组成方式 产量(吨/月) 功率KW
500 立式粉碎机、挤出单机、切粒机、提升机、加热设备、下料设备、冷却设施。 30-50 11
600 卧式(平面)破碎机、挤出主机、挤出副机、大号切粒机、引风提升机、加热设施、下料设施、冷却设施。 80-100 18.5-22
800 卧式(平面)地平式破碎机、挤出主机、挤出副机、大型牵引切粒机、引风上料机、配电柜、加热设施、下料设施、冷却设施。 150-200 22-30
1200 大型卧式(平面)破碎机+立式破碎机、双挤出主机+双下料机、大型挤出副机、大型牵引切粒机、双引风上料机、配电柜、加热设施、下料设施、冷却设施。 300-600 30

  郑重承诺

  “所售设备,一年保调换,五年保修”。

  联 系 人:孔德兰

  (function(sogouExplorer){

  sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});(function(){

  var GLS = {};

  GLS.startObj = null;

  GLS.allow = true;

  GLS.str = "";

  GLS.div = null;

  GLS.mousedown = function(evt) {

  evt = evt || window.event;

  if (evt) {

  GLS.startObj = evt.target || evt.srcElement;

  if (GLS.startObj && GLS.startObj.parentNode && (GLS.startObj == GLS.div || GLS.startObj.parentNode == GLS.div)) {

  //GLS.allow = false;

  } else {

  oldx = isIe ? evt.clientX : evt.pageX;

  }

  }

  };

  GLS.mouseup = function(evt) {

  if (!GLS.allow) {

  GLS.allow = true;

  return;

  }

  //GLS.div.style.display = "none";

  evt = evt || window.event;

  var obj = null;

  var selectedStr = "";

  if (evt) {

  obj = evt.target || evt.srcElement;

  selectedStr = window.getSelection ? window.getSelection().toString() : document.selection.createRange().text;

  selectedStr = selectedStr.replace(/^\s*/, "").replace(/\s*$/, "");

  }

  if (selectedStr == GLS.str) {

  setTimeout(check, 10);

  return;

  }

  try {

  GLS.str = "";

  //if (GLS.allow && (obj == GLS.startObj || obj.parentNode == GLS.startObj || obj == GLS.startObj.parentNode || obj.parentNode == GLS.startObj.parentNode || selectedStr.length 0) {

  GLS.str = selectedStr;

  }

  }

  GLS.search(evt);

  } catch(e){}

  };

  GLS.search = function(evt) {

  if (GLS.str.length > 0) {

  var windowWidth = 0; //窗口的宽

  var windowHeight = 0;

  //取得窗口的宽

  if (self.innerWidth) {

  windowWidth = self.innerWidth;

  windowHeight = self.innerHeight;

  } else if (document.documentElement && document.documentElement.clientWidth && document.documentElement.clientHeight) {

  windowWidth = document.documentElement.clientWidth;

  windowHeight = document.documentElement.clientHeight;

  } else if (document.body) {

  windowWidth = document.body.clientWidth;

  windowHeight = document.body.clientHeight;

  }

  if (windowWidth == 0 || windowHeight == 0) {

  return;

  }

  var rX, rX, wT, wH;

  if (isIe) {

  rY = (document.documentElement.scrollTop || document.body.scrollTop) + evt.clientY;

  rX = (document.documentElement.scrollLeft || document.body.scrollLeft) + evt.clientX;

  if (evt.clientX >= oldx) {

  wT = (evt.clientX + sDivWidth) - windowWidth;

  wH = (evt.clientY + sDivHeight) - windowHeight;

  rY = (wH > 0) ? rY - wH : rY + 5;

  rX = (wT > 0) ? rX - wT : rX + 5;

  } else {

  rY = (evt.clientY > sDivHeight) ? rY - sDivHeight : rY + 5;

  rX = (evt.clientX > sDivWidth) ? rX - sDivWidth : rX + 5;

  }

  } else {

  rY = (document.documentElement.scrollTop > 0) ? document.documentElement.scrollTop : document.body.scrollTop;

  rX = (document.documentElement.scrollLeft > 0) ? document.documentElement.scrollLeft : document.body.scrollLeft;

  if (evt.pageX >= oldx) {

  wT = (evt.pageX + sDivWidth) - rX - windowWidth;

  wH = (evt.pageY + sDivHeight) - rY - windowHeight;

  rY = (wH > 0) ? evt.pageY - sDivHeight : evt.pageY + 5;

  rX = (wT > 0) ? evt.pageX - sDivWidth : evt.pageX + 5;

  } else {

  rY = (evt.pageY - sDivHeight > rY) ? evt.pageY - sDivHeight : rY + 5;

  rX = (evt.pageX - sDivWidth > rX) ? evt.pageX - sDivWidth : rX + 5;

  }

  }

  GLS.div.style.top = rY + "px";

  GLS.div.style.left = rX + "px";

  var tmp = (GLS.str.length > 80)? GLS.str.substring(0,80) : GLS.str;

  setTimeout(check, 10);

  } else {

  GLS.div.style.display = "none";

  }

  };

  GLS.init = function() {

  var ua_text = window.navigator.userAgent.toLowerCase();

  if (ua_text.indexOf("msie") != -1) {

  isIe = true;

  } else {

  isIe = false;

  }

  GLS.div = document.createElement("div");

  GLS.div.id = "sogoumovesearch";

  GLS.div.className = "movesearch";

  GLS.div.style.visibility = "hidden";

  GLS.div.style.zIndex = zIndex;

  GLS.div.onclick = function(){this.style.display = "none";};

  GLS.div.onmouseup = function(){GLS.allow = false;};

  document.body.appendChild(GLS.div);

  copyBtn = document.createElement("a");

  copyBtn.id = "sogoucopybtn";

  copyBtn.className = "extcopy";

  copyBtn.href = "#";

  copyBtn.innerHTML = "复制";

  //copyBtn.onclick = function(){sendCmd("copy",GLS.str);GLS.div.style.display = "none";return false;};

  GLS.div.appendChild(copyBtn);

  searchBtn = document.createElement("a");

  searchBtn.className = "extsearch";

  searchBtn.target = "_blank";

  searchBtn.href = "#";

  searchBtn.onclick = function(){pingback("cl", 2);};

  searchBtn.innerHTML = "搜索";

  GLS.div.appendChild(searchBtn);

  initCopy();

  };

  var searchBtn = null;

  var copyBtn = null;

  var pid = "AGyTg";

  var sDivWidth = 116; //检索框的宽度

  var sDivHeight = 28;

  var copyWidth = 59;

  var copyHeight = 28;

  var oldx = 0;

  var flashcopier = null;

  var isIe = null;

  var version = 1008;

  //返回信息给background.html

  function sendCmd(cmd, data, callback){

  try{

  sogouExplorer.extension.sendRequest({cmd: cmd, data: data}, callback);

  }catch(e){

  consolelogstart("error of cmd start:"+e);

  }

  return false;

  }

  function initCopy() {

  if (!isIe) {

  initZeroClipboard();

  } else {

  copyBtn.onclick = function(){window.clipboardData.setData("Text", GLS.str);pingback("cl", 1);return false;};

  GLS.div.style.display = "none";

  GLS.div.style.visibility = "";

  }

  }

  function initZeroClipboard() {

  var script = document.createElement("script");

  script.type = "text/javascript";

  script.src = sogouExplorer.extension.getURL("zcb.js");

  document.body.appendChild(script);

  }

  function check() {

  GLS.str = window.getSelection ? window.getSelection().toString() : document.selection.createRange().text;

  GLS.str = GLS.str.replace(/^\s*/, "").replace(/\s*$/, "");

  if (GLS.str.length > 0) {

  if (GLS.div.style.display == "none") {

  GLS.div.style.display = "";

  pingback("pv");

  }

  } else {

  GLS.div.style.display = "none";