<!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="//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" />
  <title>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.&nbsp;&#124;&nbsp;Control Engineering</title>      <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/home_styles.css" media="all" />
      <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/ce_home.css?v=05012018wasd" media="all" />
      <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/GlobalSIDatabaseStyles.css" media="all">
      <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">
          jQuery(document).ready( function(){
            jQuery("div#middle_content_ad_holder div:eq(0)").css({"float":"left", "margin-left":"45px", "margin-top":"57px"});
            jQuery("div#middle_content_ad_holder object:eq(0)").css({"display":"block", "float":"left"});
            jQuery("div#middle_content_ad_holder object embed:eq(0)").css({"margin-top": "57px", "margin-left": "45px"});

          });
      </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><title>Control Engineering&nbsp;&#124;&nbsp;Home</title>
<style>

.featured_news_image img{
width: 475px;
height: 325px;
}

.featured_list_news_title {

position: -40px;

}
  

</style>

<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"
			/>  <script type="text/javascript" src="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/js/SIDBsearch.js"></script>
  <link rel="stylesheet" type="text/css" href="https://www.controleng.com/fileadmin/templates/Redesign_2013_V2/css/GlobalSIDatabaseStyles.css" media="all">

</head>
<body>


<!-- BEGIN WRAPPER -->
<div id="wrapper">
<!-- Header -->
	<div id="Header"><a href="//www.controleng.com/"><div id="controlenglogo"></div></a><div id="Leaderboard"><script async language='JavaScript' type='text/javascript' src='//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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:1&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>");
   console.log("Ad loaded");
