<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 
	This website is powered by TYPO3 - inspiring people to share!
	TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
	TYPO3 is copyright 1998-2017 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
	Information and contribution at https://typo3.org/
-->

<base href="https://www.controleng.com/" />


<meta name="generator" content="TYPO3 CMS" />
<meta name="keywords" content="HMI Software, Process Control, Machine Control, Industrial Networks, System Integration, PLCs, Sensors, PID Tuning, Motors, Drives, IIOT" />
<meta name="description" content="News, tutorials, applications, and research on control, instrumentation and automation systems for electrical, mechanical and chemical engineers. Coverage includes discrete control, information control, process control, and system integration." />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="BRtekCVPzNfePNgPvPc1t0LLEYquglF2BQO5vL7eTCo" />


<link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/comments/pi1.css?1501237242" media="all" />

<style type="text/css">
/*<![CDATA[*/
<!-- 
/*InlineDefaultCss*/
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }

-->
/*]]>*/
</style>


<script src="https://www.controleng.com/uploads/tx_t3jquery/jquery-1.6.x-1.8.x.js" type="text/javascript"></script>




<meta name="google-site-verification" content="FF5Dz6N2mepXWodgNZpbUIp3XEz2BVWw5FbM_n8QkmI" />
   

<link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/styles.css?v=03262018wasd" media="all" />
    <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/styles_CE.css" media="all" />
    <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/alt_nav_bar.css" media="all" />
    <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/jquery-ui-1.8.2.custom.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/allProductListingStyles.css" media="all" />

    
<link rel="SHORTCUT ICON" href="https://www.controleng.com/CTL_icon.ico">
    <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/tab3BlogStyles.css" media="all" />
  <script type="text/javascript" src="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/js/ce-scripts.min.js?v=03292018wasd"></script>  
<script type="text/javascript" src="/fileadmin/templates/Redesign_2013_V2/js/privacyPolicyBanner.js"></script>
    <link rel="stylesheet" type="text/css" href="/fileadmin/templates/Redesign_2013_V2/css/privacyPolicyBanner.css?v=05222018wasd" media="all" />
  <script async src="//flow.aquaplatform.com/asyncjs.php"></script><script src="https://ce-validate.onecount.net/clients/CFE_CE/js/oc-all.min.js"></script><script src="https://ce-validate.onecount.net/clients/CFE_CE/js/a.js"></script><link rel="stylesheet" href="https://www.controleng.com/typo3conf/ext/perfectlightbox/res/css/slightbox.css" type="text/css" media="screen,projection" /><script type="text/javascript" src="https://www.controleng.com/typo3conf/ext/perfectlightbox/res/js/prototype.1.7.0.yui.js"></script>
<script type="text/javascript" src="https://www.controleng.com/typo3conf/ext/perfectlightbox/res/js/scriptaculous.js?load=effects,builder"></script><script type="text/javascript" src="https://www.controleng.com/typo3conf/ext/perfectlightbox/res/js/lightbox.2.0.5.yui.js"></script><script type="text/javascript">
	LightboxOptions.borderSize = 10;
	LightboxOptions.resizeSpeed = 400;
	LightboxOptions.overlayOpacity = 0.8;
	LightboxOptions.loop = true;
	LightboxOptions.allowSave = false;
	LightboxOptions.slideshowAutoplay = false;
	LightboxOptions.slideshowInterval = 5000;
	LightboxOptions.slideshowAutoclose = true;
	LightboxOptions.labelImage = 'Image';
	LightboxOptions.labelOf = 'of';</script><link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/allProductListingStyles.css" media="all" /><title>Control Engineering&nbsp;&#124;&nbsp;Channels</title><meta name="google-site-verification" content="r9nPYxPvfSxXONWE5jIB7LeKp8e65WOlDoy_o5-zsWs" />
<style>

#hp_tabs_3:nth-of-type(2) {
display: none;

}

#hp_tabs_3:nth-of-type(2) {
display: none;

}
  

#hp_tabs_3:nth-of-type(3) {
display: none;

}
  

</style>

<link rel="profile" href="http://a9.com/-/spec/opensearch/1.1/" />
			<link rel="search"
				  type="application/opensearchdescription+xml"
				  href="https://www.controleng.com/home.html?type=7567"
				  title="Website Search"
			/>

</head>
<body>


<!-- BEGIN WRAPPER -->
<div id="wrapper">
<!-- Header -->
	<div id="Header"><a href="https://www.controleng.com/"><div id="controlenglogo"></div></a><div id="Leaderboard"><ins data-revive-zoneid="2710" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:238&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
-->
</div>    <div id="internationalIcons">
  <div id="international_icon_label">International Editions</div>
  <div id="icon1" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controleng.com/">CE USA</a>
    <a target="_blank" class="int_icon" href="https://www.controleng.com/"><img alt="CE USA" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_usa.png" /></a>
  </div>
  <div id="icon2" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.cechina.cn/">CE China</a>
    <a target="_blank" class="int_icon" href="https://www.cechina.cn/"><img alt="CE China" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_china.png" /></a>
  </div>
  <div id="icon3" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengeurope.com/">CE Europe</a>
    <a target="_blank" class="int_icon" href="https://www.controlengeurope.com/"><img alt="CE Europe" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_europe.png" /></a>
  </div>
  <div id="icon4" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengrussia.com/">CE Russia</a>
    <a target="_blank" class="int_icon" href="https://www.controlengrussia.com/"><img alt="CE Russia" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_russia.png" /></a>
  </div>
  <div id="icon5" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengineering.pl/">CE Poland</a>
    <a target="_blank" class="int_icon" href="https://www.controlengineering.pl/"><img alt="CE Poland" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_poland.png" /></a>
  </div>
  <div id="icon6" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengcesko.com/">CE Czech</a>
    <a target="_blank" class="int_icon" href="https://www.controlengcesko.com/"><img alt="CE Czech" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_czech.png" /></a>
  </div>
