CINXE.COM

基于工业互联网平台上——智能工厂实现的几点建议

<!DOCTYPE html> <html> <head> <title>基于工业互联网平台上——智能工厂实现的几点建议</title> <meta name="keywords" content="工业互联网 智能工厂 制造业" /> <meta name="description" content="智能工厂是实现智能制造的重要载体,主要通过构建智能化生产系统、网络化分布生产设施,实现生产过程的智能化。"/> <meta name="viewport" content="width=device-width" /> <meta http-equiv="Content-type" charset="utf-8"> <meta name="application-name" content="#"> <meta name="renderer" content="webkit"> <meta name="robots" content="all"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--<base href="../../../">--> <!--[if lt IE 9]> <script src="/content/static/public/js/html5.js"></script> <![endif]--> <script src="/content/static/jquery/jquery1.72/jquery-1.7.2.js"></script> <script src="/content/static/public/js/share.js"></script> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_sectionlist_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_skin/red.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/head_skin/sectionlist_red.css"> <!--[if lt IE 9]> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/ie_hack/ltie9_hack.css"> <![endif]--> <!--[if IE 7]> <link type="text/css" rel="stylesheet" href="/content/static/public/style/head_style/ie_hack/ie7_hack.css"> <![endif]--> <link type="text/css" rel="stylesheet" href="/content/static/public/style/common.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/common_skin/red.css"> <link type="text/css" rel="stylesheet" href="/content/static/public/style/font_style/font_style.css"> <link type="text/css" rel="stylesheet" href="/content/static/sectionList/style/style.css"> <link type="text/css" rel="stylesheet" href="/content/static/sectionList/style/skin/red.css"> <style> .footer_bg{ width: 100%; margin-top: 24px; padding-top: 18px; background: #C3382A; min-width:1000px;/*zhangqt add*/ } .section_footer{ width: 1000px; margin: 20px auto 0px; height: 220px; overflow: hidden; } .footer_content{ overflow: hidden; } .section_footer{ color: #fff; } .section_footer a{ text-decoration: none; color: #fff; } .section_footer a:hover{ text-decoration: none; color: #C3382A; } .footer_left,.footer_center,.footer_right{ float: left; width: 150px; overflow: hidden; } .footer_left{ } .footer_center{ width: 700px; text-align: center; font-size: 14px; } .footer_center p{ margin: 12px 0px; } .footer_center img{ border: none; } .footer_right{ } .footer_left_img{ width: 108px; float: left; } .footer_right_img{ width: 108px; float: right; } .footer_left_img img,.footer_right_img img{ width: 108px; display: block; } .footer_left_img p,.footer_right_img p{ width: 108px; font-size: 14px; text-align: center; } .footer_nav { overflow: hidden; } .footer_nav li{ float: left; padding: 0px 14px; line-height: 14px; border-right:solid 1px #fff; } .footer_nav .footer_last{ border:none; } .footer_nav a:hover { color: white; } </style> <script> $(document).ready(function () { //百度分享 window._bd_share_config = { common: { bdText: "text", bdDesc: "title", bdUrl: "", bdPic: "src", onBeforeClick: function (cmd, config) { return { bdText: text, bdDesc: title, bdPic: src }; } }, share: [{ "bdSize": 16 }] } function getListCon(obj) { var parentObj = obj.parent().parent().parent(); src = parentObj.find(".img_con img").attr("src"); title = parentObj.find(".list_title").text(); text = parentObj.find(".list_intro").text(); href = parentObj.find(".list_title a").attr("href"); } $(".bds_more").mouseover(function () { getListCon($(this)); }) }) </script> <!--[if lt IE 9]> <style> .list_headlines .headlines_icon{ position: static; margin-top: -18px; } </style> <![endif]--> <script> var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?589d687b2927b62c483f6a1c63ad767f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> (function () { var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script type="text/javascript"> $(function () { $(".search_icon").click(function () { var q = $(".search_area").val(); if (q == '') return; url = "http://www.ilinki.net/news/search?q=" + escape(q); window.open(url); }); $('.search_area').keydown(function (e) { if (e.keyCode == 13) { $(".search_icon").click(); return false; } }); }); </script> <script type="text/javascript"> var browser = { versions: function () { var u = navigator.userAgent, app = navigator.appVersion; return { //移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf('Presto') > -1, //opera内核 webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核 gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核 mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端 ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端 android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或uc浏览器 iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器 iPad: u.indexOf('iPad') > -1, //是否iPad webApp: u.indexOf('Safari') == -1 //是否web应该程序,没有头部与底部 }; }(), language: (navigator.browserLanguage || navigator.language).toLowerCase() } //alert(browser.versions.mobile); if (browser.versions.mobile) {//判断是否是移动设备打开。browser代码在下面 window.location.href = "http://m.ilinki.net/news/detail/"+42808; } </script> </head> <body> <link type="text/css" rel="stylesheet" href="/content/static/articleDetail/style/style.css"> <link type="text/css" rel="stylesheet" href="/content/static/articleDetail/style/skin/red.css"> <!--------------------栏目页的公共导航----------------------> <header class="section_nav"> <!--------------------顶部红色条----------------------> <div class="section_nav_rednav"> <div class="rednav_content"> <!--------------------红色条左边部分----------------------> <ul class="rednav_content_left"> <a href="/"><li>首页</li></a> <a href="/news/list?ncid=19"><li>政策</li></a> <a href="/news/list?ncid=1"><li>新闻</li></a> <a href="/news/list?ncid=48"><li>动态</li></a> <a href="/company/space"><li>企业</li></a> <a href="/news/list?ncid=8"><li>专访</li></a> <a href="/news/list?ncid=26"><li>咨询</li></a> <a href="/news/list?ncid=30"><li>会议</li></a> <a href="/news/tag/15"><li>项目</li></a> <a href="http://v.ilinki.net/video/list"><li>视频</li></a> </ul> <!--------------------红色条左边部分结束----------------------> <!--------------------红色条右边部分----------------------> <ul class="rednav_content_right"> <!--已登录时--> <!--<a href="#"><li class="rednav_head_img"><img src="../../static/public/images/head_img.png" title="猪发发"></li></a> <a href="#"><li class="rednav_user_name" title="猪发发cyrus"><span>猪发发cyrus</span> <ul class="rednav_user_info"> <li>我的空间</li> <li>退出</li> </ul> </li></a> <a href="#"><li class="rednav_user_message">&#xe002;<span class="mess_mun">2</span></li></a> <a href="#"><li class="rednav_quoted_price"><p>我要报价</p></li></a>--> <!--已登录结束--> <!--未登录时--> <a href="http://passport.ilinki.net/account/logon?BackURL=http://www.ilinki.net/sso"><li class="reg_new"><p>登陆</p></li></a> <a href="http://passport.ilinki.net/account/register"><li class="reg_new"><p>注册</p></li></a> <!--未登录时结束--> <a href="http://company.ilinki.net/account/register"><li class="rednav_apply_zone"><p>申请企业空间</p></li></a> </ul> <div class="clear"></div> <!--------------------红色条右边部分结束----------------------> </div> </div> <!--------------------顶部红色条结束----------------------> <!--------------------栏目频道主导航----------------------> <nav class="section_main_nav"> <ul class="main_nav_list"> <a href="/news/list?ncid=3"><li>智汇头条</li></a> <a href="/news/list?ncid=2"><li>焦点新闻</li></a> <a href="/news/list?ncid=8"><li>人物专访</li></a> <a href="/news/list?ncid=17"><li>行业动态</li></a> <a href="/news/list?ncid=16"><li>服务动态</li></a> </ul> </nav> <!--------------------栏目频道主导航结束----------------------> </header> <!--------------------栏目页的公共导航结束----------------------> <!-------------------------------------页面内容------------------------------------------> <div class="container"> <!------------------------头部面包屑导航--------------------------> <div class="breadcrumbs"> <div class="sl_breadcrumbs"> <ul class="sl_breadcrumbs_list"> <li><a href="/">首页</a><span></span></li> <li><a href='/news/list?ncid=1'>新闻频道</a><span></span></li> <li class="breadcrumbs_list_last"><a href="/news/detail/42808">基于工业互联网平台上——智能工厂实现的几点建议</a></li> </ul> </div> <div class="sl_search"> <form> <input type="text" placeholder="最新热词" class="search_area"> <input type="button" value="&#xe036;" class="search_icon"> </form> </div> </div> <!-----------------------------面包屑导航结束----------------------------------> <!----------------------------左侧新闻列表--------------------------> <div class="left_content_list block_w680"> <article class="article_container block_margin"> <div class="article_head"> <h1 style="text-align:center;">基于工业互联网平台上——智能工厂实现的几点建议</h1> <div class="article_other"> <p class="pub_time"><time>2019-02-26 17:42:09</time></p> <p class="author">来源:<span>龙腾智控总经理王海清</span></p> <p class="traffic">点击:<a href="#">151305</a></p> <p class="size"> <span class="zoom">A<sup>+</sup></span> <span class="narrow">A<sup>-</sup></span> </p> <p class="bdsharebuttonbox bdshare-button-style0-16 share" data-tag="share_1" data-bd-bind="1432258501536"> <a class="bds_more" data-cmd="more"></a> </p> </div> <div class="article_index"> <p class="owned_channel">所属频道:<a href="#">新闻中心</a></p> <div class="article_keyword"> <span>关键词:工业互联网 智能工厂 制造业</span> <ul></ul> </div> </div> </div> <!-----------------------------款680高40广告----------------------------> <!-----------------------------款680高40广告介绍----------------------------> <div class="article_body"> <p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">当前,我国制造企业面临着巨大的转型压力。一方面,劳动力成本迅速攀升、产能过剩、竞争激烈、客户个性化需求日益增长等因素,迫使制造企业从低成本竞争策略转向建立差异化竞争优势。在工厂层面,制造企业面临着招工难,以及缺乏专业技师的巨大压力,必须实现减员增效,迫切需要推进智能工厂建设。另一方面,物联网、协作机器人、增材制造、预测性维护、机器视觉等新兴技术迅速兴起,伴随工业互联网的起步和发展,为制造企业推进智能工厂建设提供了良好的技术支撑。再加上国家和地方政府的大力扶持,使各行业越来越多的大中型企业开启了智能工厂建设的征程。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">智能工厂是实现智能制造的重要载体,主要通过构建智能化生产系统、网络化分布生产设施,实现生产过程的智能化。智能工厂已经具有了自主能力,可采集、分析、判断、规划;通过整体可视技术进行推理预测,利用仿真及多媒体技术,将实境扩增展示设计与制造过程。系统中各组成部分可自行组成最佳系统结构,具备协调、重组及扩充特性。已系统具备了自我学习、自行维护能力。因此,智能工厂实现了人与机器的相互协调合作,其本质是人机交互。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">社会需求需要构建基于工业互联网平台上的智能制造,但是智能制造和工业互联网的基础是制造业,所以基于制造业的三硬:装备、工具和材料,再加上三软:工业软件、工业大数据、工业人工智能,形成智能制造整体的体系架构,同时来构建工业互联网的平台。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">在工业互联网平台上智能制造实现了各方面作用和目标,基于过去几十年积累的制造经验,来开发专业云,比如精密工具云、CNC 加工云、SMT 精密云、组装云、传感器、机器人,这些专业云未来会支撑产业云,像家电,车联网、大健康产业的产业云,通过这个架构体系来实现制造业形态的转跨和资源的优化配置。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">另外一个就是要通过我们构建的智能制造,再加上工业互联网平台,实现跨领域、跨行业的赋能,来为其他更多的行业提供制造业工业互联网平台的基础。</span></p><p style="line-height: 2em; text-align: center; text-indent: 0em;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><img src="http://admin.ilinkmall.com/Content/ueditor/net/upload/2019-02-26/c10a0938-3fc2-4af0-9f30-d661a1d06efa.png" title="图片1.png" width="600" height="400" border="0" hspace="0" vspace="0" style="width: 600px; height: 400px;"/></span></p><p style="line-height: 2em; text-align: center; text-indent: 0em;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">&nbsp;</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-family: 宋体; font-size: 19px;">&nbsp;</span></strong></span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">一、智能工厂主要建设模式</span></strong></span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">由于各个行业生产流程不同,加上各个行业智能化情况不同,智能工厂有以下几个不同的建设模式。</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">第一种模式是从生产过程数字化到智能工厂。</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">在石化、钢铁、冶金、建材、纺织、造纸、医药、食品等流程制造领域。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">企业发展智能制造驱动力:在于产品品质可控。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">方法路线:生产数字化建设起步,基于品控需求从产品末端控制向全流程控制转变。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">流程工厂智能工厂建设模式为:</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">一是推进生产过程数字化,构建覆盖全流程的动态透明可追溯体系,基于统一的可视化平台实现产品生产全过程跨部门协同控制;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">二是推进生产管理一体化,促进企业内部资源和信息的整合和共享;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">三是推进供应链协同化,提高工厂内外供应链运行效率;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">四是整体打造大数据化智能工厂,推进端到端集成,开展个性化定制业务。</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">第二种模式是从智能制造生产单元(装备和产品)到智能工厂。</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">在机械、汽车、航空、船舶、轻工、家用电器和电子信息等离散制造领域。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">企业发展智能制造驱动力是拓展产品价值空间。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">方法路线:从单台设备自动化和产品智能化入手,基于生产效率和产品效能的提升实现价值增长。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">因此其智能工厂建设模式为:</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">一是推进生产设备(生产线)智能化</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">通过引进各类符合生产所需的智能装备,建立基于</span>CPS系统的车间级智能生产单元,提高精准制造、敏捷制造能力。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">二是拓展基于产品智能化的增值服务</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">利用产品的智能装置实现与</span>CPS系统的互联互通,支持产品的远程故障诊断和实时诊断等服务;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">三是推进车间级与企业级系统集成</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">实现生产和经营的无缝集成和上下游企业间的信息共享,开展基于横向价值网络的协同创新。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">四是推进生产与服务的集成</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">基于智能工厂实现服务化转型,提高产业效率和核心竞争力。</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><strong><span style="color: rgb(0, 0, 0); font-size: 20px; font-family: 宋体;">第三种模式是从个性化定制到互联工厂。</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">在家电、服装、家居等距离用户最近的消费品制造领域</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">企业发展智能制造驱动力:在于充分满足消费者多元化需求的同时实现规模经济生产。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">方法路线:通过互联网平台开展大规模个性定制模式创新。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">因此其智能工厂建设模式为:</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">一是推进个性化定制生产,引入柔性化生产线,搭建互联网平台,促进企业与用户深度交互、广泛征集需求,基于需求数据模型开展精益生</span><span style="font-family: 宋体, SimSun;">产;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">二是推进设计虚拟化,依托互联网逆向整合设计环节,打通设计、生产、服务数据链,采用虚拟仿真技术优化生产工艺;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">三是推进制造网络协同化,变革传统垂直组织模式,以扁平化、虚拟化新型制造平台为纽带集聚产业链上下游资源,发展远程定制、异地设计、当地生产的网络协同制造新模式。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">关于工业</span>4.0的阶段和实施先决条件,北航刘强教授说过一段话非常经典的“三不要原则”:</span></p><p style="margin: 0px 6px; text-indent: 0px; padding: 0px; text-align: center; background: rgb(255, 255, 255); line-height: 2em;"><img src="http://admin.ilinkmall.com/Content/ueditor/net/upload/2019-02-26/7e8ea94f-c228-4f51-b54c-f00df298aeed.png" title="图片1.png" width="600" height="337" border="0" hspace="0" vspace="0" style="text-indent: 37px; text-align: center; width: 600px; height: 337px;"/><span style="font-family: 宋体, SimSun; letter-spacing: 0px;">&nbsp;</span></p><p style="margin: 0px 6px; text-indent: 0px; padding: 0px; text-align: justify; background: rgb(255, 255, 255); line-height: 2em;"><img width="32" height="32" src="http://admin.ilinkmall.com/Content/ueditor/themes/default/images/spacer.gif" word_img="file:///C:\Users\huning\AppData\Local\Temp\ksohtml\wpsE3BF.tmp.png" style="background:url(http://admin.ilinkmall.com/Content/ueditor/themes/default/images/word.gif) no-repeat center center;border:1px solid #ddd"/><span style="letter-spacing: 0px; font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">&nbsp;</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">● 第一,不要在不具备成熟的工艺下做自动化,工艺如果不成熟,就最好先做生产线,这是工业2.0解决的问题。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">●&nbsp;第二,不要在管理不成熟的时候做信息化,这是工业3.0解决的问题。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-family: 宋体; font-size: 19px;">●&nbsp;第三,不要在不具备网络化和数字化的基础时做智能化,这是工业4.0解决的问题。</span><strong><span style="color: rgb(0, 0, 0); font-family: Calibri; letter-spacing: 1px; font-size: 12px;">&nbsp;</span></strong></span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">刘教授的“三不要原则”在实际落实中,基于各种原因,落实不充分。我国制造企业在推进智能工厂建设方面,还存在诸多问题与误区:</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">①&nbsp;盲目购买自动化设备和自动化产线。</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">②&nbsp;&nbsp;尚未实现设备数据的自动采集和车间联网。</span></p><p style="margin-left: 0px; text-indent: 0px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">③&nbsp;工厂运营层还是黑箱。</span></p><p style="margin-left: 0px; text-indent: 0px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体; font-size: 16px; color: rgb(0, 0, 0);">④&nbsp;&nbsp;设备绩效不高。</span></p><p style="line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);">⑤ 依然存在大量信息化孤岛和自动化孤岛。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">究其原因,是智能制造和智能工厂涵盖领域很多,系统极其复杂,企业还缺乏深刻理解。在这种状况下,制造企业不能贸然推进,搞</span>“大跃进”,以免造成企业的投资打水漂。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">应当依托有实战经验的咨询服务机构,结合企业内部的</span>IT、自动化和精益团队,高层积极参与,根据企业的产品和生产工艺,做好需求分析和整体规划,在此基础上稳妥推进,才能取得实效。</span></p><p style="text-indent: 37px; line-height: 2em; text-align: justify;"><span style="font-family: 宋体, SimSun; font-size: 16px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-size: 19px; font-family: 宋体;">无论是工业互联网、工业</span>4.0、还是智能制造,其出发点、思考问题的角度和所关注的应用领域各有差异,但它们都是共享着一个核心理念,即把互联网的核心技术——计算和通讯网络技术,更加广泛、深入地应用在工业系统和基本设施中,以实现信息技术与生产运营技术的深度融合;它们都要达到一个共同目的,即通过对物理实体状态和环境的实时感知,在信息空间通过计算做出最佳的决策,动态地优化物理资源的使用。</span></p> </div> <p class="audit_editor">(审核编辑: <span>智汇张瑜</span>)</p> <div class="article_body_share"> <span class="share_text">分享</span> <p class="bdsharebuttonbox bdshare-button-style0-16 share" data-tag="share_1" data-bd-bind="1432258501536"> <a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a> <a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a> <a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"></a> <a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a> <a href="#" class="bds_tieba" data-cmd="tieba" title="分享到百度贴吧"></a> <a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a> </p> </div> </article> <!-----------------------------款680高90广告----------------------------> <div class="block_w680 block adv_w680 adv block_margin"> </div> <!-----------------------------款680高90广告介绍----------------------------> <!------------------------------------评论框--------------------------------------> <!------------------------------------评论框结束--------------------------------------> <!------------------------------------评论--------------------------------------> <!------------------------------------评论结束--------------------------------------> </div> <!---------------------------------左侧新闻列表结束------------------------------> <div class="right_content_list block_w300"> <div class="right_content_block6 news_block block_w300 block_margin"> <!------------------------------------宽260新闻块开始--------------------------------------> <div class="block_w300 block"> <div class="news_block_head"> <div class="news_block_tab"> <h2 class="default" title="点击排行"><a href="#">点击排行</a></h2> </div> <span class="view_more" title="查看更多"><a href="#"></a></span> </div> <ol class="news_block_list list_300 hot_tip"> <li title="SIMATIC PCS neo:面向未来的DCS"><span class="ollist_num num_hot">1</span><a class="ol_content" href="/news/detail/46192">SIMATIC PCS neo:面向未来的DCS</a><span class="click_num"><a href="#">553441</a></span></li> <li title="中国机器人产业发展报告(2019)"><span class="ollist_num num_hot">2</span><a class="ol_content" href="/news/detail/45813">中国机器人产业发展报告(2019)</a><span class="click_num"><a href="#">173518</a></span></li> <li title="世界机器人大会国际顶尖机器人领域专家精彩观点集锦(二)"><span class="ollist_num num_hot">3</span><a class="ol_content" href="/news/detail/45781">世界机器人大会国际顶尖机器人领域专家精彩观点集锦(二)</a><span class="click_num"><a href="#">172719</a></span></li> <li title="2019世界机器人大会圆满落幕"><span class="ollist_num">4</span><a class="ol_content" href="/news/detail/45812">2019世界机器人大会圆满落幕</a><span class="click_num"><a href="#">172608</a></span></li> <li title="世界机器人大会国际顶尖机器人领域专家精彩观点集锦(一)"><span class="ollist_num">5</span><a class="ol_content" href="/news/detail/45760">世界机器人大会国际顶尖机器人领域专家精彩观点集锦(一)</a><span class="click_num"><a href="#">169438</a></span></li> <li title="格力开始发力工业领域 将投10亿生产高端医疗设备"><span class="ollist_num">6</span><a class="ol_content" href="/news/detail/49540">格力开始发力工业领域 将投10亿生产高端医疗设备</a><span class="click_num"><a href="#">159015</a></span></li> <li title="基于工业互联网平台上——智能工厂实现的几点建议"><span class="ollist_num">7</span><a class="ol_content" href="/news/detail/42808">基于工业互联网平台上——智能工厂实现的几点建议</a><span class="click_num"><a href="#">151305</a></span></li> <li title="亚马逊的智能物流仓储系统,离我们有多远?"><span class="ollist_num">8</span><a class="ol_content" href="/news/detail/10381">亚马逊的智能物流仓储系统,离我们有多远?</a><span class="click_num"><a href="#">128831</a></span></li> </ol> </div> <!------------------------------------宽300新闻块结束--------------------------------------> </div> <div class="right_content_block4 adv_block block_w300 block_margin"> <!-----------------------宽350新闻----------------------> <div class="block_w300 block"> <div class="news_block_head"> <div class="news_block_tab"> <h2 class="default" title="专题"><a href="#">专题</a></h2> </div> <span class="view_more" title="查看更多"><a href="#"></a></span> </div> <ul class="guesslike_news block_w300"> <li><a href="/news/special/4"> <img src="http://images.ilinkmall.com/AdverImages/20150906/211881a484d9-31f2-4467-94f7-c6e95b492e96.jpg" title="智慧工厂产品专题"> <p>智慧工厂产品专题</p></a> </li> <li><a href="/news/special/2"> <img src="http://images.ilinkmall.com/AdverImages/20150906/21173314ad16-e26f-41d6-83f5-3d12ea789088.jpg" title="智能制造助力制造业升级"> <p>智能制造助力制造业升级</p></a> </li> <li><a href="/news/special/3"> <img src="http://images.ilinkmall.com/AdverImages/20150906/211686cadf1f-f4fd-4abc-b1de-871b9eae94ec.jpg" title="智能家居专题"> <p>智能家居专题</p></a> </li> <li><a href="/news/special/1"> <img src="http://images.ilinkmall.com/AdverImages/20150906/2115dc2ee163-d64c-4c7d-aa82-cb4f3f5080c9.jpg" title="专题:机器人与智能制造"> <p>专题:机器人与智能制造</p></a> </li> </ul> <!---------------------------------宽350的新闻结束------------------------------------> </div> </div> </div> </div> <!--------------------对联广告------------------> <!--------------------左对联------------------> <!--------------------左对联结束------------------> <!--------------------右对联------------------> <!--------------------右对联结束------------------> <!--------------------对联广告结束------------------> <!-------------------------------------页面内容结束------------------------------------------> <!--------------------foot----------------------> <div class="footer_bg"> <!--------------------栏目页的公共底部----------------------> <footer class="section_footer"> <ul class="footer_content"> <!--------------------左边二维码----------------------> <li class="footer_left"> <div class="footer_left_img"> <img src="/content/images/ilinki.jpg"> <p>微信扫一扫关注智汇工业微信订阅号</p> </div> </li> <!--------------------左边二维码结束----------------------> <!--------------------中间文字----------------------> <li class="footer_center"> <ul class="footer_nav"> <li><a href="/help/contactus">联系我们</a></li> <li><a href="/help/aboutus">本站介绍</a></li> <li><a href="http://passport.ilinki.net/account/register">用户注册</a></li> <li><a href="#">网站地图</a></li> <li><a href="/help/ffxy">服务协议</a></li> <li class="footer_last"><a href="/help/law">法律声明</a></li> </ul> <p class="footer_copyright">智汇工业(Intelligent Industry)版权所有© Copyright By Intelligent Industry</p> <p class="footer_contact">电话:010-62314658 邮箱:service@ilinki.net</p> <p class="footer_putOnRecord"><a style="color:#fff;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备15030148号-1</a></p> </li> <!--------------------中间文字结束----------------------> <!--------------------右边二维码----------------------> <li class="footer_right"> <div class="footer_right_img"> <img src="/content/images/ilinkmall.jpg"> <p>微信扫一扫关注智汇猫微信订阅号</p> </div> </li> <!-----------------右边二维码结束----------------------> </ul> </footer> <!--------------------栏目页的公共底部结束----------------------> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10