1、当洗涤设备由生产厂家运输到你的洗衣房内时您首先要对设备进行常规的检查,是否您购买的那款机械及在运送过程中是否出现损坏、无法使用等问题,出现问题应立即拍照及与生产厂家进行联系。
2、您应确定洗涤设备安装的位置,洗涤设备安装位置选择应考虑运输通道、原料周转、进水、进汽及下水管道的位置,这里航星洗涤设备提醒您水洗机应安装在与脱水机、烘干机等设备一起,减少这些设备之间的距离,防止因为位置的选择不当而造成后续的种种麻烦。
3、洗脱两用机属于一款体积较大、重量较重的洗衣设备之一,所以机器应安装在坚实的地基上,同时需保持水平,防止因为选址的当及安装位置地基不平而引起设备工作时出现较大震动,从而影响洗涤效率及洗脱两用机的使用寿命。
4.参照洗涤设备使用说明书,按照说明书中的相关内容找到洗脱两用机电气控制柜柜门,按接线柱上标注接入 380V 三相电源线和零线(这里需要提醒的是:洗脱两用机的用电必须为380V,禁止接入低电压或高电压)
5、参照洗涤设备体标签说明相应接入进水管道和蒸汽管道,如不具备蒸汽条件,可将进汽口堵塞。如果使用蒸汽加热功能,请在机器外蒸汽主管道的明显处安装压力指示装置及安全装置。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;