</div><div id="loginContainer"></div>      <div id="topnav">
        <a href="https://www.controleng.com/about-us/advertise.html"><div class="buttontop"><p class="btnDescriptiontop">Advertise</p></div></a>
        <a href="https://www.controleng.com/magazine.html"><div class="buttontop"><p class="btnDescriptiontop">Magazine</p></div></a>
        <a href="https://www.controleng.com/newsletter-page.html"><div class="buttontop"><p class="btnDescriptiontop">Newsletters</p></div></a>
        <a href="https://www.controleng.com/media-library/webcast-archive.html"><div class="buttontop"><p class="btnDescriptiontop">Webcasts</p></div></a>
        <a href="https://www.controleng.com/media-library/research.html"><div class="buttontop"><p class="btnDescriptiontop">Research</p></div></a>    
  </div>  
<div id="searchSection">
<form id="tx-solr-searchbox" action='/solr-search.html' method="get" accept-charset="utf-8">
      
      <input type="text" class="simpleSearch" name="q" value="" placeholder="Search">
      <input type="image" src="/fileadmin/images/search_box_icon.png" class="searchbox-bt" alt="Search">

</form>

<div class="search_sponsor_container">
  <span class="sponsoredByTextStyle">Sponsored by:</span>
  <span class="sponsoredByBanner">
<ins data-revive-zoneid="2740" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
  <script language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:547&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
  </script>
-->
  </span>
</div>
</div>
<div id="socialLinksContainer">
  <div id="social_1">
  <a href="https://www.linkedin.com/groups?gid=1967039" target="CFE_Social"><img alt="linked in" title="linked in" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/linkedin.png" /></a>
  </div>
  <div id="social_2">
  <a href="https://twitter.com/controlengtips" target="CFE_Social"><img alt="twitter" title="twitter" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/twitter.png" /></a>
  </div>
  <div id="social_3">
  <a href="https://www.facebook.com/ControlEngineeringMagazine" target="CFE_Social"><img alt="facebook" title="facebook" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_facebook_22h.png" /></a>
  </div>
  <div id="social_4">
  <a href="https://plus.google.com/u/0/116037444727628777253#116037444727628777253/posts" target="CFE_Social"><img alt="Google+" title="Google+" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_gplus_22h.png" /></a>
  </div>
  <!--<div id="social_5">
  <a href="industry-news/rss-feeds.html"><img alt="rss" title="rss" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_rss_22h.png" /></a>
  </div>-->
  <div id="social_6">
  <a href="https://www.slideshare.net/ControlEng" target="CFE_Social"><img alt="slideShare" title="slideShare" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/slideshare.png" /></a>
  </div>
</div>
<!-- END of Header -->
<!-- Navigation -->    
<div id="nav">
    <div class="button">IIoT</div>
    <div class="button"><a style="padding:0px;" href="https://gspplatform.cfemedia.com/pe/home" target="newTab">New Products</a></div>
    <div class="button">Control Systems</div>
    <div class="button">Process Manufacturing</div>
    <div class="button">Discrete Manufacturing</div>
    <div class="button">System Integration</div>
    <div class="button">Networking & Security</div>
    <div class="button">Info Management</div>
    <div class="button">Education & Training</div>