//-->
</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="http://www.controleng.com/">CE USA</a>
    <a target="_blank" class="int_icon" href="http://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="http://www.cechina.cn/">CE China</a>
    <a target="_blank" class="int_icon" href="http://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="http://www.controlengeurope.com/">CE Europe</a>
    <a target="_blank" class="int_icon" href="http://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="http://www.controlengrussia.com/">CE Russia</a>
    <a target="_blank" class="int_icon" href="http://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="http://www.controlengineering.pl/">CE Poland</a>
    <a target="_blank" class="int_icon" href="http://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="http://www.controlengcesko.com/">CE Czech</a>
    <a target="_blank" class="int_icon" href="http://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">
  <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 ("//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-4-0">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"><script async language='JavaScript' type='text/javascript' src='//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 ("//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>");
   console.log("Ad loaded");
//-->
</script>
</div><div class="skyscraper_holder"><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 ("//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>");
   console.log("Ad loaded");
//-->
</script>
</div><div class="skyscraper_holder">

<script async language='JavaScript' type='text/javascript' src='//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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:2&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>");
   console.log("Ad loaded");
//-->
</script>
</div><div class="skyscraper_holder"><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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:3&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>");
   console.log("Ad loaded");
//-->
</script>

</div></div>
<!-- END of Skyscraper ADs Left -->

<!-- content -->
<div id="main_content_section"><!--TYPO3SEARCH_begin-->
                   <!--BEGIN contentLevel1-->
                   <div id="contentLevel1">
                       <!-- BEGIN top_content_leftRev2012 -->
                       <div id="top_content_leftRev2012">
                                <!-- BEGIN sliderHolder -->
                                <div id="sliderHolder" class="csc-default" >
<div class="news-list3-container">

  
      <div class="news-list3-item">
        <!-- <span class="news-list-date">06/12/2018</span> -->
        <h2><a href="https://www.controleng.com/single-article/joint-iiot-solution-for-process-industries-developed/49fc2c9a803867d0776c7dfc7d4b5d56.html" title="Joint IIoT solution for process industries developed">Joint IIoT solution for process industries developed</a></h2>
        <a href="https://www.controleng.com/single-article/joint-iiot-solution-for-process-industries-developed/49fc2c9a803867d0776c7dfc7d4b5d56.html" title="Joint IIoT solution for process industries developed"><img src="https://www.controleng.com/uploads/pics/CTL1806_WEB_IMG_Endress_SAP_IIoTSolution.jpg" width="485" height="350"   alt="Joint IIoT solution for process industries developed" title="Joint IIoT solution for process industries developed"  border="0" /></a>

    <hr class="clearer" /></div>
    
</div>
</div>
                                <!-- END sliderHolder -->
                                <!-- BEGIN hp_tab_holder_1 -->
                                <div id="hp_tab_holder_1"><div id="hp_tabs_1">
                                  <ul>
                                    <li><a href="#tabs-1">Webcasts</a></li>
                                    <li><a href="#tabs-2">Videos</a></li>
                                    <li><a href="#tabs-3">Products</a></li>
                                    <li><a href="#tabs-4">Education</a></li>
                                    <li><a href="#tabs-5">Global</a></li>
                                  </ul>
                                    <!-- BEGIN tabs-1 -->
                                  <div id="tabs-1">
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://event.webcasts.com/starthere.jsp?ei=1196263&amp;tp_key=bc858c9776" target="_blank" title="Webcast: Why Should I Trust New Approaches to Electrical Safety Management?"><img src="https://www.controleng.com/fileadmin/_processed_/e/9/csm_controlenglogoweb_e2b92e0f51.jpg" width="100" height="33"   alt=""  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://event.webcasts.com/starthere.jsp?ei=1196263&amp;tp_key=bc858c9776" target="_blank" title="Webcast: Why Should I Trust New Approaches to Electrical Safety Management?">Webcast: Why Should I Trust New Approaches to Electrical Safety Management?</a>
				</h2>
				<p>
					<a href="https://event.webcasts.com/starthere.jsp?ei=1196263&amp;tp_key=bc858c9776" target="_blank" title="Webcast: Why Should I Trust New Approaches to Electrical Safety Management?"> Multiple industry reports identify human error as the leading cause of industrial electrical incidents, often occurring on low voltage systems. For example, a study on common practices with voltage test instruments found that... </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://event.webcasts.com/starthere.jsp?ei=1194135&amp;tp_key=c23b235696" target="_blank" title="Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects"><img src="https://www.controleng.com/uploads/_processed_/5/8/csm_ctl130719_Webcast_logoslider_02_623f018d28.jpg" width="100" height="72"   alt="Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects" title="Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://event.webcasts.com/starthere.jsp?ei=1194135&amp;tp_key=c23b235696" target="_blank" title="Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects">Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects</a>
				</h2>
				<p>
					<a href="https://event.webcasts.com/starthere.jsp?ei=1194135&amp;tp_key=c23b235696" target="_blank" title="Webcast: IIoT Webcast Series 2018, Part Two: The role of connectivity in collaborative projects"> This webcast will look at how engineers develop products, execute projects, and sustain productivity–with support from a cyber-physical world. IIoT supports digital transformation. Going forward, decisions made as to how... </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://event.webcasts.com/starthere.jsp?ei=1187056&amp;tp_key=be33ebfb16" target="_blank" title="Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations"><img src="https://www.controleng.com/uploads/_processed_/0/e/csm_ctl130719_Webcast_logoslider_01_66db19b7d4.jpg" width="100" height="72"   alt="Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations" title="Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://event.webcasts.com/starthere.jsp?ei=1187056&amp;tp_key=be33ebfb16" target="_blank" title="Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations">Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations</a>
				</h2>
				<p>
					<a href="https://event.webcasts.com/starthere.jsp?ei=1187056&amp;tp_key=be33ebfb16" target="_blank" title="Webcast: IIoT Webcast Series 2018, Webcast One: Cloud and mobility in field operations"> Connected assets, rich data, and cloud-based analytics increase reliability and support optimization of field equipment installations. Predictive maintenance and closed-loop control can be applied to remote operations while... </a>
				</p>
			</div>
		
</div>
<div class="tab1_moreLinkHolder">&raquo; <a href="index.php?id=546" class="tab1_moreLink">More Webcasts</a></div></div>
                                    <!-- END tabs-1 -->
                                    <!-- BEGIN tabs-2 -->
                                  <div id="tabs-2">
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/new-graphical-programming-platform-accelerates-understanding/8a0a3dbdad4394ca2a9d5c712f203b20.html" title="New graphical programming platform accelerates understanding"><img src="https://www.controleng.com/uploads/_processed_/2/e/csm_CTL1705_WEB_IMG_NIWeek_LabVIEWNXG1.0_Slider_495e5f7d51.jpg" width="100" height="72"   alt="New graphical programming platform accelerates understanding" title="New graphical programming platform accelerates understanding"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/new-graphical-programming-platform-accelerates-understanding/8a0a3dbdad4394ca2a9d5c712f203b20.html" title="New graphical programming platform accelerates understanding">New graphical programming platform accelerates understanding</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/new-graphical-programming-platform-accelerates-understanding/8a0a3dbdad4394ca2a9d5c712f203b20.html" title="New graphical programming platform accelerates understanding"> National Instruments LabVIEW NXG 1.0 software, the next generation of LabVIEW, aims to deliver LabVIEW productivity to nonprogrammers with an easier workflow. NI continues LabView 2017 development and support. See video demo.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/new-graphical-programming-platform-accelerates-understanding/8a0a3dbdad4394ca2a9d5c712f203b20.html" title="New graphical programming platform accelerates understanding">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/cfe-media-announces-the-2017-system-integrator-of-the-year-winners/f18928a537c1c6f2f2fa1c17862a12c8.html" title="CFE Media announces the 2017 System Integrator of the Year winners"><img src="https://www.controleng.com/uploads/_processed_/d/3/csm_CTL1612_WEB_IMG_SIY_WinnersSlider_40a1c09931.jpg" width="100" height="72"   alt="CFE Media announces the 2017 System Integrator of the Year winners" title="CFE Media announces the 2017 System Integrator of the Year winners"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/cfe-media-announces-the-2017-system-integrator-of-the-year-winners/f18928a537c1c6f2f2fa1c17862a12c8.html" title="CFE Media announces the 2017 System Integrator of the Year winners">CFE Media announces the 2017 System Integrator of the Year winners</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/cfe-media-announces-the-2017-system-integrator-of-the-year-winners/f18928a537c1c6f2f2fa1c17862a12c8.html" title="CFE Media announces the 2017 System Integrator of the Year winners"> The System Integrators of the Year have distinguished themselves by combining technology with a customer-centric approach. See roundtable video discussion.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/cfe-media-announces-the-2017-system-integrator-of-the-year-winners/f18928a537c1c6f2f2fa1c17862a12c8.html" title="CFE Media announces the 2017 System Integrator of the Year winners">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/interstates-control-systems-sioux-center-iowa/a4adc01e6149b5346629f747a15af780.html" title="Interstates Control Systems, Sioux Center, Iowa"><img src="https://www.controleng.com/uploads/_processed_/1/7/csm_2017_SIY_Interstate_Control_Systems_Jack_Woelber__President__Jeff_Miller__Dr._of_Project_Management_1Slider_a8b2c38304.jpg" width="100" height="72"   alt="Interstates Control Systems, Sioux Center, Iowa" title="Interstates Control Systems, Sioux Center, Iowa"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/interstates-control-systems-sioux-center-iowa/a4adc01e6149b5346629f747a15af780.html" title="Interstates Control Systems, Sioux Center, Iowa">Interstates Control Systems, Sioux Center, Iowa </a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/interstates-control-systems-sioux-center-iowa/a4adc01e6149b5346629f747a15af780.html" title="Interstates Control Systems, Sioux Center, Iowa"> Interstates Control Systems is the 2017 System Integrator of the Year for the Large System Integrator Technology. President Jack Woelber shares some of the company's success stories and advice.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/interstates-control-systems-sioux-center-iowa/a4adc01e6149b5346629f747a15af780.html" title="Interstates Control Systems, Sioux Center, Iowa">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
</div>
<div class="tab1_moreLinkHolder">&raquo; <a href="index.php?id=542" class="tab1_moreLink">More Videos</a></div></div>
                                    <!-- END tabs-2 -->
                                    <!-- BEGIN tabs-3 -->
                                  <div id="tabs-3">
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b04846d402edb689e366d0b" target="_blank" title="Advanced memory and data exchange system"><img src="https://www.controleng.com/uploads/_processed_/1/5/csm_CTL1806_WEB_IMG_Kaman_Amadeus_DataSystem_784631fcec.jpg" width="100" height="56"   alt="Advanced memory and data exchange system" title="Advanced memory and data exchange system"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b04846d402edb689e366d0b" target="_blank" title="Advanced memory and data exchange system">Advanced memory and data exchange system</a>
				</h2>
				<p>
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b04846d402edb689e366d0b" target="_blank" title="Advanced memory and data exchange system"> Kaman's Advanced Memory and Data Exchange Universal System (AMADEUS) includes the Model 9740 Multi-Port data transfer unit, which includes four removable memory cards (RMC) and a mini-ground station adapter (GSA).  </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b16a94d402edb6d872e1a93" target="_blank" title="Machine learning software upgraded"><img src="https://www.controleng.com/uploads/_processed_/a/4/csm_CTL1806_WEB_IMG_Seeq_R20_Software_53b22ae990.jpg" width="100" height="62"   alt="Machine learning software upgraded" title="Machine learning software upgraded"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b16a94d402edb6d872e1a93" target="_blank" title="Machine learning software upgraded">Machine learning software upgraded</a>
				</h2>
				<p>
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b16a94d402edb6d872e1a93" target="_blank" title="Machine learning software upgraded"> Seeq Corporation's R20 software application has been upgraded and is designed for oil and gas, pharmaceutical, chemical, energy, mining, food and beverage, and other process industries. </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b11723d402edb6d872de880" target="_blank" title="Host bus adapter for style storage devices"><img src="https://www.controleng.com/uploads/_processed_/8/6/csm_CTL1806_WEB_IMG_VadaTech_AMC641_SSD_f13fbccfc0.jpg" width="100" height="82"   alt="Host bus adapter for style storage devices" title="Host bus adapter for style storage devices"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b11723d402edb6d872de880" target="_blank" title="Host bus adapter for style storage devices">Host bus adapter for style storage devices</a>
				</h2>
				<p>
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b11723d402edb6d872de880" target="_blank" title="Host bus adapter for style storage devices"> VadaTech's AMC640 and AMC641 M.2 Host Bus Adapter (HBA) supports up to four M.2 type 2280 and/or 22110 style storage devices and provides high speed and low latency read/write. </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b0eeaae402edb689e36da43" target="_blank" title="Mass flow meter series for process control applications"><img src="https://www.controleng.com/uploads/_processed_/4/5/csm_CTL1806_WEB_IMG_FCI_ST50_MassFlowmeter_2cd1d60ed7.jpg" width="100" height="67"   alt="Mass flow meter series for process control applications" title="Mass flow meter series for process control applications"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b0eeaae402edb689e36da43" target="_blank" title="Mass flow meter series for process control applications">Mass flow meter series for process control applications</a>
				</h2>
				<p>
					<a href="https://gspplatform.cfemedia.com/pe/productProfile/5b0eeaae402edb689e36da43" target="_blank" title="Mass flow meter series for process control applications"> Fluid Components International's (FCI) ST50 Mass Flow Meter Series is designed to provide precision measurement of air to increase the efficiency of process control systems. </a>
				</p>
			</div>
		
</div>
<div class="tab1_moreLinkHolder">&raquo; <a href="index.php?id=8465" class="tab1_moreLink">More Products</a></div></div>
                                    <!-- END tabs-3 -->
                                    <!-- BEGIN tabs-4 -->
                                  <div id="tabs-4">
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://event.webcasts.com/starthere.jsp?ei=1182649&amp;tp_key=31b8f4fc9a" target="_blank" title="Webcast: Machine Vision for Automated Quality Inspection"><img src="https://www.controleng.com/fileadmin/_processed_/e/9/csm_controlenglogoweb_e2b92e0f51.jpg" width="100" height="33"   alt=""  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://event.webcasts.com/starthere.jsp?ei=1182649&amp;tp_key=31b8f4fc9a" target="_blank" title="Webcast: Machine Vision for Automated Quality Inspection">Webcast: Machine Vision for Automated Quality Inspection</a>
				</h2>
				<p>
					<a href="https://event.webcasts.com/starthere.jsp?ei=1182649&amp;tp_key=31b8f4fc9a" target="_blank" title="Webcast: Machine Vision for Automated Quality Inspection"> Visual inspection, done either on a sample basis or on a 100% basis, is a very common in the manufacturing world – especially in industrial products, CPG, F&B and many discrete productions. Over the past few decades, there have... </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/cfe-edu-launches-plcs-and-analog-signals-training-course/3c50b12a7967e83b5fe3bcc50bfae0af.html" title="CFE Edu launches PLCs and analog signals training course"><img src="https://www.controleng.com/uploads/_processed_/d/4/csm_CTL1711_WEB_CFEdu_AnalogPLCsSlider_9654ab4d98.jpg" width="100" height="72"   alt="CFE Edu launches PLCs and analog signals training course" title="CFE Edu launches PLCs and analog signals training course"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/cfe-edu-launches-plcs-and-analog-signals-training-course/3c50b12a7967e83b5fe3bcc50bfae0af.html" title="CFE Edu launches PLCs and analog signals training course">CFE Edu launches PLCs and analog signals training course</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/cfe-edu-launches-plcs-and-analog-signals-training-course/3c50b12a7967e83b5fe3bcc50bfae0af.html" title="CFE Edu launches PLCs and analog signals training course"> CFE Edu has launched a course that dives into the basics of programmable logic controllers (PLCs) and analog signals for continuing education and training.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/cfe-edu-launches-plcs-and-analog-signals-training-course/3c50b12a7967e83b5fe3bcc50bfae0af.html" title="CFE Edu launches PLCs and analog signals training course">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://event.webcasts.com/starthere.jsp?ei=1146351" target="_blank" title="Webcast: Leave My Things Alone – Getting Ready for IIoT"><img src="https://www.controleng.com/fileadmin/_processed_/e/9/csm_controlenglogoweb_e2b92e0f51.jpg" width="100" height="33"   alt=""  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://event.webcasts.com/starthere.jsp?ei=1146351" target="_blank" title="Webcast: Leave My Things Alone – Getting Ready for IIoT">Webcast: Leave My Things Alone – Getting Ready for IIoT</a>
				</h2>
				<p>
					<a href="https://event.webcasts.com/starthere.jsp?ei=1146351" target="_blank" title="Webcast: Leave My Things Alone – Getting Ready for IIoT"> You’ve read the headlines: The Industrial Internet of Thing (IIoT) is revolutionizing manufacturing, driving efficiencies and productivity across all areas of operations. But you’ve been doing it for decades, right? Join us on... </a>
				</p>
			</div>
		
</div>
<div class="tab1_moreLinkHolder">&raquo; <a href="index.php?id=7913" class="tab1_moreLink">More Education</a></div></div>
                                    <!-- END tabs-4 -->
                                    <!-- BEGIN tabs-5 -->
                                  <div id="tabs-5">
<div class="news-list-container">
		
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/achieving-profitable-efficiency-through-process-control/eccb56f39f31027c7fbf11b3de1d6608.html" title="Achieving profitable efficiency through process control"><img src="https://www.controleng.com/uploads/_processed_/2/c/csm_PLEx_Web_Img_TrainingWorker1_01_c3fadfed12.jpg" width="100" height="72"   alt="Achieving profitable efficiency through process control" title="Achieving profitable efficiency through process control"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/achieving-profitable-efficiency-through-process-control/eccb56f39f31027c7fbf11b3de1d6608.html" title="Achieving profitable efficiency through process control">Achieving profitable efficiency through process control</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/achieving-profitable-efficiency-through-process-control/eccb56f39f31027c7fbf11b3de1d6608.html" title="Achieving profitable efficiency through process control"> Profitable efficiency is profitability control cascaded to process control to maximize operational profitability in real time and improve financial as well as operational efficiency.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/achieving-profitable-efficiency-through-process-control/eccb56f39f31027c7fbf11b3de1d6608.html" title="Achieving profitable efficiency through process control">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/adjustments-for-digital-automation-platform/d73bbab4cdbec1dde55a92b4be0a4576.html" title="Adjustments for digital automation platform"><img src="https://www.controleng.com/uploads/_processed_/4/b/csm_CTLx_StoneShi_4534490173.jpg" width="75" height="100"   alt="Adjustments for digital automation platform" title="Adjustments for digital automation platform"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/adjustments-for-digital-automation-platform/d73bbab4cdbec1dde55a92b4be0a4576.html" title="Adjustments for digital automation platform">Adjustments for digital automation platform</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/adjustments-for-digital-automation-platform/d73bbab4cdbec1dde55a92b4be0a4576.html" title="Adjustments for digital automation platform"> Commentary: GE Predix business focus changes to meet market strength as other cloud-based industrial platforms gain footing.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/adjustments-for-digital-automation-platform/d73bbab4cdbec1dde55a92b4be0a4576.html" title="Adjustments for digital automation platform">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
			
			<div class="news-list-item">
				<a href="https://www.controleng.com/single-article/measuring-torque-with-angle-sensors/da018f20790893d04dcc4a79feacf938.html" title="Measuring torque with angle sensors"><img src="https://www.controleng.com/uploads/_processed_/e/8/csm_CTL1802_MAG3_BB_CEEurope_Torque_AngleSensors_Fig2_385b3af7d0.jpg" width="100" height="72"   alt="Measuring torque with angle sensors" title="Measuring torque with angle sensors"  border="0" /></a>
				<h2 class="list_news_title">
					<a href="https://www.controleng.com/single-article/measuring-torque-with-angle-sensors/da018f20790893d04dcc4a79feacf938.html" title="Measuring torque with angle sensors">Measuring torque with angle sensors</a>
				</h2>
				<p>
					<a href="https://www.controleng.com/single-article/measuring-torque-with-angle-sensors/da018f20790893d04dcc4a79feacf938.html" title="Measuring torque with angle sensors"> A technique for measuring torque with angle sensors first used in the 1950s is making a comeback due to new developments in inductive angle sensors.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/measuring-torque-with-angle-sensors/da018f20790893d04dcc4a79feacf938.html" title="Measuring torque with angle sensors">&nbsp;&raquo;&nbsp;more</a></span> </a>
				</p>
			</div>
		
</div>
<div class="tab1_moreLinkHolder">&raquo; <a href="magazine/international-editions.html" class="tab1_moreLink">More international</a></div></div>
                                    <!-- END tabs-5 -->
                                </div></div>
                                <!-- END hp_tab_holder_1 -->
                        </div>
                        <!-- END top_content_leftRev2012 -->
                        <!--BEGIN top_content_rightRev2012 -->
                        <div id="top_content_rightRev2012">
                          <div class="news_list_formatRev2012_bottom"><span class="blue_news_header"><a target="_top" href="index.php?id=490">Featured Content</a></span></div>
                          <div id="scrollingNewsHolder"><div class="news-list-container"><div class="news-list-item"><a href="https://www.controleng.com/single-article/process-instrumentation-market-projected-to-reach-16-billion-by-2022/b73069bd9130d713d6014fce927441f5.html"><img src="https://www.controleng.com/uploads/_processed_/a/8/csm_CTL1806_WEB_IMG_MCAA_Instrumentation_MarketProjection_237230f5b4.jpg" width="100" height="73"   alt="Process instrumentation market projected to reach $16 billion by 2022" title="Process instrumentation market projected to reach $16 billion by 2022"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/process-instrumentation-market-projected-to-reach-16-billion-by-2022/b73069bd9130d713d6014fce927441f5.html">Process instrumentation market projected to reach $16 billion by 2022</a></h1><p><a href="https://www.controleng.com/single-article/process-instrumentation-market-projected-to-reach-16-billion-by-2022/b73069bd9130d713d6014fce927441f5.html">The 2017 process instrumentation and automation market is projected to grow 3.7% by 2022 to a total of $16 billion according to the Measurement,...&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/top-5-best-practices-for-designing-hmi-for-mobile-devices/e0c7c6e4b75da0684e338ba8e781a953.html"><img src="https://www.controleng.com/uploads/_processed_/f/3/csm_CTL1806_MAG2_F2_HMI2mobile-MRO-Table2Slider_36b36584d6.jpg" width="100" height="73"   alt="Top 5 best practices for designing HMI for mobile devices" title="Top 5 best practices for designing HMI for mobile devices"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/top-5-best-practices-for-designing-hmi-for-mobile-devices/e0c7c6e4b75da0684e338ba8e781a953.html">Top 5 best practices for designing HMI for mobile devices</a></h1><p><a href="https://www.controleng.com/single-article/top-5-best-practices-for-designing-hmi-for-mobile-devices/e0c7c6e4b75da0684e338ba8e781a953.html">When designing human-machine interfaces (HMIs) for mobile devices consider critical factors such as navigation, layout, and system controls.&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/digital-technology-partnership-1-billion-equity-investment-announced/ad8ef754ce08a8839408f90dcfb14faa.html"><img src="https://www.controleng.com/uploads/_processed_/0/f/csm_CTLx_NetworkingIcon_22_73b8717260.jpg" width="100" height="72"   alt="Digital technology partnership, $1 billion equity investment announced" title="Digital technology partnership, $1 billion equity investment announced"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/digital-technology-partnership-1-billion-equity-investment-announced/ad8ef754ce08a8839408f90dcfb14faa.html">Digital technology partnership, $1 billion equity investment announced</a></h1><p><a href="https://www.controleng.com/single-article/digital-technology-partnership-1-billion-equity-investment-announced/ad8ef754ce08a8839408f90dcfb14faa.html">PTC Inc. and Rockwell Automation announced they have entered into a definitive agreement for a strategic partnership to enhance their digital...&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/untangling-indemnification-clauses/10791432142014a697b0e334f3f74946.html"><img src="https://www.controleng.com/uploads/_processed_/d/b/csm_CTL1806_WEB_LEG_Indemnification_Voigtmann_Clifford_bc34b362eb.jpg" width="100" height="73"   alt="Untangling indemnification clauses" title="Untangling indemnification clauses"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/untangling-indemnification-clauses/10791432142014a697b0e334f3f74946.html">Untangling indemnification clauses</a></h1><p><a href="https://www.controleng.com/single-article/untangling-indemnification-clauses/10791432142014a697b0e334f3f74946.html">What does it mean to indemnify an automation project customer or control system integrator?&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-jun-4-10/336d2cb7363e0a1f9c32359d7208649c.html"><img src="https://www.controleng.com/uploads/_processed_/9/2/csm_CTL1806_WEB_F1_AdvancedControls-VVD_Fig-3Slider_01_b45d7ac8cb.jpg" width="100" height="73"   alt="Top 5 Control Engineering articles Jun. 4-10" title="Top 5 Control Engineering articles Jun. 4-10"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-jun-4-10/336d2cb7363e0a1f9c32359d7208649c.html">Top 5 Control Engineering articles Jun. 4-10</a></h1><p><a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-jun-4-10/336d2cb7363e0a1f9c32359d7208649c.html">Articles about autotuning PID control, the 2018 Salary and Career Survey, remote technical training, motion control safety, and IT and OT convergence...&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/digital-twin-ais-designed-to-learn-at-the-edge/5976da71391175e8ad9e796fed3bb5d8.html"><img src="https://www.controleng.com/uploads/_processed_/b/b/csm_CTLx_NetworkingIcon_20_70c85e51cc.jpg" width="100" height="72"   alt="Digital twin AIs designed to learn at the edge" title="Digital twin AIs designed to learn at the edge"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/digital-twin-ais-designed-to-learn-at-the-edge/5976da71391175e8ad9e796fed3bb5d8.html">Digital twin AIs designed to learn at the edge</a></h1><p><a href="https://www.controleng.com/single-article/digital-twin-ais-designed-to-learn-at-the-edge/5976da71391175e8ad9e796fed3bb5d8.html">Artificial intelligence (AI) startup SWIM is aiming to democratize both AI and digital twin technologies by placing them at the edge without the need...&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/advanced-image-sensors-role-in-developing-autonomous-vehicles/fbcb0cd5f9d7a7c6814493053d927221.html"><img src="https://www.controleng.com/uploads/_processed_/7/6/csm_PLEx_Manufacturing_42_6913159171.jpg" width="100" height="98"   alt="Advanced image sensors' role in developing autonomous vehicles" title="Advanced image sensors' role in developing autonomous vehicles"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/advanced-image-sensors-role-in-developing-autonomous-vehicles/fbcb0cd5f9d7a7c6814493053d927221.html">Advanced image sensors' role in developing autonomous vehicles</a></h1><p><a href="https://www.controleng.com/single-article/advanced-image-sensors-role-in-developing-autonomous-vehicles/fbcb0cd5f9d7a7c6814493053d927221.html">Advances in machine vision technology are leading us closer to a future of driverless cars and trucks, but challenges such as the massive amount of...&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/six-best-practices-for-implementing-and-securing-iiot-products/9683b3aab804f6724dcf05a9b98f329d.html"><img src="https://www.controleng.com/uploads/_processed_/e/9/csm_CTLx_Cybericon_27_d2348e0e5f.jpg" width="100" height="72"   alt="Six best practices for implementing and securing IIoT products" title="Six best practices for implementing and securing IIoT products"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/six-best-practices-for-implementing-and-securing-iiot-products/9683b3aab804f6724dcf05a9b98f329d.html">Six best practices for implementing and securing IIoT products</a></h1><p><a href="https://www.controleng.com/single-article/six-best-practices-for-implementing-and-securing-iiot-products/9683b3aab804f6724dcf05a9b98f329d.html">The practice of “securing by design” can help companies protect against potential cyber attacks on Industrial Internet of Things (IIoT) products. &nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/case-study-iiot-effectiveness-on-the-plant-floor/7aee6038f4669758ff39ae60709778bc.html"><img src="https://www.controleng.com/uploads/_processed_/9/f/csm_CTL1806_MAG2_IM_Sensors_HFI_MartinCSI_HFI_Case_System_Architecture_Figure_1slider_e070bb0a76.jpg" width="100" height="73"   alt="Case study: IIoT effectiveness on the plant floor" title="Case study: IIoT effectiveness on the plant floor"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/case-study-iiot-effectiveness-on-the-plant-floor/7aee6038f4669758ff39ae60709778bc.html">Case study: IIoT effectiveness on the plant floor</a></h1><p><a href="https://www.controleng.com/single-article/case-study-iiot-effectiveness-on-the-plant-floor/7aee6038f4669758ff39ae60709778bc.html">Create and collect machine and sensor data to augment overall equipment effectiveness (OEE) and determine machine efficiency.&nbsp;»&nbsp;more</a></p></div><div class="news-list-item"><a href="https://www.controleng.com/single-article/3-d-vision-guided-robotics-creating-new-possibilities/4fb1b2ff3e716e7bbe5a0d97b0bee31d.html"><img src="https://www.controleng.com/uploads/_processed_/d/1/csm_PLEx_Robotics_Slider_22_904e43cbde.jpg" width="100" height="73"   alt="3-D vision-guided robotics creating new possibilities" title="3-D vision-guided robotics creating new possibilities"  border="0" /></a><h1 class="list_news_title"><a href="https://www.controleng.com/single-article/3-d-vision-guided-robotics-creating-new-possibilities/4fb1b2ff3e716e7bbe5a0d97b0bee31d.html">3-D vision-guided robotics creating new possibilities</a></h1><p><a href="https://www.controleng.com/single-article/3-d-vision-guided-robotics-creating-new-possibilities/4fb1b2ff3e716e7bbe5a0d97b0bee31d.html">3-D vision systems for vision-guided robotics (VGR) applications are creating entirely new possibilities and can be used to recognize objects, which...&nbsp;»&nbsp;more</a></p></div></div><div class="tab1_moreLinkHolder">&raquo; <a href="index.php?id=490" class="tab1_moreLink">More Featured Content</a></div></div>
                          <div id="middle_content_ad_holder" ><script async language='JavaScript' type='text/javascript' src='//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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:163&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>");
   console.log("Ad loaded");
//-->
</script></div>
                        </div>
                        <!--END top_content_rightRev2012-->
                    </div>
                    <!--END contentLevel1-->
                    <!--BEGIN contentLevel2-->
                    <div id="contentLevel2">
                            <!--BEGIN contentLevel2_ContentLeft-->
                            <div id="contentLevel2_ContentLeft">
                                <!--BEGIN contentLevel2_MarketingMod-->
                                <div id="contentLevel2_MarketingMod">
<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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:338&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>");
   console.log("Ad loaded");
//-->
</script>
</div>
                                <!--END contentLevel2_MarketingMod-->
                            </div>
                            <!--END contentLevel2_ContentLeft -->
                            <!--BEGIN contentLevel2_ContentRight-->
                            <div id="contentLevel2_ContentRight">
                                <!--BEGIN pollRev2012-->
                          <div id="pollRev2012"><script language='JavaScript' type='text/javascript' src='//cfemedia.gcnpublishing.com/openx/adx.js'></script>

<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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:163&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>");
   console.log("Ad loaded");
//-->
</script></div>
                                <!--END pollRev2012-->
                            </div>
                            <!--END contentLevel2_ContentRight  -->
                            <!--BEGIN hp_tab_holder_3-->
                            <div id="hp_tab_holder_3"><div id="hp_tabs_3">
                                    <ul>
                                        <li><a href="#tabs3-1">Events &amp; Awards</a></li>
                                        <li><a href="#tabs3-2">eGuides</a></li>
                                        <li><a href="#tabs3-3">Magazine Archives</a></li>
                                        <li><a href="#tabs3-4">Digital Reports</a></li>
                                        <li><a href="#tabs3-5">Global SI Database</a></li>
                                        <li><a href="#tabs3-6">Oil &amp; Gas Engineering</a></li>
                                        <li><a href="#tabs3-7">Survey Prize Winners</a></li>
                                        <li><a href="#tabs3-8">CFE Edu</a></li>
                                    </ul>
                                    <!-- BEGIN tab1 -->
                                    <div id="tabs3-1"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/events-and-awards/engineers-choice-awards.html" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/ctl_EngChoice_logo_254x180.jpg" width="254" height="180"   alt="Engineers' Choice Awards" title="Engineers' Choice Awards"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/events-and-awards/engineers-choice-awards.html" target="_blank">Engineers' Choice Awards</a></div>
                                <div class="tab3_contentSection_blurb">The Engineers' Choice Awards highlight some of the best new control, instrumentation and automation products as chosen by Control Engineering subscribers.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/events-and-awards/engineers-choice-awards.html">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="https://www.controleng.com/events-and-awards/system-integrator-giants.html"><img src="https://www.controleng.com/uploads/tx_templavoila/SI_Giants_Logo_2019_254x180.jpg" width="254" height="180"   alt="System Integrator Giants" title="System Integrator Giants"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="https://www.controleng.com/events-and-awards/system-integrator-giants.html">System Integrator Giants</a></div>
                                <div class="tab3_contentSection_blurb">The System Integrator Giants program lists the top 100 system integrators among companies listed in CFE Media's Global System Integrator Database.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="https://www.controleng.com/events-and-awards/system-integrator-giants.html">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionNoDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=11477" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTLxPLE_SIYlogo_2019_254x180.jpg" width="254" height="180"   alt="System Integrator of the Year" title="System Integrator of the Year"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=11477" target="_blank">System Integrator of the Year</a></div>
                                <div class="tab3_contentSection_blurb">Each year, a panel of Control Engineering and Plant Engineering editors and industry expert judges select the System Integrator of the Year Award winners in three categories.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=11477">More</a></div>
                            </div></div>
                                    <!-- END tab1 -->
                                    <!-- BEGIN tab2 -->
                                    <div id="tabs3-2"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=14155&amp;OCVALIDATE" target="_blank"><img src="https://www.controleng.com/uploads/_processed_/a/b/csm_Dalsa_eGuide_thumb_1480621915.jpg" width="254" height="196"   alt="How to Maximize Factory Automation Efficiency with Low Cost Machine Vision" title="How to Maximize Factory Automation Efficiency with Low Cost Machine Vision"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=14155&amp;OCVALIDATE" target="_blank">How to Maximize Factory Automation Efficiency with Low Cost Machine Vision</a></div>
                                <div class="tab3_contentSection_blurb">This eGuide illustrates solutions, applications and benefits of machine vision systems.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=14155&OCVALIDATE">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=9701" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/Moxa_eGuide.jpg" width="226" height="175"   alt="Wireless Reliability in Harsh Environments" title="Wireless Reliability in Harsh Environments"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=9701" target="_blank">Wireless Reliability in Harsh Environments</a></div>
                                <div class="tab3_contentSection_blurb">Learn how to increase device reliability in harsh environments and decrease unplanned system downtime.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=9701">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://processautomationinfo.com/45" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/ABB_eGuide.jpg" width="227" height="175"   alt="Human Factors and the Impact on Plant Safety" title="Human Factors and the Impact on Plant Safety"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://processautomationinfo.com/45" target="_blank">Human Factors and the Impact on Plant Safety</a></div>
                                <div class="tab3_contentSection_blurb">This eGuide contains a series of articles and videos that considers theoretical and practical; immediate needs and a look into the future.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://processautomationinfo.com/45">More</a></div>
                            </div></div>
                                    <!-- END tab2 -->
                                    <!-- BEGIN tab3 -->
                                    <div id="tabs3-3"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=495791" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1805Cover_254x180.jpg" width="254" height="180"   alt="May 2018" title="May 2018"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=495791" target="_blank">May 2018</a></div>
                                <div class="tab3_contentSection_blurb">Salary and Career Survey, IT and OT convergence, robotic standards and safety, secure circuit protection</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=495791">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=488616" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1804Cover_254x180.jpg" width="254" height="180"   alt="April 2018" title="April 2018"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=488616" target="_blank">April 2018</a></div>
                                <div class="tab3_contentSection_blurb">Cybersecurity best practices, artificial intelligence, robotic additive manufacturing, embedded systems, IIoT integration, energy efficiency</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=488616">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=482230" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1803_WEBCover_254x180.jpg" width="254" height="180"   alt="March 2018" title="March 2018"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=482230" target="_blank">March 2018</a></div>
                                <div class="tab3_contentSection_blurb">Digitalization integration, process sensors, edge computing, fog computing, condition monitoring, and motors</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=482230">More</a></div>
                            </div></div>
                                    <!-- END tab3 -->
                                    <!-- BEGIN tab4 -->
                                    <div id="tabs3-4"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=18921" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/EdgeComputingDR_254x180.jpg" width="254" height="180"   alt="Edge Computing" title="Edge Computing"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=18921" target="_blank">Edge Computing</a></div>
                                <div class="tab3_contentSection_blurb">This article collection contains several articles on how today's technologies heap benefits onto an edge-computing architecture such as faster computing, better networking, more memory, smarter analytics, cloud-based intelligence, and lower costs.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=18921">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=17449&amp;ADMCMD_cooluri=1" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/IIoTMachinesDR2018.jpg" width="254" height="180"   alt="IIoT: Machines, Equipment, &amp; Asset Management" title="IIoT: Machines, Equipment, &amp; Asset Management"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=17449&amp;ADMCMD_cooluri=1" target="_blank">IIoT: Machines, Equipment, & Asset Management</a></div>
                                <div class="tab3_contentSection_blurb">Articles in this digital report highlight technologies that enable Industrial Internet of Things, IIoT-related products and strategies. </div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=17449&ADMCMD_cooluri=1">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="https://www.controleng.com/index.php?id=17991&amp;ADMCMD_cooluri=1" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/PLCDR2018.jpg" width="254" height="180"   alt="PLCs" title="PLCs"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="https://www.controleng.com/index.php?id=17991&amp;ADMCMD_cooluri=1" target="_blank">PLCs</a></div>
                                <div class="tab3_contentSection_blurb">Programmable logic controllers (PLCs) represent the logic (decision) part of the control loop of sense, decide, and actuate. Featured articles in this digital report compare PLCs and programmable automation controllers (PACs), industrial PCs, and robotic controllers.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="https://www.controleng.com/index.php?id=17991&ADMCMD_cooluri=1">More</a></div>
                            </div></div>
                                    <!-- END tab4 -->
                                    <!-- BEGIN tab5 -->
                                    <div id="tabs3-5"><div id="si-database-container">
	<div class="image-container">
		<a href="http://gspplatform.cfemedia.com/si/" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/SI_Database_LogoandTitleStackedwithCFEMedia-min_01.jpg" width="997" height="418"   alt="SIDB" title="SIDB"  border="0" /></a>
	</div>
	<div id="form-container">
        <form name='search-form'>
		<div id="blurb"><p><p>Find and connect with the most suitable service provider for your unique application. Start searching the Global System Integrator Database Now!</p></p></div>
                <div id="input-row">
                    <input type='text' name='search' id="search" value='' placeholder="Keyword Search" />
		    <button type="submit" id="search-button">Search</button>
                </div>
		</form>
	</div>
</div></div>
                                    <!-- END tab5 -->
                                    <!-- BEGIN tab6 -->
                                    <div id="tabs3-6"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=488619" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/OGE1804_Cover254x180.jpg" width="254" height="180"   alt="April 2018" title="April 2018"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=488619" target="_blank">April 2018</a></div>
                                <div class="tab3_contentSection_blurb">ROVs, rigs, and the real time; wellsite valve manifolds; AI on a chip; analytics use for pipelines</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=488619">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=474112" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/OGE1802Cover_254x180.jpg" width="254" height="180"   alt="February 2018" title="February 2018"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=474112" target="_blank">February 2018</a></div>
                                <div class="tab3_contentSection_blurb">Focus on power systems, process safety, electrical and power systems, edge computing in the oil &amp; gas industry</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=474112">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://bt.e-ditionsbyfry.com/publication?i=461894" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/OGE1712_Cover_254x180_01.jpg" width="254" height="180"   alt="December 2017" title="December 2017"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://bt.e-ditionsbyfry.com/publication?i=461894" target="_blank">December 2017</a></div>
                                <div class="tab3_contentSection_blurb">Product of the Year winners, Pattern recognition, Engineering analytics, Revitalize older pump installations</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://bt.e-ditionsbyfry.com/publication?i=461894">More</a></div>
                            </div></div>
                                    <!-- END tab6 -->
                                    <!-- BEGIN tab7 -->
                                    <div id="tabs3-7"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=16727" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1712_WEB_IMG_Ayuk_John_100x100.jpg" width="100" height="100"   alt="John O. Ayuk, PE, CFSE, PMP, CAP" title="John O. Ayuk, PE, CFSE, PMP, CAP"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=16727" target="_blank">John O. Ayuk, PE, CFSE, PMP, CAP</a></div>
                                <div class="tab3_contentSection_blurb">Automation Engineer; Wood Group</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=16727">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="http://www.controleng.com/index.php?id=16727" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1712_WEB_IMG_Baker_Doug_100x100.jpg" width="100" height="100"   alt="Doug Baker" title="Doug Baker"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="http://www.controleng.com/index.php?id=16727" target="_blank">Doug Baker</a></div>
                                <div class="tab3_contentSection_blurb">System Integrator; Cross Integrated Systems Group</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="http://www.controleng.com/index.php?id=16727">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><img src="https://www.controleng.com/uploads/tx_templavoila/CTL1712_WEB_IMG_Vasquez_Jose_100x100_01.jpg" width="100" height="100"   alt="Jose S. Vasquez, Jr." title="Jose S. Vasquez, Jr."  border="0" /></div>
                                <div class="tab3_contentSection_heading">Jose S. Vasquez, Jr.</div>
                                <div class="tab3_contentSection_blurb">Fire &amp; Life Safety Engineer; Technip USA Inc.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="">More</a></div>
                            </div></div>
                                    <!-- END tab7 -->
                                    <div id="tabs3-8"><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="https://cfeedu.cfemedia.com/courses/data-centers-impacts-of-climate-and-cooling-technology-on-data-center-energy-use" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CFEEdu_DataCenter_254x180.jpg" width="254" height="180"   alt="Data Centers: Impacts of Climate and Cooling Technology" title="Data Centers: Impacts of Climate and Cooling Technology"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="https://cfeedu.cfemedia.com/courses/data-centers-impacts-of-climate-and-cooling-technology-on-data-center-energy-use" target="_blank">Data Centers: Impacts of Climate and Cooling Technology</a></div>
                                <div class="tab3_contentSection_blurb">This course focuses on climate analysis, appropriateness of cooling system selection, and combining cooling systems.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="https://cfeedu.cfemedia.com/courses/data-centers-impacts-of-climate-and-cooling-technology-on-data-center-energy-use">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="https://cfeedu.cfemedia.com/courses/arc-flash-101" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CFEEdu_ArcFlash_254x180.jpg" width="254" height="180"   alt="Safety First: Arc Flash 101" title="Safety First: Arc Flash 101"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="https://cfeedu.cfemedia.com/courses/arc-flash-101" target="_blank">Safety First: Arc Flash 101</a></div>
                                <div class="tab3_contentSection_blurb">This course will help identify and reveal electrical hazards and identify the solutions to implementing and maintaining a safe work environment.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="https://cfeedu.cfemedia.com/courses/arc-flash-101">More</a></div>
                            </div><div class="tab3_ContentSection tab3_ContentSectionDivider">
                                <div class="tab3_contentSection_image"><a href="https://cfeedu.cfemedia.com/courses/critical-power-hospitalelectricalsystems" target="_blank"><img src="https://www.controleng.com/uploads/tx_templavoila/CFEEdu_Hospital_254x180_01.jpg" width="254" height="180"   alt="Critical Power: Hospital Electrical Systems" title="Critical Power: Hospital Electrical Systems"  border="0" /></a></div>
                                <div class="tab3_contentSection_heading"><a href="https://cfeedu.cfemedia.com/courses/critical-power-hospitalelectricalsystems" target="_blank">Critical Power: Hospital Electrical Systems</a></div>
                                <div class="tab3_contentSection_blurb">This course explains how maintaining power and communication systems through emergency power-generation systems is critical.</div>

                                <div class="tab3_contentSection_moreLink">&raquo; <a href="https://cfeedu.cfemedia.com/courses/critical-power-hospitalelectricalsystems">More</a></div>
                            </div></div>
                                    <!-- END tab8 -->
                                </div></div>
                            <!--END hp_tab_holder_3-->
                    </div>
                    <!--END contentLevel2-->
                  <!--TYPO3SEARCH_end--></div>
<!-- END of content -->

<!-- skyscraper AD right -->

        <div class="far_right_news">      <div class="eventIcon_ce">
<!--/* Revive Adserver Javascript Tag v3.0.2 */-->

<!--/*
  * The backup image section of this tag has been generated for use on a
  * non-SSL page. If this tag is to be placed on an SSL page, change the
  *   'http://cfemedia.gcnpublishing.com/openx/www/delivery/...'
  * to
  *   'https://cfemedia.gcnpublishing.com/openx/www/delivery/...'
  *
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */-->

<script async type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://cfemedia.gcnpublishing.com/openx/www/delivery/ajs.php':'http://cfemedia.gcnpublishing.com/openx/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=540");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='https://cfemedia.gcnpublishing.com/openx/www/delivery/ck.php?n=aeb8f51a&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='https://cfemedia.gcnpublishing.com/openx/www/delivery/avw.php?zoneid=540&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=aeb8f51a' border='0' alt='' /></a></noscript>
  </div><div class="news_list_formatRev2012_farRight"><div class="csc-header csc-header-n2"><span class="blue_news_header"><a target="_top" href="index.php?id=490">Recent News</a></span></div></div><div class="farRight_moreLinkHolder">&raquo; <a href="index.php?id=490" class="tab1_moreLink">More News</a></div></div>
	<div class="rightADcontainer"><script async language='JavaScript' type='text/javascript' src='//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 ("//cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:4&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>");
   console.log("Ad loaded");
//-->
</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-may-2-2018.html">Machine Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-advanced-control/process-advanced-control-may-1-2018.html">Process and Advanced Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-instrumentation/process-instrumentation-apr-17-2018.html">Process Instrumentation and Sensors Newsletter</a><a href="https://www.controleng.com/newsletter/ce-safety-cyber-security/safety-cybersecurity-may-10-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-may-9-2018.html">System Integration Newsletter</a><a href="https://www.controleng.com/newsletter/ce-information-control-monthly-2012/information-control-mar-22-2018.html">Information Control Newsletter</a><a href="https://www.controleng.com/index.php?id=18863&amp;ADMCMD_cooluri=1">New Products for Engineers Showcase</a><a href="http://www.controleng.com/index.php?id=18737&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="https://www.controleng.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="//www.controleng.com/" class="bottomLogoLink"><div id="footerLogo"></div></a><a href="http://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>