</div>
<div id="subnav">
    <div id="cfeSubMenu_1" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/iiot/iiot-industrie-40">IIoT, Industrie 4.0</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/iiot/virtualization-cloud-analytics-edge">Virtualization, Cloud, Analytics, Edge</a></div> -->
        <div class="cfeSubMenuItem"><a href="/iiot/cyber-security">Cybersecurity</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/iiot/ethernet">Ethernet</a></div>
        <div class="cfeSubMenuItem"><a href="/iiot/wireless">Wireless</a></div> -->
        <div class="cfeSubMenuItem"><a href="/iiot/mobility">Mobility</a></div>
        <div class="cfeSubMenuItem"><a href="/iiot/asset-management">Asset Management</a></div>
    </div>

    <div id="cfeSubMenu_2" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">All Products</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Control System </a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Process Manufacturing</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Discrete Manufacturing</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">System Integration</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Networking & Security</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Info Management</a></div>
    </div>

    <div id="cfeSubMenu_3" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/control-systems/plcs-pacs">PLCs, PACs</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/control-systems/cnc-motion-control">CNC, Motion Control</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/pid-adv-control">PID, Adv. Control</a></div> -->
        <div class="cfeSubMenuItem"><a href="/control-systems/embedded-systems">Embedded Systems</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/dedicated-controls">Dedicated Controls</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/control-systems/industrial-pcs">Industrial PCs</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/hmi-oi">HMI, OI</a></div> -->
    </div>
    <div id="cfeSubMenu_4" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/io-modules-daq">I/O Modules, DAQ</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/simulators-optimizers">Simulators, Optimizers</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/diagnostics-asset-mgt">Diagnostics, Asset Mgt.</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/process-safety">Process Safety</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/pid-apc">PID, APC</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/sensors-actuators">Sensors, Actuators</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/process-manufacturing/hmi-oi">HMI, OI</a></div> -->
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/dcs-scada-controllers">DCS, SCADA, Controllers</a></div>
    </div>
    <div id="cfeSubMenu_5" class="cfeSubMenu">
        <div style="margin-left:145px;">
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/mechatronics">Mechatronics</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/machine-safety">Machine Safety</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/plcs-pacs">PLCs, PACs</a></div> -->
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/motors-drives">Motors, Drives</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/sensors-vision">Sensors, Vision</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/robotics">Robotics</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/cnc-motion-control">CNC, Motion Control</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/hmi-oi">HMI, OI</a></div> -->
        </div>
    </div>
    <div id="cfeSubMenu_6" class="cfeSubMenu">
        <div style="margin-left: 420px;">
            <div class="cfeSubMenuItem"><a href="/system-integration/system-integrators">System Integrators</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/system-integration/asset-management">Asset Management</a></div> -->
            <div class="cfeSubMenuItem"><a href="/system-integration/project-management">Project Management</a></div>
            <div class="cfeSubMenuItem"><a href="/system-integration/energy-efficiency">Energy Efficiency</a></div>
            <div class="cfeSubMenuItem"><a href="/system-integration/energy-power">Energy, Power</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_7" class="cfeSubMenu">
        <div style="margin-left: 420px;">
            <div class="cfeSubMenuItem"><a href="/networking-security/virtualization-cloud">Virtualization, Cloud</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/cyber-security">Cybersecurity</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/ethernet">Ethernet</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/wireless">Wireless</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/other-networks">Other Networks</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/io-systems-modules">I/O Systems, Modules</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_8" class="cfeSubMenu">
        <div style="margin-left: 559px;">
            <div class="cfeSubMenuItem"><a href="/info-management/hmi-oi">HMI, OI</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/mobility">Mobility</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/plm-control-design">PLM, Control Design</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/manufacturing-it-mes">Manufacturing IT, MES</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/industrial-pcs">Industrial PCs</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_9" class="cfeSubMenu">
        <div style="margin-left: 420px;" class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Research</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Online Training Center</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Case Studies</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Webcasts</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">eGuides</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Videos</a></div>
    </div>

</div>
</div>
<!-- END of Navigation -->
<!-- Skyscraper ADs Left -->

	<div class="leftADcontainer"><div class="skyscraper_holder"><ins data-revive-zoneid="2807" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:533&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);   
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2806" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:523&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2707" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:236&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2708" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:237&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
-->
</div></div>
<!-- END of Skyscraper ADs Left -->

<!-- content -->
<div id="main_content_section"><!--TYPO3SEARCH_begin--><h4><a href="http://www.controleng.com/channels/system-integration.html" target="_blank">System Integration Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks"><img src="https://www.controleng.com/uploads/_processed_/e/1/csm_CTLx_NetworkingIcon_29_f11c06e811.jpg" width="100" height="72"   alt="Standardization and harmonization activities extended for Ethernet networks" title="Standardization and harmonization activities extended for Ethernet networks"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks">Standardization and harmonization activities extended for Ethernet networks</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks"> The OPC Foundation has launched an initiative to further enable OPC UA adoption by extending standardization and harmonization activities for OPC UA including TSN-enabled Ethernet networks.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing"><img src="https://www.controleng.com/uploads/_processed_/e/5/csm_CTL1812_WEB_TU_Wireless-LimbleCMMS-BryanChristiansen_headshot_f02d2867c3.jpg" width="100" height="72"   alt="Applicability of wireless technology for manufacturing" title="Applicability of wireless technology for manufacturing"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing">Applicability of wireless technology for manufacturing</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing"> Wireless manufacturing applications include machine-to-human and machine-to-machine (M2M) communications. Can wireless applications augment your manufacturing productivity or that of your customers? <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 4867</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/a9b4a6b8ed239274a3119e608538f166.html?tx_ttnews%5Bpointer%5D=2433">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/information-control.html" target="_blank">Information Control Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/front-of-mind-ai-in-manufacturing/18ae07ad1e6e0cfcbc12d8e94a487d80.html" title="Front of mind: AI in manufacturing"><img src="https://www.controleng.com/uploads/_processed_/8/4/csm_CTLx_Polandslider_3230582ab1.jpg" width="100" height="72"   alt="Front of mind: AI in manufacturing" title="Front of mind: AI in manufacturing"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/front-of-mind-ai-in-manufacturing/18ae07ad1e6e0cfcbc12d8e94a487d80.html" title="Front of mind: AI in manufacturing">Front of mind: AI in manufacturing</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/front-of-mind-ai-in-manufacturing/18ae07ad1e6e0cfcbc12d8e94a487d80.html" title="Front of mind: AI in manufacturing"> Control Engineering Poland: Expectations are high among manufacturers for the ability of artificial intelligence (AI) to improve processes and profitability. New research shows that companies able to sort the systems and...<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/front-of-mind-ai-in-manufacturing/18ae07ad1e6e0cfcbc12d8e94a487d80.html" title="Front of mind: AI in manufacturing">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/vote-now-for-2019-engineers-choice-finalists/ec0e816bd2fcd4a023f4ddc5d4b8de82.html" title="Vote now for 2019 Engineers' Choice Finalists"><img src="https://www.controleng.com/uploads/_processed_/6/1/csm_CTLx_ENG_19EngAward_Finalists_485x350_379cfbcf79.jpg" width="100" height="72"   alt=""  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/vote-now-for-2019-engineers-choice-finalists/ec0e816bd2fcd4a023f4ddc5d4b8de82.html" title="Vote now for 2019 Engineers' Choice Finalists">Vote now for 2019 Engineers' Choice Finalists</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/vote-now-for-2019-engineers-choice-finalists/ec0e816bd2fcd4a023f4ddc5d4b8de82.html" title="Vote now for 2019 Engineers' Choice Finalists"> The official ballot is open for voting for Control Engineering North American print and digital edition subscribers, for a limited time. Review finalists and vote by using CFE Media's New Products for Engineers platform.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/vote-now-for-2019-engineers-choice-finalists/ec0e816bd2fcd4a023f4ddc5d4b8de82.html" title="Vote now for 2019 Engineers' Choice Finalists">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 3004</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/8341cddd9e68be7b77d89e851f6e2d29.html?tx_ttnews%5Bpointer%5D=1501">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/process-control.html" target="_blank">Process Control Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-november-5-11/d8047bbf56febff23c8170ae5666efc6.html" title="Top 5 Control Engineering articles November 5-11"><img src="https://www.controleng.com/uploads/_processed_/e/6/csm_CTL1811_MAG2_F1_Instrumentation-Tuning-Kern-tipsslider_01_4d1b23ccbf.jpg" width="100" height="72"   alt="Top 5 Control Engineering articles November 5-11" title="Top 5 Control Engineering articles November 5-11"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-november-5-11/d8047bbf56febff23c8170ae5666efc6.html" title="Top 5 Control Engineering articles November 5-11">Top 5 Control Engineering articles November 5-11</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-november-5-11/d8047bbf56febff23c8170ae5666efc6.html" title="Top 5 Control Engineering articles November 5-11"> Articles about tuning tips, Engineers' Choice finalists, pharmaceutical manufacturers, machine metrics, and functional safety were Control Engineering’s five most clicked articles from November 5-11, 2018. Miss something? You can...<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-november-5-11/d8047bbf56febff23c8170ae5666efc6.html" title="Top 5 Control Engineering articles November 5-11">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/research-study-shows-companies-iot-usage-is-growing/ccb6e1f7f5455e6a0d7f193712a1d545.html" title="Research study shows companies' IoT usage is growing"><img src="https://www.controleng.com/uploads/_processed_/6/5/csm_CTL1811_WEB_IMG_IFS_Survey_UseIncrease_2f6167688b.jpg" width="100" height="72"   alt="Research study shows companies' IoT usage is growing" title="Research study shows companies' IoT usage is growing"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/research-study-shows-companies-iot-usage-is-growing/ccb6e1f7f5455e6a0d7f193712a1d545.html" title="Research study shows companies' IoT usage is growing">Research study shows companies' IoT usage is growing</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/research-study-shows-companies-iot-usage-is-growing/ccb6e1f7f5455e6a0d7f193712a1d545.html" title="Research study shows companies' IoT usage is growing"> IFS released a research study that reveals substantial year-over-year gains in Internet of Things (IoT) usage in industrial companies with a 30% percent increase in asset performance management and a 10% increase in monitoring...<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/research-study-shows-companies-iot-usage-is-growing/ccb6e1f7f5455e6a0d7f193712a1d545.html" title="Research study shows companies' IoT usage is growing">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 3299</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/7e091874ce0e65c37d8410a23fb64bf7.html?tx_ttnews%5Bpointer%5D=1649">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/machine-control.html" target="_blank">Machine Control Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/four-challenges-for-aerospace-robots/8004f3e27c96c8ac0509e1953eeba7b2.html" title="Four challenges for aerospace robots"><img src="https://www.controleng.com/uploads/_processed_/1/5/csm_PLEx_Robotics_Slider_39_5614a78362.jpg" width="100" height="72"   alt="Four challenges for aerospace robots" title="Four challenges for aerospace robots"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/four-challenges-for-aerospace-robots/8004f3e27c96c8ac0509e1953eeba7b2.html" title="Four challenges for aerospace robots">Four challenges for aerospace robots</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/four-challenges-for-aerospace-robots/8004f3e27c96c8ac0509e1953eeba7b2.html" title="Four challenges for aerospace robots"> The aerospace industry is a tough, exacting industry. Robot users and integrators face challenges such as increased human-robot collaboration and the constant demand for precision and efficiency.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/four-challenges-for-aerospace-robots/8004f3e27c96c8ac0509e1953eeba7b2.html" title="Four challenges for aerospace robots">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/machines-learning-language-like-kids/330af0fcffb3a1b443817659802dd257.html" title="Machines learning language like kids"><img src="https://www.controleng.com/uploads/_processed_/6/1/csm_CTL1811_WEB_IMG_MIT_SemanticParser_184e3c1de8.jpg" width="100" height="72"   alt="Machines learning language like kids" title="Machines learning language like kids"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/machines-learning-language-like-kids/330af0fcffb3a1b443817659802dd257.html" title="Machines learning language like kids">Machines learning language like kids</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/machines-learning-language-like-kids/330af0fcffb3a1b443817659802dd257.html" title="Machines learning language like kids"> MIT researchers have developed a semantic parser that learns through observation to more closely mimic a child’s language-acquisition process, which could greatly extend computing’s capabilities.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/machines-learning-language-like-kids/330af0fcffb3a1b443817659802dd257.html" title="Machines learning language like kids">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 4653</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/2b693419fc5da3e977caca4c17254927.html?tx_ttnews%5Bpointer%5D=2326">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/sustainable-engineering.html" target="_blank">Sustainable Engineering Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/enhancing-overcurrent-protection-with-nfpa-70/df629980c0e2fa30531b6a2d046c90e7.html" title="Enhancing overcurrent protection with NFPA 70"><img src="https://www.controleng.com/uploads/_processed_/c/d/csm_PLEx_Web_Img_ElectricBreakersPanel_05_e156dae392.jpg" width="100" height="72"   alt="Enhancing overcurrent protection with NFPA 70" title="Enhancing overcurrent protection with NFPA 70"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/enhancing-overcurrent-protection-with-nfpa-70/df629980c0e2fa30531b6a2d046c90e7.html" title="Enhancing overcurrent protection with NFPA 70">Enhancing overcurrent protection with NFPA 70</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/enhancing-overcurrent-protection-with-nfpa-70/df629980c0e2fa30531b6a2d046c90e7.html" title="Enhancing overcurrent protection with NFPA 70"> Understanding NFPA’s National Electrical Code (NEC) Section 240.87 is critical to plant and worker safety.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/enhancing-overcurrent-protection-with-nfpa-70/df629980c0e2fa30531b6a2d046c90e7.html" title="Enhancing overcurrent protection with NFPA 70">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/award-winning-pumpkin-grown-with-engineering/0f7d45f9f2563c0963b46860e9a213ee.html" title="Award-winning pumpkin grown with engineering"><img src="https://www.controleng.com/uploads/_processed_/4/7/csm_CE1810_WEB_IMG_GiantPumpkin_Slider_02_8c943f28c6.jpg" width="100" height="72"   alt="Award-winning pumpkin grown with engineering" title="Award-winning pumpkin grown with engineering"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/award-winning-pumpkin-grown-with-engineering/0f7d45f9f2563c0963b46860e9a213ee.html" title="Award-winning pumpkin grown with engineering">Award-winning pumpkin grown with engineering </a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/award-winning-pumpkin-grown-with-engineering/0f7d45f9f2563c0963b46860e9a213ee.html" title="Award-winning pumpkin grown with engineering"> Caleb Otto used his engineering background in NorthWind Technical Services’ pumpkin growing contest with an award-winning pumpkin that weighed almost 800 pounds. Research, formulas, calculations, and automation helped. <span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/award-winning-pumpkin-grown-with-engineering/0f7d45f9f2563c0963b46860e9a213ee.html" title="Award-winning pumpkin grown with engineering">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 1411</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/297ee60363dec8f78d908004edf23237.html?tx_ttnews%5Bpointer%5D=705">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/manufacturing-it.html" target="_blank">Manufacturing IT Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/ebb66501682554e96e9c9426a863cbed.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards"><img src="https://www.controleng.com/uploads/_processed_/9/8/csm_CTL1811_MAG2_wireless-Emerson_Fig2Slider_7a91467998.jpg" width="100" height="72"   alt="Wireless for operations: proprietary versus standards; adopters versus laggards" title="Wireless for operations: proprietary versus standards; adopters versus laggards"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/ebb66501682554e96e9c9426a863cbed.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards">Wireless for operations: proprietary versus standards; adopters versus laggards</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/ebb66501682554e96e9c9426a863cbed.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards"> Wireless networks are part and parcel of many process plants with many advantages. Adoption continues to increase and are being used for many applications. <span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/ebb66501682554e96e9c9426a863cbed.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/how-recent-iiot-developments-are-shaping-5g-wireless/18b56af2b4b3549efca8ce2d7afc7e41.html" title="How recent IIoT developments are shaping 5G wireless"><img src="https://www.controleng.com/uploads/_processed_/a/b/csm_CTLx_NetworkingIcon_27_f89e59b7b6.jpg" width="100" height="72"   alt="How recent IIoT developments are shaping 5G wireless" title="How recent IIoT developments are shaping 5G wireless"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/how-recent-iiot-developments-are-shaping-5g-wireless/18b56af2b4b3549efca8ce2d7afc7e41.html" title="How recent IIoT developments are shaping 5G wireless">How recent IIoT developments are shaping 5G wireless</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/how-recent-iiot-developments-are-shaping-5g-wireless/18b56af2b4b3549efca8ce2d7afc7e41.html" title="How recent IIoT developments are shaping 5G wireless"> Addressing the issues behind Industrial Internet of Things (IIoT) devices to help with mobile industrial computing applications.  <span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/how-recent-iiot-developments-are-shaping-5g-wireless/18b56af2b4b3549efca8ce2d7afc7e41.html" title="How recent IIoT developments are shaping 5G wireless">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 1577</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/8b989139e77ea50f4fb00e8a1f82ef81.html?tx_ttnews%5Bpointer%5D=788">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/tutorials.html" target="_blank">Tutorials Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/education-platform-for-engineers-launched/15b1df5318ddce19420765d5008f54ad.html" title="Education platform for engineers launched"><img src="https://www.controleng.com/uploads/_processed_/c/d/csm_CFE-Edu-Logo_9272222b43.jpg" width="100" height="72"   alt="" title="CFE-Edu-Logo"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/education-platform-for-engineers-launched/15b1df5318ddce19420765d5008f54ad.html" title="Education platform for engineers launched">Education platform for engineers launched</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/education-platform-for-engineers-launched/15b1df5318ddce19420765d5008f54ad.html" title="Education platform for engineers launched"> CFE Edu is an on-demand education platform designed to provide continuing education to engineers to advance their education and obtain continuing education units (CEUs).<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/education-platform-for-engineers-launched/15b1df5318ddce19420765d5008f54ad.html" title="Education platform for engineers launched">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/daniel-capano-diversified-technological-services-joins-control-engineering-editorial-advisory-board/7d4b73d7ae2da531f0f011b15f96579f.html" title="Daniel Capano, Diversified Technological Services, joins Control Engineering editorial advisory board"><img src="https://www.controleng.com/uploads/_processed_/1/e/csm_CTL1702_NEWS_EAB_DanielCapano-485x350_4ac2475e94.jpg" width="100" height="72"   alt="Daniel Capano, the owner of Diversified Technological Services, Inc., joined the Control Engineering editorial advisory board in February. Courtesy: Daniel E. Capano, Diversified Technological Services, Inc." title="CTL1702 NEWS EAB Daniel Capano-485x350"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/daniel-capano-diversified-technological-services-joins-control-engineering-editorial-advisory-board/7d4b73d7ae2da531f0f011b15f96579f.html" title="Daniel Capano, Diversified Technological Services, joins Control Engineering editorial advisory board">Daniel Capano, Diversified Technological Services, joins Control Engineering editorial advisory board</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/daniel-capano-diversified-technological-services-joins-control-engineering-editorial-advisory-board/7d4b73d7ae2da531f0f011b15f96579f.html" title="Daniel Capano, Diversified Technological Services, joins Control Engineering editorial advisory board"> Daniel Capano, the owner of Diversified Technological Services Inc., of Stamford, Conn., joined the Control Engineering editorial advisory board in February.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/daniel-capano-diversified-technological-services-joins-control-engineering-editorial-advisory-board/7d4b73d7ae2da531f0f011b15f96579f.html" title="Daniel Capano, Diversified Technological Services, joins Control Engineering editorial advisory board">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 743</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/60a780c4fa67c1921b738412425db4c8.html?tx_ttnews%5Bpointer%5D=371">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/product-research.html" target="_blank">Product Research Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions"><img src="https://www.controleng.com/uploads/_processed_/f/f/csm_CTL1811_WEB_IMG_Emerson_DeltaV_fdddabbddd.jpg" width="100" height="60"   alt="Operator HMI for process data solutions" title="Operator HMI for process data solutions"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions">Operator HMI for process data solutions</a>
				</h2>
				<p>
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions"> Emerson's DeltaV Live Operator Interface is a modem, built-for-purpose operations experience with an HTML5 interface that enables scalable graphics and gives operators the flexibility to adjust their displays to focus on process... </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-july-23-29/6e2d72ae21587195f147e05eca57180b.html" title="Top 5 Control Engineering articles July 23-29"><img src="https://www.controleng.com/uploads/_processed_/5/b/csm_CTL1807_WEB_IP1-MES-Avanceon_Fig_01_296f511b9f.jpg" width="100" height="72"   alt="Top 5 Control Engineering articles July 23-29" title="Top 5 Control Engineering articles July 23-29"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-july-23-29/6e2d72ae21587195f147e05eca57180b.html" title="Top 5 Control Engineering articles July 23-29">Top 5 Control Engineering articles July 23-29</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-july-23-29/6e2d72ae21587195f147e05eca57180b.html" title="Top 5 Control Engineering articles July 23-29"> Articles about MES, managing IoT implementations, comparing ladder logic and object-oriented programming, IIoT effectiveness, and ladder logic's future role in automation were Control Engineering’s five most clicked articles from...<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/top-5-control-engineering-articles-july-23-29/6e2d72ae21587195f147e05eca57180b.html" title="Top 5 Control Engineering articles July 23-29">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 260</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/5f378fafe7f5d71441aaccb7ad2a2b60.html?tx_ttnews%5Bpointer%5D=129">Last &gt;&gt;</a></div></div>
</div>
<hr><h4><a href="http://www.controleng.com/channels/plant-safety-and-security.html" target="_blank">Plant Safety and Security Channel</a></h4>
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/33052ad811088d79fd12b6a392bb41d8.html" title="How to prepare a disaster mitigation plan for your facility"><img src="https://www.controleng.com/uploads/_processed_/0/5/csm_CTLx_DMDII_Cybersecurity_Manufacturing_01_fde989b0da.jpg" width="100" height="72"   alt="How to prepare a disaster mitigation plan for your facility" title="How to prepare a disaster mitigation plan for your facility"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/33052ad811088d79fd12b6a392bb41d8.html" title="How to prepare a disaster mitigation plan for your facility">How to prepare a disaster mitigation plan for your facility</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/33052ad811088d79fd12b6a392bb41d8.html" title="How to prepare a disaster mitigation plan for your facility"> It’s important to prepare your business properly by creating an emergency action plan in the event of a natural disaster. Four recommendations before a disaster and three recommendations afterward are highlighted. <span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/33052ad811088d79fd12b6a392bb41d8.html" title="How to prepare a disaster mitigation plan for your facility">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/news-single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/b729e890d7648be4e8e45afff801b888.html" title="Study finds USB drives are a security threat to process control systems"><img src="https://www.controleng.com/uploads/_processed_/9/2/csm_PLE1811_WEB_USB_ThreatReport_04bf2800f2.jpg" width="100" height="72"   alt="Study finds USB drives are a security threat to process control systems" title="Study finds USB drives are a security threat to process control systems"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/news-single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/b729e890d7648be4e8e45afff801b888.html" title="Study finds USB drives are a security threat to process control systems">Study finds USB drives are a security threat to process control systems</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/news-single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/b729e890d7648be4e8e45afff801b888.html" title="Study finds USB drives are a security threat to process control systems"> Honeywell research finds exposure through portable USB drives can cause serious disruption to process facilities through unsecure or malicious files.<span class="news-list-morelink"><a href="https://www.controleng.com/news-single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/b729e890d7648be4e8e45afff801b888.html" title="Study finds USB drives are a security threat to process control systems">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
	<div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 2 out of 1947</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-2</span>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">3-4</a>
<a href="https://www.controleng.com/channels/59a3dc60979229f7c859ec91bcefcac9.html?tx_ttnews%5Bpointer%5D=2">5-6</a>
<a href="https://www.controleng.com/channels/3f4657214a8b53e69016bd8d1b3eaa18.html?tx_ttnews%5Bpointer%5D=3">7-8</a>
<a href="https://www.controleng.com/channels/b49602b5a0d5f2ffa990f7fa29c10238.html?tx_ttnews%5Bpointer%5D=4">9-10</a>
<a href="https://www.controleng.com/channels/7306e2f6cc8191a6fa65b039e9997cbc.html?tx_ttnews%5Bpointer%5D=5">11-12</a>
<a href="https://www.controleng.com/channels/d3ce0c9eedf440bddf3d1b8f0d9d7924.html?tx_ttnews%5Bpointer%5D=6">13-14</a>
<a href="https://www.controleng.com/channels/c516efd08c6d816bf2809eeec9300af8.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/channels/8bc2a440071cc4551333d76c68383d75.html?tx_ttnews%5Bpointer%5D=973">Last &gt;&gt;</a></div></div>
</div>
<!--TYPO3SEARCH_end--></div>
<!-- END of content -->

<!-- skyscraper AD right -->

        <div class="far_right_news">      <div class="eventIcon_ce">

<ins data-revive-zoneid="2808" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>

</div></div>
	<div class="rightADcontainer"><ins data-revive-zoneid="2709" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:235&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div>
	
<!-- END of Skyscraper AD right -->

<!-- Footer -->
	<div id="Footer"><ul class="footerUL"><li><h3>Articles</h3><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/info-management/hmi-oi.html">Information Control</a><a href="https://www.controleng.com/magazine/international-editions.html">International Editions</a><a href="https://www.controleng.com/control-systems/cnc-motion-control.html">Machine Control</a><a href="https://www.controleng.com/magazine/magazine-archives.html">Magazine Archives</a><a href="https://www.controleng.com/process-manufacturing/dcs-scada-controllers.html">Process Control</a><a href="https://www.controleng.com/system-integration/system-integrators.html">System Integrators</a><a href="https://www.controleng.com/education-training/education-and-training.html">Education and Training</a></li>    <li>
        <h3>New Products</h3>
        <a target="newTab" href="https://gspplatform.cfemedia.com/pe/home">New Products</a>
        <a href="channels/product-research.html">Product Research</a>
    </li><li><h3>Topics</h3><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/networking-security/cyber-security.html">Cyber Security</a><a href="https://www.controleng.com/system-integration/energy-efficiency.html">Sustainable Engineering</a><a href="https://www.controleng.com/info-management/manufacturing-it-mes.html">Manufacturing IT</a><a href="https://www.controleng.com/info-management/mobility.html">Mobility</a><a href="https://www.controleng.com/discrete-manufacturing/robotics.html">Robotics</a><a href="https://www.controleng.com/discrete-manufacturing/machine-safety.html">Machine Safety</a></li><li><h3>Training, Tools</h3><a href="https://www.controleng.com/connect/apps-for-engineers.html">Apps for Engineers</a><a href="https://www.controleng.com/media-library/case-studies.html">Case Studies</a><a href="https://www.controleng.com/new-products.html">New Products</a><a href="https://www.controleng.com/media-library/videos.html">Videos</a><a href="https://www.controleng.com/media-library/white-papers.html">White Papers</a><a href="https://www.controleng.com/channels/product-research.html">Product Research</a></li><li><h3>Events and Awards</h3><a href="https://www.controleng.com/events-and-awards/engineers-choice-awards.html">Engineers' Choice Awards</a><a href="https://www.controleng.com/events-and-awards/engineering-leaders-under-40.html">Engineering Leaders Under 40</a><a href="https://www.controleng.com/events-and-awards/system-integrator-giants.html">System Integrator Giants</a><a href="http://www.controleng.com/events-and-awards/system-integrator-hall-of-fame.html">System Integrator Hall of Fame</a><a href="https://www.controleng.com/events-and-awards/tips-and-tricks.html">Tips and Tricks</a><a href="https://www.controleng.com/events-and-awards/marketing-to-engineers.html">Marketing to Engineers</a><a href="https://www.controleng.com/events-and-awards/global-automation-manufacturing-summit/global-automation-manufacturing-summit.html">Global Automation & Manufacturing Summit</a><a href="https://www.controleng.com/events-and-awards/ce-china-best-product-award.html">CE China Best Product Award</a></li><li><h3>News, Views, Blogs</h3><a href="https://www.controleng.com/blogs/ask-control-engineering.html">Ask Control Engineering</a><a href="https://www.controleng.com/connect/how-to-contribute.html">How to Contribute</a><a href="https://www.controleng.com/blogs/machine-safety.html">Machine Safety</a><a href="https://www.controleng.com/blogs/real-world-engineering.html">Real World Engineering</a><a href="https://www.controleng.com/industry-news/rss-feeds.html">RSS Feeds</a><a href="https://www.controleng.com/connect/social-media.html">Social Media</a><a href="https://www.controleng.com/blogs/industrial-wireless-tutorials.html">Industrial Wireless Tutorials</a><a href="https://www.controleng.com/blogs/system-integration-and-process-control.html">System Integration and Process Control</a></li><li><h3>Newsletters</h3><a href="https://www.controleng.com/magazine/subscribe.html">Subscribe</a><a href="https://www.controleng.com/newsletter/ce-machine-control/machine-control-nov-7-2018.html">Machine Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-advanced-control/p-ac-nov-6-2018.html">Process and Advanced Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-instrumentation/process-instrumentation-oct-16-2018.html">Process Instrumentation and Sensors Newsletter</a><a href="https://www.controleng.com/newsletter/ce-safety-cyber-security/machine-and-process-safety-sept-13-2018.html">Safety & Cyber Security Newsletter</a><a href="https://www.controleng.com/newsletter/ce-energy-automation/energy-automation-aug-14-2017.html">Energy Automation Newsletter</a><a href="https://www.controleng.com/newsletter/ce-system-integration-2015/system-integration-sept-12-2018.html">System Integration Newsletter</a><a href="https://www.controleng.com/newsletter/ce-information-control-monthly-2012/information-control-sept-27-2018.html">Information Control Newsletter</a><a href="https://www.controleng.com/index.php?id=19645&amp;ADMCMD_cooluri=1">New Products for Engineers Showcase</a><a href="http://www.controleng.com/index.php?id=19547&amp;ADMCMD_cooluri=1">White Paper Connection</a><a href="https://www.controleng.com/newsletters/enewsletter-archive.html">eNewsletter Archive</a></li><li><h3>Advertising</h3><a href="https://www.controleng.com/cs/case-study-database-listing.html">Case Study Database Listing</a><a href="https://www.controleng.com/about-us/advertise.html">Advertise--Media Kit</a><a href="https://www.controleng.com/about-us/contact-us.html">Contact Us</a><a href="http://www.controleng.com/index.php?id=7989&amp;focus=1&amp;tab=2">HART Communication Protocol</a><a href="https://www.controleng.com/media-library/innovations-from-the-industry.html">Innovations from the Industry</a><a href="https://www.controleng.com/media-library/white-papers.html">White Papers</a><a href="https://www.controleng.com/industry-news/internet-profiles.html">Internet Profiles</a></li><li><h3>About Us</h3><a href="https://www.controleng.com/about-us/terms-of-use.html">Terms of Use</a><a href="http://www.controleng.com/index.php?id=7989&amp;focus=1&amp;tab=0">Applied Automation</a><a href="https://www.controleng.com/about-us/about-cfe-media-llc.html">About CFE Media LLC.</a><a href="http://www.csemag.com" target="_new">Consulting-Specifying Engineer</a><a href="http://www.csemag.com/contentstream.html">Content Stream</a><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/connect/how-to-contribute.html">How to Contribute</a><a href="https://www.controleng.com/magazine/international-editions.html">International Editions</a><a href="https://www.controleng.com/magazine/magazine-archives.html">Magazine Archives</a><a href="http://www.plantengineering.com" target="_new">Plant Engineering</a><a href="http://www.oilandgaseng.com/home.html">Oil & Gas Engineering</a><a href="https://www.controleng.com/magazine/subscribe.html">Subscribe</a><a href="https://www.controleng.com/site-map.html">Site Map</a><a href="https://www.controleng.com/about-us/privacy-policy.html">Privacy Policy</a></li></ul><a href="https://www.controleng.com/" class="bottomLogoLink"><div id="footerLogo"></div></a><a href="https://www.cfemedia.com" class="companyLogoLink"></a></div>
<!-- END of Footer -->
</div>
<!-- END WRAPPER -->




<noscript><img src="https://ce-validate.onecount.net/onecount/oc_track/tracker_nojs.php?_ca=OC-CFE-07282014" style="border:0" alt="" /></noscript>
<div style="display:none"><a href="https://ce-validate.onecount.net/onecount/oc_track/creditcardlist.php?_ca=OC-CFE-07282014" style="border:0" alt="">click me</a></div>

</body>
</html>