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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

	/* Positioning of images: */

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

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

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

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

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

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

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

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

	/* Browser fixes: */

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

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

	/* Table background colors: */

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

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


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




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

</head>
<body>


<!-- BEGIN WRAPPER -->
<div id="wrapper">
<!-- Header -->
	<div id="Header"><a href="https://www.controleng.com/"><div id="controlenglogo"></div></a><div id="Leaderboard"><ins data-revive-zoneid="2710" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone: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>");
</script>
-->
</div>    <div id="internationalIcons">
  <div id="international_icon_label">International Editions</div>
  <div id="icon1" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controleng.com/">CE USA</a>
    <a target="_blank" class="int_icon" href="https://www.controleng.com/"><img alt="CE USA" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_usa.png" /></a>
  </div>
  <div id="icon2" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.cechina.cn/">CE China</a>
    <a target="_blank" class="int_icon" href="https://www.cechina.cn/"><img alt="CE China" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_china.png" /></a>
  </div>
  <div id="icon3" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengeurope.com/">CE Europe</a>
    <a target="_blank" class="int_icon" href="https://www.controlengeurope.com/"><img alt="CE Europe" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_europe.png" /></a>
  </div>
  <div id="icon4" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengrussia.com/">CE Russia</a>
    <a target="_blank" class="int_icon" href="https://www.controlengrussia.com/"><img alt="CE Russia" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_russia.png" /></a>
  </div>
  <div id="icon5" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengineering.pl/">CE Poland</a>
    <a target="_blank" class="int_icon" href="https://www.controlengineering.pl/"><img alt="CE Poland" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_poland.png" /></a>
  </div>
  <div id="icon6" class="icon_holder">
    <a target="_blank" class="int_icon_caption" href="https://www.controlengcesko.com/">CE Czech</a>
    <a target="_blank" class="int_icon" href="https://www.controlengcesko.com/"><img alt="CE Czech" src="https://www.controleng.com/fileadmin/templates/redesign2012/images/intl_icons/icon_czech.png" /></a>
  </div>
</div><div id="loginContainer"></div>      <div id="topnav">
        <a href="https://www.controleng.com/about-us/advertise.html"><div class="buttontop"><p class="btnDescriptiontop">Advertise</p></div></a>
        <a href="https://www.controleng.com/magazine.html"><div class="buttontop"><p class="btnDescriptiontop">Magazine</p></div></a>
        <a href="https://www.controleng.com/newsletter-page.html"><div class="buttontop"><p class="btnDescriptiontop">Newsletters</p></div></a>
        <a href="https://www.controleng.com/media-library/webcast-archive.html"><div class="buttontop"><p class="btnDescriptiontop">Webcasts</p></div></a>
        <a href="https://www.controleng.com/media-library/research.html"><div class="buttontop"><p class="btnDescriptiontop">Research</p></div></a>    
  </div>  
<div id="searchSection">
<form id="tx-solr-searchbox" action='/solr-search.html' method="get" accept-charset="utf-8">
      
      <input type="text" class="simpleSearch" name="q" value="" placeholder="Search">
      <input type="image" src="/fileadmin/images/search_box_icon.png" class="searchbox-bt" alt="Search">

</form>

<div class="search_sponsor_container">
  <span class="sponsoredByTextStyle">Sponsored by:</span>
  <span class="sponsoredByBanner">
<ins data-revive-zoneid="2740" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
  <script language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:547&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
  </script>
-->
  </span>
</div>
</div>
<div id="socialLinksContainer">
  <div id="social_1">
  <a href="https://www.linkedin.com/groups?gid=1967039" target="CFE_Social"><img alt="linked in" title="linked in" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/linkedin.png" /></a>
  </div>
  <div id="social_2">
  <a href="https://twitter.com/controlengtips" target="CFE_Social"><img alt="twitter" title="twitter" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/twitter.png" /></a>
  </div>
  <div id="social_3">
  <a href="https://www.facebook.com/ControlEngineeringMagazine" target="CFE_Social"><img alt="facebook" title="facebook" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_facebook_22h.png" /></a>
  </div>
  <div id="social_4">
  <a href="https://plus.google.com/u/0/116037444727628777253#116037444727628777253/posts" target="CFE_Social"><img alt="Google+" title="Google+" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_gplus_22h.png" /></a>
  </div>
  <!--<div id="social_5">
  <a href="industry-news/rss-feeds.html"><img alt="rss" title="rss" class="img_no_border" src="/fileadmin/templates/redesign2012/images/logo_rss_22h.png" /></a>
  </div>-->
  <div id="social_6">
  <a href="https://www.slideshare.net/ControlEng" target="CFE_Social"><img alt="slideShare" title="slideShare" class="img_no_border" src="/fileadmin/templates/Redesign_2013_V2/images/socialicons/slideshare.png" /></a>
  </div>
</div>
<!-- END of Header -->
<!-- Navigation -->    
<div id="nav">
    <div class="button">IIoT</div>
    <div class="button"><a style="padding:0px;" href="https://gspplatform.cfemedia.com/pe/home" target="newTab">New Products</a></div>
    <div class="button">Control Systems</div>
    <div class="button">Process Manufacturing</div>
    <div class="button">Discrete Manufacturing</div>
    <div class="button">System Integration</div>
    <div class="button">Networking & Security</div>
    <div class="button">Info Management</div>
    <div class="button">Education & Training</div>
</div>
<div id="subnav">
    <div id="cfeSubMenu_1" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/iiot/iiot-industrie-40">IIoT, Industrie 4.0</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/iiot/virtualization-cloud-analytics-edge">Virtualization, Cloud, Analytics, Edge</a></div> -->
        <div class="cfeSubMenuItem"><a href="/iiot/cyber-security">Cybersecurity</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/iiot/ethernet">Ethernet</a></div>
        <div class="cfeSubMenuItem"><a href="/iiot/wireless">Wireless</a></div> -->
        <div class="cfeSubMenuItem"><a href="/iiot/mobility">Mobility</a></div>
        <div class="cfeSubMenuItem"><a href="/iiot/asset-management">Asset Management</a></div>
    </div>

    <div id="cfeSubMenu_2" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">All Products</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Control System </a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Process Manufacturing</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Discrete Manufacturing</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">System Integration</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Networking & Security</a></div>
        <div class="cfeSubMenuItem"><a href="https://gspplatform.cfemedia.com/pe/home">Info Management</a></div>
    </div>

    <div id="cfeSubMenu_3" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/control-systems/plcs-pacs">PLCs, PACs</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/control-systems/cnc-motion-control">CNC, Motion Control</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/pid-adv-control">PID, Adv. Control</a></div> -->
        <div class="cfeSubMenuItem"><a href="/control-systems/embedded-systems">Embedded Systems</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/dedicated-controls">Dedicated Controls</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/control-systems/industrial-pcs">Industrial PCs</a></div>
        <div class="cfeSubMenuItem"><a href="/control-systems/hmi-oi">HMI, OI</a></div> -->
    </div>
    <div id="cfeSubMenu_4" class="cfeSubMenu">
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/io-modules-daq">I/O Modules, DAQ</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/simulators-optimizers">Simulators, Optimizers</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/diagnostics-asset-mgt">Diagnostics, Asset Mgt.</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/process-safety">Process Safety</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/pid-apc">PID, APC</a></div>
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/sensors-actuators">Sensors, Actuators</a></div>
        <!-- <div class="cfeSubMenuItem"><a href="/process-manufacturing/hmi-oi">HMI, OI</a></div> -->
        <div class="cfeSubMenuItem"><a href="/process-manufacturing/dcs-scada-controllers">DCS, SCADA, Controllers</a></div>
    </div>
    <div id="cfeSubMenu_5" class="cfeSubMenu">
        <div style="margin-left:145px;">
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/mechatronics">Mechatronics</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/machine-safety">Machine Safety</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/plcs-pacs">PLCs, PACs</a></div> -->
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/motors-drives">Motors, Drives</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/sensors-vision">Sensors, Vision</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/robotics">Robotics</a></div>
            <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/cnc-motion-control">CNC, Motion Control</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/discrete-manufacturing/hmi-oi">HMI, OI</a></div> -->
        </div>
    </div>
    <div id="cfeSubMenu_6" class="cfeSubMenu">
        <div style="margin-left: 420px;">
            <div class="cfeSubMenuItem"><a href="/system-integration/system-integrators">System Integrators</a></div>
            <!-- <div class="cfeSubMenuItem"><a href="/system-integration/asset-management">Asset Management</a></div> -->
            <div class="cfeSubMenuItem"><a href="/system-integration/project-management">Project Management</a></div>
            <div class="cfeSubMenuItem"><a href="/system-integration/energy-efficiency">Energy Efficiency</a></div>
            <div class="cfeSubMenuItem"><a href="/system-integration/energy-power">Energy, Power</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_7" class="cfeSubMenu">
        <div style="margin-left: 420px;">
            <div class="cfeSubMenuItem"><a href="/networking-security/virtualization-cloud">Virtualization, Cloud</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/cyber-security">Cybersecurity</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/ethernet">Ethernet</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/wireless">Wireless</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/other-networks">Other Networks</a></div>
            <div class="cfeSubMenuItem"><a href="/networking-security/io-systems-modules">I/O Systems, Modules</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_8" class="cfeSubMenu">
        <div style="margin-left: 559px;">
            <div class="cfeSubMenuItem"><a href="/info-management/hmi-oi">HMI, OI</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/mobility">Mobility</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/plm-control-design">PLM, Control Design</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/manufacturing-it-mes">Manufacturing IT, MES</a></div>
            <div class="cfeSubMenuItem"><a href="/info-management/industrial-pcs">Industrial PCs</a></div>
        </div>
    </div>
    <div id="cfeSubMenu_9" class="cfeSubMenu">
        <div style="margin-left: 420px;" class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Research</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Online Training Center</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Case Studies</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Webcasts</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">eGuides</a></div>
        <div class="cfeSubMenuItem"><a href="/education-&-training/education-&-training">Videos</a></div>
    </div>

</div>
</div>
<!-- END of Navigation -->
<!-- Skyscraper ADs Left -->

	<div class="leftADcontainer"><div class="skyscraper_holder"><ins data-revive-zoneid="2807" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:533&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);   
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2806" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:523&amp;target=");
   document.write ("&amp;exclude=" + document.phpAds_used);
   var _t = '';
   if (typeof ocOpxTarget == 'function') _t = ocOpxTarget();
   if (_t.length > 0) document.write ("&amp;" + _t);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));

   document.write ("'><" + "/script>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2707" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone: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>");
</script>
--></div><div class="skyscraper_holder"><ins data-revive-zoneid="2708" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone: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>");
</script>
-->
</div></div>
<!-- END of Skyscraper ADs Left -->

<!-- content -->
<div id="main_content_section"><!--TYPO3SEARCH_begin--><h2>More News</h2>
<div class="more-news">
  <div class="news-list-container">
      
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/four-challenges-for-aerospace-robots/d04acc5bb097c32e60a829b10fc8c1c9.html" title="Four challenges for aerospace robots"><img src="https://www.controleng.com/uploads/_processed_/1/5/csm_PLEx_Robotics_Slider_39_5614a78362.jpg" width="100" height="72"   alt="Four challenges for aerospace robots" title="Four challenges for aerospace robots"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/four-challenges-for-aerospace-robots/d04acc5bb097c32e60a829b10fc8c1c9.html" title="Four challenges for aerospace robots">Four challenges for aerospace robots</a>
        </h2>
        <a href="https://www.controleng.com/single-article/four-challenges-for-aerospace-robots/d04acc5bb097c32e60a829b10fc8c1c9.html" title="Four challenges for aerospace robots">The aerospace industry is a tough, exacting industry. Robot users and integrators face challenges such as increased human-robot collaboration and the constant demand for precision and efficiency.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/four-challenges-for-aerospace-robots/d04acc5bb097c32e60a829b10fc8c1c9.html" title="Four challenges for aerospace robots">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/machines-learning-language-like-kids/e99df4ba0bf8841eae66160bfbe781f4.html" title="Machines learning language like kids"><img src="https://www.controleng.com/uploads/_processed_/6/1/csm_CTL1811_WEB_IMG_MIT_SemanticParser_184e3c1de8.jpg" width="100" height="72"   alt="Machines learning language like kids" title="Machines learning language like kids"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/machines-learning-language-like-kids/e99df4ba0bf8841eae66160bfbe781f4.html" title="Machines learning language like kids">Machines learning language like kids</a>
        </h2>
        <a href="https://www.controleng.com/single-article/machines-learning-language-like-kids/e99df4ba0bf8841eae66160bfbe781f4.html" title="Machines learning language like kids">MIT researchers have developed a semantic parser that learns through observation to more closely mimic a child’s language-acquisition process, which could greatly extend computing’s capabilities.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/machines-learning-language-like-kids/e99df4ba0bf8841eae66160bfbe781f4.html" title="Machines learning language like kids">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/front-of-mind-ai-in-manufacturing/083ad474c02b2d3256255a637bd220e7.html" title="Front of mind: AI in manufacturing"><img src="https://www.controleng.com/uploads/_processed_/8/4/csm_CTLx_Polandslider_3230582ab1.jpg" width="100" height="72"   alt="Front of mind: AI in manufacturing" title="Front of mind: AI in manufacturing"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/front-of-mind-ai-in-manufacturing/083ad474c02b2d3256255a637bd220e7.html" title="Front of mind: AI in manufacturing">Front of mind: AI in manufacturing</a>
        </h2>
        <a href="https://www.controleng.com/single-article/front-of-mind-ai-in-manufacturing/083ad474c02b2d3256255a637bd220e7.html" title="Front of mind: AI in manufacturing">Control Engineering Poland: Expectations are high among manufacturers for the ability of artificial intelligence (AI) to improve processes and profitability. New research shows that companies able to sort the systems and...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/front-of-mind-ai-in-manufacturing/083ad474c02b2d3256255a637bd220e7.html" title="Front of mind: AI in manufacturing">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks"><img src="https://www.controleng.com/uploads/_processed_/e/1/csm_CTLx_NetworkingIcon_29_f11c06e811.jpg" width="100" height="72"   alt="Standardization and harmonization activities extended for Ethernet networks" title="Standardization and harmonization activities extended for Ethernet networks"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks">Standardization and harmonization activities extended for Ethernet networks</a>
        </h2>
        <a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks">The OPC Foundation has launched an initiative to further enable OPC UA adoption by extending standardization and harmonization activities for OPC UA including TSN-enabled Ethernet networks.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/standardization-and-harmonization-activities-extended-for-ethernet-networks/a2c89da8975a7ac6830d1f9547a62e28.html" title="Standardization and harmonization activities extended for Ethernet networks">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing"><img src="https://www.controleng.com/uploads/_processed_/e/5/csm_CTL1812_WEB_TU_Wireless-LimbleCMMS-BryanChristiansen_headshot_f02d2867c3.jpg" width="100" height="72"   alt="Applicability of wireless technology for manufacturing" title="Applicability of wireless technology for manufacturing"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing">Applicability of wireless technology for manufacturing</a>
        </h2>
        <a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing">Wireless manufacturing applications include machine-to-human and machine-to-machine (M2M) communications. Can wireless applications augment your manufacturing productivity or that of your customers? <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/applicability-of-wireless-technology-for-manufacturing/35f791b4973e2ccd40d9be5b16b4c936.html" title="Applicability of wireless technology for manufacturing">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/vote-now-for-2019-engineers-choice-finalists/e80af5063f639a67c6d4fc37f6dd87b6.html" title="Vote now for 2019 Engineers' Choice Finalists"><img src="https://www.controleng.com/uploads/_processed_/6/1/csm_CTLx_ENG_19EngAward_Finalists_485x350_379cfbcf79.jpg" width="100" height="72"   alt=""  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/vote-now-for-2019-engineers-choice-finalists/e80af5063f639a67c6d4fc37f6dd87b6.html" title="Vote now for 2019 Engineers' Choice Finalists">Vote now for 2019 Engineers' Choice Finalists</a>
        </h2>
        <a href="https://www.controleng.com/single-article/vote-now-for-2019-engineers-choice-finalists/e80af5063f639a67c6d4fc37f6dd87b6.html" title="Vote now for 2019 Engineers' Choice Finalists">The official ballot is open for voting for Control Engineering North American print and digital edition subscribers, for a limited time. Review finalists and vote by using CFE Media's New Products for Engineers platform.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/vote-now-for-2019-engineers-choice-finalists/e80af5063f639a67c6d4fc37f6dd87b6.html" title="Vote now for 2019 Engineers' Choice Finalists">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/how-to-manage-multi-vendor-motion-control-architectures/b20edbaa1c55ae7712eedac83869c491.html" title="How to manage multi-vendor motion control architectures"><img src="https://www.controleng.com/uploads/_processed_/7/e/csm_CTL1810_MAG2_F4_Drives-Beckhoff-x1_4ee1609f9a.jpg" width="100" height="72"   alt="How to manage multi-vendor motion control architectures" title="How to manage multi-vendor motion control architectures"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/how-to-manage-multi-vendor-motion-control-architectures/b20edbaa1c55ae7712eedac83869c491.html" title="How to manage multi-vendor motion control architectures">How to manage multi-vendor motion control architectures</a>
        </h2>
        <a href="https://www.controleng.com/single-article/how-to-manage-multi-vendor-motion-control-architectures/b20edbaa1c55ae7712eedac83869c491.html" title="How to manage multi-vendor motion control architectures">Manufacturers and machine builders may be required to match motors and drives from different brands; careful design considerations can yield successful applications.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/how-to-manage-multi-vendor-motion-control-architectures/b20edbaa1c55ae7712eedac83869c491.html" title="How to manage multi-vendor motion control architectures">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/enhancing-overcurrent-protection-with-nfpa-70/80a647dd192b2a1a8d6e1db5988cdac2.html" title="Enhancing overcurrent protection with NFPA 70"><img src="https://www.controleng.com/uploads/_processed_/c/d/csm_PLEx_Web_Img_ElectricBreakersPanel_05_e156dae392.jpg" width="100" height="72"   alt="Enhancing overcurrent protection with NFPA 70" title="Enhancing overcurrent protection with NFPA 70"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/enhancing-overcurrent-protection-with-nfpa-70/80a647dd192b2a1a8d6e1db5988cdac2.html" title="Enhancing overcurrent protection with NFPA 70">Enhancing overcurrent protection with NFPA 70</a>
        </h2>
        <a href="https://www.controleng.com/single-article/enhancing-overcurrent-protection-with-nfpa-70/80a647dd192b2a1a8d6e1db5988cdac2.html" title="Enhancing overcurrent protection with NFPA 70">Understanding NFPA’s National Electrical Code (NEC) Section 240.87 is critical to plant and worker safety.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/enhancing-overcurrent-protection-with-nfpa-70/80a647dd192b2a1a8d6e1db5988cdac2.html" title="Enhancing overcurrent protection with NFPA 70">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-november-5-11/daa4ce1e48281dd9e52f5d69df233212.html" title="Top 5 Control Engineering articles November 5-11"><img src="https://www.controleng.com/uploads/_processed_/e/6/csm_CTL1811_MAG2_F1_Instrumentation-Tuning-Kern-tipsslider_01_4d1b23ccbf.jpg" width="100" height="72"   alt="Top 5 Control Engineering articles November 5-11" title="Top 5 Control Engineering articles November 5-11"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-november-5-11/daa4ce1e48281dd9e52f5d69df233212.html" title="Top 5 Control Engineering articles November 5-11">Top 5 Control Engineering articles November 5-11</a>
        </h2>
        <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-november-5-11/daa4ce1e48281dd9e52f5d69df233212.html" title="Top 5 Control Engineering articles November 5-11">Articles about tuning tips, Engineers' Choice finalists, pharmaceutical manufacturers, machine metrics, and functional safety were Control Engineering’s five most clicked articles from November 5-11, 2018. Miss something? You can...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-november-5-11/daa4ce1e48281dd9e52f5d69df233212.html" title="Top 5 Control Engineering articles November 5-11">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/four-potential-futuristic-attributes-of-collaborative-robots/e70915e2265c6b46b8f3b1495eb7d262.html" title="Four potential futuristic attributes of collaborative robots"><img src="https://www.controleng.com/uploads/_processed_/4/8/csm_PLEx_Robotics_Slider_38_fc88d1aad9.jpg" width="100" height="72"   alt="Four potential futuristic attributes of collaborative robots" title="Four potential futuristic attributes of collaborative robots"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/four-potential-futuristic-attributes-of-collaborative-robots/e70915e2265c6b46b8f3b1495eb7d262.html" title="Four potential futuristic attributes of collaborative robots">Four potential futuristic attributes of collaborative robots</a>
        </h2>
        <a href="https://www.controleng.com/single-article/four-potential-futuristic-attributes-of-collaborative-robots/e70915e2265c6b46b8f3b1495eb7d262.html" title="Four potential futuristic attributes of collaborative robots">Collaborative robots will continue to evolve and future research may allow them to become more interactive and adaptable to human behavior.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/four-potential-futuristic-attributes-of-collaborative-robots/e70915e2265c6b46b8f3b1495eb7d262.html" title="Four potential futuristic attributes of collaborative robots">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/iiot-server-architecture-designed-with-platform-independence-interoperability/05419969f08a97590e377e50bda3b223.html" title="IIoT server architecture designed with platform independence, interoperability"><img src="https://www.controleng.com/uploads/_processed_/8/c/csm_CTL1811_WEB_IMG_FDT_IIoT_Standard_be8cbd5853.jpg" width="100" height="72"   alt="IIoT server architecture designed with platform independence, interoperability" title="IIoT server architecture designed with platform independence, interoperability"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/iiot-server-architecture-designed-with-platform-independence-interoperability/05419969f08a97590e377e50bda3b223.html" title="IIoT server architecture designed with platform independence, interoperability">IIoT server architecture designed with platform independence, interoperability</a>
        </h2>
        <a href="https://www.controleng.com/single-article/iiot-server-architecture-designed-with-platform-independence-interoperability/05419969f08a97590e377e50bda3b223.html" title="IIoT server architecture designed with platform independence, interoperability">The FDT IIoT Server (FITS) architecture has been empowered with full platform independence and is designed to be deployable on a Microsoft-, Linux-, or macOS-based operating system.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/iiot-server-architecture-designed-with-platform-independence-interoperability/05419969f08a97590e377e50bda3b223.html" title="IIoT server architecture designed with platform independence, interoperability">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/9445e4fa969f106642d50f6eee443585.html" title="How to prepare a disaster mitigation plan for your facility"><img src="https://www.controleng.com/uploads/_processed_/0/5/csm_CTLx_DMDII_Cybersecurity_Manufacturing_01_fde989b0da.jpg" width="100" height="72"   alt="How to prepare a disaster mitigation plan for your facility" title="How to prepare a disaster mitigation plan for your facility"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/9445e4fa969f106642d50f6eee443585.html" title="How to prepare a disaster mitigation plan for your facility">How to prepare a disaster mitigation plan for your facility</a>
        </h2>
        <a href="https://www.controleng.com/single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/9445e4fa969f106642d50f6eee443585.html" title="How to prepare a disaster mitigation plan for your facility">It’s important to prepare your business properly by creating an emergency action plan in the event of a natural disaster. Four recommendations before a disaster and three recommendations afterward are highlighted. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/how-to-prepare-a-disaster-mitigation-plan-for-your-facility/9445e4fa969f106642d50f6eee443585.html" title="How to prepare a disaster mitigation plan for your facility">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/machine-vision-software-advances-are-enhancing-innovation/1924d66408119436b2e346c3951b4e91.html" title="Machine vision software advances are enhancing innovation"><img src="https://www.controleng.com/uploads/_processed_/0/a/csm_ctlx_icon_MachineVision_Slider_14_c93984bcfe.jpg" width="100" height="72"   alt="Machine vision software advances are enhancing innovation" title="Machine vision software advances are enhancing innovation"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/machine-vision-software-advances-are-enhancing-innovation/1924d66408119436b2e346c3951b4e91.html" title="Machine vision software advances are enhancing innovation">Machine vision software advances are enhancing innovation</a>
        </h2>
        <a href="https://www.controleng.com/single-article/machine-vision-software-advances-are-enhancing-innovation/1924d66408119436b2e346c3951b4e91.html" title="Machine vision software advances are enhancing innovation">Companies are using software to help realize many machine vision software developments such as ultra-high-dynamic-range imaging and self-analyzing algorithms.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/machine-vision-software-advances-are-enhancing-innovation/1924d66408119436b2e346c3951b4e91.html" title="Machine vision software advances are enhancing innovation">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/0cde5d5806fb8261ffc62527a1a9e5bb.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards"><img src="https://www.controleng.com/uploads/_processed_/9/8/csm_CTL1811_MAG2_wireless-Emerson_Fig2Slider_7a91467998.jpg" width="100" height="72"   alt="Wireless for operations: proprietary versus standards; adopters versus laggards" title="Wireless for operations: proprietary versus standards; adopters versus laggards"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/0cde5d5806fb8261ffc62527a1a9e5bb.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards">Wireless for operations: proprietary versus standards; adopters versus laggards</a>
        </h2>
        <a href="https://www.controleng.com/single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/0cde5d5806fb8261ffc62527a1a9e5bb.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards">Wireless networks are part and parcel of many process plants with many advantages. Adoption continues to increase and are being used for many applications. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/wireless-for-operations-proprietary-versus-standards-adopters-versus-laggards/0cde5d5806fb8261ffc62527a1a9e5bb.html" title="Wireless for operations: proprietary versus standards; adopters versus laggards">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/whats-in-a-nameplate/26ef9b0f2b3598dca1d0afe091387651.html" title="What’s in a nameplate?"><img src="https://www.controleng.com/uploads/_processed_/f/9/csm_PLE1811_MAG_SOLUTIONS_EASA_Figure_3slider_5ce01c3f43.jpg" width="100" height="72"   alt="What’s in a nameplate?" title="What’s in a nameplate?"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/whats-in-a-nameplate/26ef9b0f2b3598dca1d0afe091387651.html" title="What’s in a nameplate?">What’s in a nameplate?</a>
        </h2>
        <a href="https://www.controleng.com/single-article/whats-in-a-nameplate/26ef9b0f2b3598dca1d0afe091387651.html" title="What’s in a nameplate?">Information helps the selection of the right motor regardless of application.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/whats-in-a-nameplate/26ef9b0f2b3598dca1d0afe091387651.html" title="What’s in a nameplate?">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/new-software-helps-with-industrial-cloud-ai-microservices-from-iot-summit/5fcc741b3e0628255f8c3c4dcc3db712.html" title="New software helps with industrial cloud, AI, microservices from IoT summit"><img src="https://www.controleng.com/uploads/_processed_/a/c/csm_CTLx_StoneShi_02_5e4b85df9b.jpg" width="75" height="100"   alt="New software helps with industrial cloud, AI, microservices from IoT summit" title="New software helps with industrial cloud, AI, microservices from IoT summit"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/new-software-helps-with-industrial-cloud-ai-microservices-from-iot-summit/5fcc741b3e0628255f8c3c4dcc3db712.html" title="New software helps with industrial cloud, AI, microservices from IoT summit">New software helps with industrial cloud, AI, microservices from IoT summit</a>
        </h2>
        <a href="https://www.controleng.com/single-article/new-software-helps-with-industrial-cloud-ai-microservices-from-iot-summit/5fcc741b3e0628255f8c3c4dcc3db712.html" title="New software helps with industrial cloud, AI, microservices from IoT summit">Control Engineering China: Advantech announced its Internet of Things (IoT) platform architecture and solution ready packages (SRP) at the Advantech IoT summit in Suzhou, China.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/new-software-helps-with-industrial-cloud-ai-microservices-from-iot-summit/5fcc741b3e0628255f8c3c4dcc3db712.html" title="New software helps with industrial cloud, AI, microservices from IoT summit">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/how-recent-iiot-developments-are-shaping-5g-wireless/9c6c2931f49379ca85b09d21a04578cc.html" title="How recent IIoT developments are shaping 5G wireless"><img src="https://www.controleng.com/uploads/_processed_/a/b/csm_CTLx_NetworkingIcon_27_f89e59b7b6.jpg" width="100" height="72"   alt="How recent IIoT developments are shaping 5G wireless" title="How recent IIoT developments are shaping 5G wireless"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/how-recent-iiot-developments-are-shaping-5g-wireless/9c6c2931f49379ca85b09d21a04578cc.html" title="How recent IIoT developments are shaping 5G wireless">How recent IIoT developments are shaping 5G wireless</a>
        </h2>
        <a href="https://www.controleng.com/single-article/how-recent-iiot-developments-are-shaping-5g-wireless/9c6c2931f49379ca85b09d21a04578cc.html" title="How recent IIoT developments are shaping 5G wireless">Addressing the issues behind Industrial Internet of Things (IIoT) devices to help with mobile industrial computing applications.  <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/how-recent-iiot-developments-are-shaping-5g-wireless/9c6c2931f49379ca85b09d21a04578cc.html" title="How recent IIoT developments are shaping 5G wireless">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/research-study-shows-companies-iot-usage-is-growing/0810a977a3d8e7f4c289920d58bd6319.html" title="Research study shows companies' IoT usage is growing"><img src="https://www.controleng.com/uploads/_processed_/6/5/csm_CTL1811_WEB_IMG_IFS_Survey_UseIncrease_2f6167688b.jpg" width="100" height="72"   alt="Research study shows companies' IoT usage is growing" title="Research study shows companies' IoT usage is growing"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/research-study-shows-companies-iot-usage-is-growing/0810a977a3d8e7f4c289920d58bd6319.html" title="Research study shows companies' IoT usage is growing">Research study shows companies' IoT usage is growing</a>
        </h2>
        <a href="https://www.controleng.com/single-article/research-study-shows-companies-iot-usage-is-growing/0810a977a3d8e7f4c289920d58bd6319.html" title="Research study shows companies' IoT usage is growing">IFS released a research study that reveals substantial year-over-year gains in Internet of Things (IoT) usage in industrial companies with a 30% percent increase in asset performance management and a 10% increase in monitoring...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/research-study-shows-companies-iot-usage-is-growing/0810a977a3d8e7f4c289920d58bd6319.html" title="Research study shows companies' IoT usage is growing">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://event.webcasts.com/starthere.jsp?ei=1220188&amp;tp_key=33891d1eda" target="_blank" title="Webcast: The Importance of Edge Computing in Industrial Transformation"><img src="https://www.controleng.com/uploads/_processed_/4/5/csm_ctl130719_Webcast_logo_05_cbfc7a5f94.jpg" width="100" height="41"   alt="Webcast: The Importance of Edge Computing in Industrial Transformation" title="Webcast: The Importance of Edge Computing in Industrial Transformation"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://event.webcasts.com/starthere.jsp?ei=1220188&amp;tp_key=33891d1eda" target="_blank" title="Webcast: The Importance of Edge Computing in Industrial Transformation">Webcast: The Importance of Edge Computing in Industrial Transformation</a>
        </h2>
        <a href="https://event.webcasts.com/starthere.jsp?ei=1220188&amp;tp_key=33891d1eda" target="_blank" title="Webcast: The Importance of Edge Computing in Industrial Transformation">Based on a recent LNS survey, over 60% of participating companies have now instituted an Industrial Transformation initiative. To support these initiatives, many industrial companies are rethinking operational architectures and...</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/keeping-the-noise-down/fed90c865f8d33c4b1d043876a29d861.html" title="Keeping the noise down"><img src="https://www.controleng.com/uploads/_processed_/0/0/csm_PLE1811_MAG_SOLUTIONS_Ethernet_and_motors_04slider_cfbab11b9a.jpg" width="100" height="72"   alt="Keeping the noise down" title="Keeping the noise down"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/keeping-the-noise-down/fed90c865f8d33c4b1d043876a29d861.html" title="Keeping the noise down">Keeping the noise down</a>
        </h2>
        <a href="https://www.controleng.com/single-article/keeping-the-noise-down/fed90c865f8d33c4b1d043876a29d861.html" title="Keeping the noise down">Ethernet-enabled motor integration offers an automation solution for manufacturers and offers an upgrade from legacy control schemes. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/keeping-the-noise-down/fed90c865f8d33c4b1d043876a29d861.html" title="Keeping the noise down">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/advanced-algorithms-for-analytics-on-the-edge/2c0bf7af1b6d0905385dd6997dfd0891.html" title="Advanced algorithms for analytics on the edge"><img src="https://www.controleng.com/uploads/_processed_/7/b/csm_CTL1811_MAG2_F1_Instrumentation-Analytics-Beckhoff_Edge-Analytics-softwareslider_4de6addfe5.jpg" width="100" height="72"   alt="Advanced algorithms for analytics on the edge" title="Advanced algorithms for analytics on the edge"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/advanced-algorithms-for-analytics-on-the-edge/2c0bf7af1b6d0905385dd6997dfd0891.html" title="Advanced algorithms for analytics on the edge">Advanced algorithms for analytics on the edge</a>
        </h2>
        <a href="https://www.controleng.com/single-article/advanced-algorithms-for-analytics-on-the-edge/2c0bf7af1b6d0905385dd6997dfd0891.html" title="Advanced algorithms for analytics on the edge">Substantial computing power in modern industrial PCs and cloud bandwidth considerations make the case to analyze machine performance directly on controllers, before the cloud.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/advanced-algorithms-for-analytics-on-the-edge/2c0bf7af1b6d0905385dd6997dfd0891.html" title="Advanced algorithms for analytics on the edge">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/gecko-ears-used-as-model-for-light-detection-sensors/5d90203ba2f86a34d5d6c916d081befa.html" title="Gecko ears used as model for light detection sensors"><img src="https://www.controleng.com/uploads/_processed_/6/2/csm_ctlx_icon_MachineVision_Slider_15_2cadab72ed.jpg" width="100" height="72"   alt="Gecko ears used as model for light detection system" title="Gecko ears used as model for light detection system"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/gecko-ears-used-as-model-for-light-detection-sensors/5d90203ba2f86a34d5d6c916d081befa.html" title="Gecko ears used as model for light detection sensors">Gecko ears used as model for light detection sensors</a>
        </h2>
        <a href="https://www.controleng.com/single-article/gecko-ears-used-as-model-for-light-detection-sensors/5d90203ba2f86a34d5d6c916d081befa.html" title="Gecko ears used as model for light detection sensors">Researchers at Stanford University have found a way to record the incoming angle of light by using nanowires that mimic gecko ears, which could support advances in augmented reality and robotic vision.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/gecko-ears-used-as-model-for-light-detection-sensors/5d90203ba2f86a34d5d6c916d081befa.html" title="Gecko ears used as model for light detection sensors">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/why-hybrid-ot-is-needed-for-successful-iiot-and-control-projects/289783c05abb7523052d410def66ad8e.html" title="Why hybrid OT is needed for successful IIoT and control projects"><img src="https://www.controleng.com/uploads/_processed_/3/c/csm_CTL1811_MAG2_F4_IntegrateControls-Stratus-Fryer-xtC-edge_a388c301b6.jpg" width="100" height="72"   alt="Why hybrid OT is needed for successful IIoT and control projects" title="Why hybrid OT is needed for successful IIoT and control projects"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/why-hybrid-ot-is-needed-for-successful-iiot-and-control-projects/289783c05abb7523052d410def66ad8e.html" title="Why hybrid OT is needed for successful IIoT and control projects">Why hybrid OT is needed for successful IIoT and control projects</a>
        </h2>
        <a href="https://www.controleng.com/single-article/why-hybrid-ot-is-needed-for-successful-iiot-and-control-projects/289783c05abb7523052d410def66ad8e.html" title="Why hybrid OT is needed for successful IIoT and control projects">Integrating controls: It is critical to understand differing operational technology (OT) and information technology (IT) priorities to achieve collaboration and integration. Without this, Industrial Internet of Things (IIoT) and...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/why-hybrid-ot-is-needed-for-successful-iiot-and-control-projects/289783c05abb7523052d410def66ad8e.html" title="Why hybrid OT is needed for successful IIoT and control projects">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b439f91402edb12bc6a44c0" target="_blank" title="Robot controller family for digital factory applications"><img src="https://www.controleng.com/uploads/_processed_/5/a/csm_CTL1811_WEB_IMG_ABB_OmniCore_RobotFamily_cb758c8f83.jpg" width="100" height="56"   alt="Robot controller family for digital factory applications" title="Robot controller family for digital factory applications"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b439f91402edb12bc6a44c0" target="_blank" title="Robot controller family for digital factory applications">Robot controller family for digital factory applications</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b439f91402edb12bc6a44c0" target="_blank" title="Robot controller family for digital factory applications">ABB's OmniCore robot controller family is designed to provide flexibility for integrating robots into the digital factory ecosystem whether it's standardized motion control or more tailored solutions.</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/time-sensitive-networking-application-profile-standards-to-be-developed/d7f5757b7541817b1801302b242605f5.html" title="Time-sensitive networking application profile standards to be developed"><img src="https://www.controleng.com/uploads/_processed_/5/b/csm_CTLx_NetworkingIcon_28_13a858a937.jpg" width="100" height="72"   alt="Time-sensitive networking application profile standards to be developed" title="Time-sensitive networking application profile standards to be developed"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/time-sensitive-networking-application-profile-standards-to-be-developed/d7f5757b7541817b1801302b242605f5.html" title="Time-sensitive networking application profile standards to be developed">Time-sensitive networking application profile standards to be developed</a>
        </h2>
        <a href="https://www.controleng.com/single-article/time-sensitive-networking-application-profile-standards-to-be-developed/d7f5757b7541817b1801302b242605f5.html" title="Time-sensitive networking application profile standards to be developed">The OPC Foundation announced the launch of its new setup to identify OPC UA and related TSN-harmonization needs and to extend standards and specifications and provide vendor-independent end-to-end interoperability into field...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/time-sensitive-networking-application-profile-standards-to-be-developed/d7f5757b7541817b1801302b242605f5.html" title="Time-sensitive networking application profile standards to be developed">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/how-does-the-industrial-exemption-impact-automation-businesses/c3a9191da853281e867e983949cade6e.html" title="How does the ‘Industrial Exemption’ impact automation businesses?"><img src="https://www.controleng.com/uploads/_processed_/2/4/csm_CTL1811_MAG1_LEG_Excemption-FBD-JulieWeller_8184eadbc1.jpg" width="100" height="72"   alt="How does the ‘Industrial Exemption’ impact automation businesses?" title="How does the ‘Industrial Exemption’ impact automation businesses?"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/how-does-the-industrial-exemption-impact-automation-businesses/c3a9191da853281e867e983949cade6e.html" title="How does the ‘Industrial Exemption’ impact automation businesses?">How does the ‘Industrial Exemption’ impact automation businesses?</a>
        </h2>
        <a href="https://www.controleng.com/single-article/how-does-the-industrial-exemption-impact-automation-businesses/c3a9191da853281e867e983949cade6e.html" title="How does the ‘Industrial Exemption’ impact automation businesses?">Legalities: For many automation companies, complying with the requirements for the professional licensing of engineers is not required for work in a factory thanks to the “industrial exemption.” State engineering licensing laws...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/how-does-the-industrial-exemption-impact-automation-businesses/c3a9191da853281e867e983949cade6e.html" title="How does the ‘Industrial Exemption’ impact automation businesses?">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-october-29-to-november-4/805e44a860d32422b531462f3642750d.html" title="Top 5 Control Engineering articles October 29 to November 4"><img src="https://www.controleng.com/uploads/_processed_/3/5/csm_CTL1810_MAG2_F1_DAQ-DataSecurity-Motors%40Work_Hacker_FigureSlider_01_d5c22b3965.jpg" width="100" height="72"   alt="Top 5 Control Engineering articles October 29 to November 4" title="Top 5 Control Engineering articles October 29 to November 4"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-october-29-to-november-4/805e44a860d32422b531462f3642750d.html" title="Top 5 Control Engineering articles October 29 to November 4">Top 5 Control Engineering articles October 29 to November 4</a>
        </h2>
        <a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-october-29-to-november-4/805e44a860d32422b531462f3642750d.html" title="Top 5 Control Engineering articles October 29 to November 4">Articles about IoT implementation, Engineers' Choice finalists, machine metrics, AR and VR, and designing a wireless IIoT gateway were Control Engineering’s five most clicked articles from October 29 to November 4, 2018. Miss...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/top-5-control-engineering-articles-october-29-to-november-4/805e44a860d32422b531462f3642750d.html" title="Top 5 Control Engineering articles October 29 to November 4">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b3db22e402edb12bc6a08d4" target="_blank" title="Industrial managed PoE switch"><img src="https://www.controleng.com/uploads/_processed_/d/9/csm_CTL1811_WEB_IMG_Korenix_PoE_Switch_144e14ffd3.jpg" width="100" height="100"   alt="Industrial managed PoE switch" title="Industrial managed PoE switch"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b3db22e402edb12bc6a08d4" target="_blank" title="Industrial managed PoE switch">Industrial managed PoE switch</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b3db22e402edb12bc6a08d4" target="_blank" title="Industrial managed PoE switch">Korenix's JetNet industrial managed PoE switch is equipped with 8 Gigabit Ethernet RJ-45 ports and 2 Gigabit Ethernet SFP ports and is compliant with IEEE 802.3at/af standards with 1-event and 2-event behaviors for PD...</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/benefits-of-open-standard-wireless-networks-over-proprietary-networks/1db7ee7892306ce06cfc507e26faa15a.html" title="Benefits of open standard wireless networks over proprietary networks"><img src="https://www.controleng.com/uploads/_processed_/4/6/csm_Ctlx-Icon-Wirelesss-485x350_09_54fe58c229.jpg" width="100" height="72"   alt="Benefits of open standard wireless networks over proprietary networks" title="Benefits of open standard wireless networks over proprietary networks"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/benefits-of-open-standard-wireless-networks-over-proprietary-networks/1db7ee7892306ce06cfc507e26faa15a.html" title="Benefits of open standard wireless networks over proprietary networks">Benefits of open standard wireless networks over proprietary networks</a>
        </h2>
        <a href="https://www.controleng.com/single-article/benefits-of-open-standard-wireless-networks-over-proprietary-networks/1db7ee7892306ce06cfc507e26faa15a.html" title="Benefits of open standard wireless networks over proprietary networks">Wireless setup tutorial: Open standard wireless networks overall are cheaper and easier to use than proprietary networks and encourage innovation and sharing among users.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/benefits-of-open-standard-wireless-networks-over-proprietary-networks/1db7ee7892306ce06cfc507e26faa15a.html" title="Benefits of open standard wireless networks over proprietary networks">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5be0b4d83d75cb7178eab1c9" target="_blank" title="PLC family for machine and control systems"><img src="https://www.controleng.com/uploads/_processed_/6/5/csm_CTL1811_WEB_IMG_FactoryMation_XGB_PLC_4c6a905e86.jpg" width="100" height="100"   alt="PLC family for machine and control systems" title="PLC family for machine and control systems"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5be0b4d83d75cb7178eab1c9" target="_blank" title="PLC family for machine and control systems">PLC family for machine and control systems</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5be0b4d83d75cb7178eab1c9" target="_blank" title="PLC family for machine and control systems">FactoryMation's XGB programmable logic controller (PLC) family from LS Industrial is designed to provide multiple controller options that can be used on simple machine applications and complex control systems.</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/using-iiot-to-simplify-automation-and-control/6f4e9ab949a367b9b87a54fe4dfb66f4.html" title="Using IIoT to simplify automation and control"><img src="https://www.controleng.com/uploads/_processed_/3/1/csm_CTL1811_WEB_IT-OT-Bsquare_Dave_McCarthy_headshot_f690401872.jpg" width="100" height="72"   alt="Using IIoT to simplify automation and control" title="Using IIoT to simplify automation and control"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/using-iiot-to-simplify-automation-and-control/6f4e9ab949a367b9b87a54fe4dfb66f4.html" title="Using IIoT to simplify automation and control">Using IIoT to simplify automation and control </a>
        </h2>
        <a href="https://www.controleng.com/single-article/using-iiot-to-simplify-automation-and-control/6f4e9ab949a367b9b87a54fe4dfb66f4.html" title="Using IIoT to simplify automation and control">Integrating information technology (IT) and operational technology (OT) organizations is difficult but critical to IIoT success. Five best practices for overcoming these cultural barriers are highlighted. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/using-iiot-to-simplify-automation-and-control/6f4e9ab949a367b9b87a54fe4dfb66f4.html" title="Using IIoT to simplify automation and control">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/on-the-road-to-the-digital-enterprise/2ff39864f510aec4f2239ca7399cd2d4.html" title="On the road to the digital enterprise"><img src="https://www.controleng.com/uploads/_processed_/7/0/csm_IFE1811_WEB_IMG_Cover_485x350_612dd07379.jpg" width="100" height="72"   alt="On the road to the digital enterprise" title="On the road to the digital enterprise"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/on-the-road-to-the-digital-enterprise/2ff39864f510aec4f2239ca7399cd2d4.html" title="On the road to the digital enterprise">On the road to the digital enterprise</a>
        </h2>
        <a href="https://www.controleng.com/single-article/on-the-road-to-the-digital-enterprise/2ff39864f510aec4f2239ca7399cd2d4.html" title="On the road to the digital enterprise">Decide where to go and use a map to get to the digital enterprise.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/on-the-road-to-the-digital-enterprise/2ff39864f510aec4f2239ca7399cd2d4.html" title="On the road to the digital enterprise">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bd7436b3d75cb7178ea2dc2" target="_blank" title="Variable speed compressors with intermediate discharge valves"><img src="https://www.controleng.com/uploads/_processed_/3/f/csm_CTL1811_WEB_IMG_Danfoss_VariableSpeed_Compressor_42cc1d3af0.jpg" width="100" height="99"   alt="Variable speed compressors with intermediate discharge valves" title="Variable speed compressors with intermediate discharge valves"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bd7436b3d75cb7178ea2dc2" target="_blank" title="Variable speed compressors with intermediate discharge valves">Variable speed compressors with intermediate discharge valves</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bd7436b3d75cb7178ea2dc2" target="_blank" title="Variable speed compressors with intermediate discharge valves">Danfoss has added 8.5- and 11-ton variable-speed compressors with intermediate discharge valves (IDVs) to its VZH range.</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/7984f44449d8b82f4c10e6a4ce4b5794.html" title="Study finds USB drives are a security threat to process control systems"><img src="https://www.controleng.com/uploads/_processed_/9/2/csm_PLE1811_WEB_USB_ThreatReport_04bf2800f2.jpg" width="100" height="72"   alt="Study finds USB drives are a security threat to process control systems" title="Study finds USB drives are a security threat to process control systems"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/7984f44449d8b82f4c10e6a4ce4b5794.html" title="Study finds USB drives are a security threat to process control systems">Study finds USB drives are a security threat to process control systems</a>
        </h2>
        <a href="https://www.controleng.com/single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/7984f44449d8b82f4c10e6a4ce4b5794.html" title="Study finds USB drives are a security threat to process control systems">Honeywell research finds exposure through portable USB drives can cause serious disruption to process facilities through unsecure or malicious files.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/study-finds-usb-drives-are-a-security-threat-to-process-control-systems/7984f44449d8b82f4c10e6a4ce4b5794.html" title="Study finds USB drives are a security threat to process control systems">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/analyze-data-quality-for-process-control-systems/d7916bec74b6feaec5999c1f3ca84ab5.html" title="Analyze data quality for process control systems"><img src="https://www.controleng.com/uploads/_processed_/9/e/csm_CTL1811_MAG2_F1_Instrumentation-Maverick-Fig1Slider_2bc4ad05c9.jpg" width="100" height="72"   alt="Analyze data quality for process control systems" title="Analyze data quality for process control systems"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/analyze-data-quality-for-process-control-systems/d7916bec74b6feaec5999c1f3ca84ab5.html" title="Analyze data quality for process control systems">Analyze data quality for process control systems</a>
        </h2>
        <a href="https://www.controleng.com/single-article/analyze-data-quality-for-process-control-systems/d7916bec74b6feaec5999c1f3ca84ab5.html" title="Analyze data quality for process control systems">Data obtained from process analyzers need to be trusted and verified to help the user make an informed decision. Considerations include communications reliability, analyzer status, and logic platform.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/analyze-data-quality-for-process-control-systems/d7916bec74b6feaec5999c1f3ca84ab5.html" title="Analyze data quality for process control systems">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bcf85093d75cb7178e9c148" target="_blank" title="IoT interface for climate control solutions"><img src="https://www.controleng.com/uploads/_processed_/a/9/csm_CTL1811_WEB_IMG_Rittal_IoTInterface_fd8816d9da.jpg" width="100" height="72"   alt="IoT interface for climate control solutions" title="IoT interface for climate control solutions"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bcf85093d75cb7178e9c148" target="_blank" title="IoT interface for climate control solutions">IoT interface for climate control solutions</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5bcf85093d75cb7178e9c148" target="_blank" title="IoT interface for climate control solutions">Rittal's IoT interface can either be mounted on a top hat rail or directly on the cooling unit or chiller and supports the OPC-UA, Profinet, SNMP, Modbus and CANopen protocols.</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/pressures-from-tariffs-inventories-drive-down-pmi/980771c89cd37eddae03b63e232cd711.html" title="Pressures from tariffs, inventories drive down PMI"><img src="https://www.controleng.com/uploads/_processed_/2/1/csm_PLEx_Manufacturing_Image_04_91b6cba612.jpg" width="100" height="72"   alt="Pressures from tariffs, inventories drive down PMI" title="Pressures from tariffs, inventories drive down PMI"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/pressures-from-tariffs-inventories-drive-down-pmi/980771c89cd37eddae03b63e232cd711.html" title="Pressures from tariffs, inventories drive down PMI">Pressures from tariffs, inventories drive down PMI</a>
        </h2>
        <a href="https://www.controleng.com/single-article/pressures-from-tariffs-inventories-drive-down-pmi/980771c89cd37eddae03b63e232cd711.html" title="Pressures from tariffs, inventories drive down PMI">Index falls 2.1 points to 57.7% in October as production orders slow down.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/pressures-from-tariffs-inventories-drive-down-pmi/980771c89cd37eddae03b63e232cd711.html" title="Pressures from tariffs, inventories drive down PMI">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/pharmaceutical-standards-focus-on-safety-in-handling-hazardous-drugs/eaf7e72fb54b06412e55dc1e68bf2824.html" title="Pharmaceutical standards focus on safety in handling hazardous drugs"><img src="https://www.controleng.com/uploads/_processed_/7/9/csm_CSE1810_WEB_IMG_ContentPartner_Dewberry_03_1b3481ab60.jpg" width="100" height="69"   alt="Pharmaceutical standards focus on safety in handling hazardous drugs" title="Pharmaceutical standards focus on safety in handling hazardous drugs"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/pharmaceutical-standards-focus-on-safety-in-handling-hazardous-drugs/eaf7e72fb54b06412e55dc1e68bf2824.html" title="Pharmaceutical standards focus on safety in handling hazardous drugs">Pharmaceutical standards focus on safety in handling hazardous drugs</a>
        </h2>
        <a href="https://www.controleng.com/single-article/pharmaceutical-standards-focus-on-safety-in-handling-hazardous-drugs/eaf7e72fb54b06412e55dc1e68bf2824.html" title="Pharmaceutical standards focus on safety in handling hazardous drugs">The United States Pharmacopeia (USP) Convention's Chapter 800, "Hazardous Drugs-Handling in Healthcare Settings" standards become effective December 1, 2019, and provide detailed specifications for the handling of hazardous drugs...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/pharmaceutical-standards-focus-on-safety-in-handling-hazardous-drugs/eaf7e72fb54b06412e55dc1e68bf2824.html" title="Pharmaceutical standards focus on safety in handling hazardous drugs">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/control-engineering-hot-topics-october-2018/8d123c1e26aef22ee31dc1109cd5cf3c.html" title="Control Engineering hot topics, October 2018"><img src="https://www.controleng.com/uploads/_processed_/9/9/csm_CTL1810_MAG2_F4_Drives-Lenze-DSD-Slider_02_742b721466.jpg" width="100" height="72"   alt="Control Engineering hot topics, October 2018" title="Control Engineering hot topics, October 2018"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/control-engineering-hot-topics-october-2018/8d123c1e26aef22ee31dc1109cd5cf3c.html" title="Control Engineering hot topics, October 2018">Control Engineering hot topics, October 2018</a>
        </h2>
        <a href="https://www.controleng.com/single-article/control-engineering-hot-topics-october-2018/8d123c1e26aef22ee31dc1109cd5cf3c.html" title="Control Engineering hot topics, October 2018">Control Engineering's most clicked articles in October 2018 included stories about the Engineers' Choice Finalists, matching motors and drives, designing a wireless IIoT gateway, complex upgrades, and more. Miss something? You...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/control-engineering-hot-topics-october-2018/8d123c1e26aef22ee31dc1109cd5cf3c.html" title="Control Engineering hot topics, October 2018">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions"><img src="https://www.controleng.com/uploads/_processed_/f/f/csm_CTL1811_WEB_IMG_Emerson_DeltaV_fdddabbddd.jpg" width="100" height="60"   alt="Operator HMI for process data solutions" title="Operator HMI for process data solutions"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions">Operator HMI for process data solutions</a>
        </h2>
        <a href="https://gspplatform.cfemedia.com/pe/productProfile/5b6e09193d75cb3d191fa2d2" target="_blank" title="Operator HMI for process data solutions">Emerson's DeltaV Live Operator Interface is a modem, built-for-purpose operations experience with an HTML5 interface that enables scalable graphics and gives operators the flexibility to adjust their displays to focus on process...</a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/wireless-alarms-for-facility-showers-are-crucial-to-plant-safety/6b1d53e3683e9755f44e22fb7556713a.html" title="Wireless alarms for facility showers are crucial to plant safety"><img src="https://www.controleng.com/uploads/_processed_/8/e/csm_CTLxIcon_instrum_process_25_e32fa5866c.jpg" width="100" height="72"   alt="Wireless alarms for facility showers are crucial to plant safety" title="Wireless alarms for facility showers are crucial to plant safety"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/wireless-alarms-for-facility-showers-are-crucial-to-plant-safety/6b1d53e3683e9755f44e22fb7556713a.html" title="Wireless alarms for facility showers are crucial to plant safety">Wireless alarms for facility showers are crucial to plant safety</a>
        </h2>
        <a href="https://www.controleng.com/single-article/wireless-alarms-for-facility-showers-are-crucial-to-plant-safety/6b1d53e3683e9755f44e22fb7556713a.html" title="Wireless alarms for facility showers are crucial to plant safety">Wireless alarms for facility showers can help workers provide quicker first aid to a worker if they have been injured in a remote area or late at night.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/wireless-alarms-for-facility-showers-are-crucial-to-plant-safety/6b1d53e3683e9755f44e22fb7556713a.html" title="Wireless alarms for facility showers are crucial to plant safety">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/award-winning-pumpkin-grown-with-engineering/e860602c455c0c75227912f3c891abaf.html" title="Award-winning pumpkin grown with engineering"><img src="https://www.controleng.com/uploads/_processed_/4/7/csm_CE1810_WEB_IMG_GiantPumpkin_Slider_02_8c943f28c6.jpg" width="100" height="72"   alt="Award-winning pumpkin grown with engineering" title="Award-winning pumpkin grown with engineering"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/award-winning-pumpkin-grown-with-engineering/e860602c455c0c75227912f3c891abaf.html" title="Award-winning pumpkin grown with engineering">Award-winning pumpkin grown with engineering </a>
        </h2>
        <a href="https://www.controleng.com/single-article/award-winning-pumpkin-grown-with-engineering/e860602c455c0c75227912f3c891abaf.html" title="Award-winning pumpkin grown with engineering">Caleb Otto used his engineering background in NorthWind Technical Services’ pumpkin growing contest with an award-winning pumpkin that weighed almost 800 pounds. Research, formulas, calculations, and automation helped. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/award-winning-pumpkin-grown-with-engineering/e860602c455c0c75227912f3c891abaf.html" title="Award-winning pumpkin grown with engineering">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/choose-the-right-accelerometer/4457819ea597a8100d0725512e4d58fe.html" title="Choose the right accelerometer"><img src="https://www.controleng.com/uploads/_processed_/0/e/csm_IFE1811_MAG_TE_Connectivity_accelerometer_photo_1_e48ea363c5.jpg" width="100" height="72"   alt="Choose the right accelerometer" title="Choose the right accelerometer"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/choose-the-right-accelerometer/4457819ea597a8100d0725512e4d58fe.html" title="Choose the right accelerometer">Choose the right accelerometer  </a>
        </h2>
        <a href="https://www.controleng.com/single-article/choose-the-right-accelerometer/4457819ea597a8100d0725512e4d58fe.html" title="Choose the right accelerometer">Comparing vibration sensor technologies for condition monitoring, which are increasingly being used for high volume, smaller machinery.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/choose-the-right-accelerometer/4457819ea597a8100d0725512e4d58fe.html" title="Choose the right accelerometer">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/top-10-tuning-tips-for-control-engineers/305e0f479f2b8dc5dd9eaf0fac97b166.html" title="Top 10 tuning tips for control engineers"><img src="https://www.controleng.com/uploads/_processed_/4/e/csm_CTL1811_MAG2_F1_Instrumentation-Tuning-Kern-tipsslider_a9d76edfdf.jpg" width="100" height="72"   alt="Top 10 tuning tips for control engineers" title="Top 10 tuning tips for control engineers"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/top-10-tuning-tips-for-control-engineers/305e0f479f2b8dc5dd9eaf0fac97b166.html" title="Top 10 tuning tips for control engineers">Top 10 tuning tips for control engineers</a>
        </h2>
        <a href="https://www.controleng.com/single-article/top-10-tuning-tips-for-control-engineers/305e0f479f2b8dc5dd9eaf0fac97b166.html" title="Top 10 tuning tips for control engineers">Best practices to follow to increase loop tuning performance and reliability in a facility include increased efficiency, controller gain, and being aware of loop interactions.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/top-10-tuning-tips-for-control-engineers/305e0f479f2b8dc5dd9eaf0fac97b166.html" title="Top 10 tuning tips for control engineers">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/university-to-create-college-of-computing-to-address-current-and-future-challenges/66a7e36fac035169c23ecd7ad3318e9c.html" title="University to create college of computing to address current and future challenges"><img src="https://www.controleng.com/uploads/_processed_/5/9/csm_CTL1810_WEB_IMG_MIT_CollegeComputer_19a893874c.jpg" width="100" height="72"   alt="University to create college of computing to address current and future challenges" title="University to create college of computing to address current and future challenges"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/university-to-create-college-of-computing-to-address-current-and-future-challenges/66a7e36fac035169c23ecd7ad3318e9c.html" title="University to create college of computing to address current and future challenges">University to create college of computing to address current and future challenges</a>
        </h2>
        <a href="https://www.controleng.com/single-article/university-to-create-college-of-computing-to-address-current-and-future-challenges/66a7e36fac035169c23ecd7ad3318e9c.html" title="University to create college of computing to address current and future challenges">MIT announced a $1 billion commitment to address the global opportunities and challenges presented by the prevalence of computing and the rise of artificial intelligence (AI) with the MIT Stephen A. Schwarzman College of...<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/university-to-create-college-of-computing-to-address-current-and-future-challenges/66a7e36fac035169c23ecd7ad3318e9c.html" title="University to create college of computing to address current and future challenges">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/bring-iiot-capabilities-to-refineries-and-process-plants/a853f9803cb6bd87d26a45685598dd99.html" title="Bring IIoT capabilities to refineries and process plants"><img src="https://www.controleng.com/uploads/_processed_/0/5/csm_IFE1811_MAG_Emerson_metwork_diagram_figure_1slider_d6ffe399b3.jpg" width="100" height="72"   alt="Bring IIoT capabilities to refineries and process plants" title="Bring IIoT capabilities to refineries and process plants"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/bring-iiot-capabilities-to-refineries-and-process-plants/a853f9803cb6bd87d26a45685598dd99.html" title="Bring IIoT capabilities to refineries and process plants">Bring IIoT capabilities to refineries and process plants </a>
        </h2>
        <a href="https://www.controleng.com/single-article/bring-iiot-capabilities-to-refineries-and-process-plants/a853f9803cb6bd87d26a45685598dd99.html" title="Bring IIoT capabilities to refineries and process plants">The first step to bringing fieldbus networking and the Industrial Internet of Things (IIoT) into process manufacturing plants and refineries may be changing device-level networking practices.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/bring-iiot-capabilities-to-refineries-and-process-plants/a853f9803cb6bd87d26a45685598dd99.html" title="Bring IIoT capabilities to refineries and process plants">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/fenceless-robots-taking-on-new-shapes-and-forms/4bec0ec23d0ed77de62c37a6f591bee0.html" title="Fenceless robots taking on new shapes and forms"><img src="https://www.controleng.com/uploads/_processed_/d/d/csm_CTLx_WEB_IMG_Robot_c657df0238.jpg" width="100" height="72"   alt="Fenceless robots taking on new shapes and forms" title="Fenceless robots taking on new shapes and forms"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/fenceless-robots-taking-on-new-shapes-and-forms/4bec0ec23d0ed77de62c37a6f591bee0.html" title="Fenceless robots taking on new shapes and forms">Fenceless robots taking on new shapes and forms</a>
        </h2>
        <a href="https://www.controleng.com/single-article/fenceless-robots-taking-on-new-shapes-and-forms/4bec0ec23d0ed77de62c37a6f591bee0.html" title="Fenceless robots taking on new shapes and forms">Fenceless robots are taking on a number of different sizes and forms beyond the collaborative robot as robotic technology has progressed.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/fenceless-robots-taking-on-new-shapes-and-forms/4bec0ec23d0ed77de62c37a6f591bee0.html" title="Fenceless robots taking on new shapes and forms">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/spatial-intelligence-platform-for-robots-industrial-automation-equipment/749a8bec613b4d253ca3ea7a5c9313f9.html" title="Spatial intelligence platform for robots, industrial automation equipment"><img src="https://www.controleng.com/uploads/_processed_/a/d/csm_CTLx_icon_motor_04_c8c67a37f9.jpg" width="100" height="92"   alt="Spatial intelligence platform for robots, industrial automation equipment" title="Spatial intelligence platform for robots, industrial automation equipment"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/spatial-intelligence-platform-for-robots-industrial-automation-equipment/749a8bec613b4d253ca3ea7a5c9313f9.html" title="Spatial intelligence platform for robots, industrial automation equipment">Spatial intelligence platform for robots, industrial automation equipment</a>
        </h2>
        <a href="https://www.controleng.com/single-article/spatial-intelligence-platform-for-robots-industrial-automation-equipment/749a8bec613b4d253ca3ea7a5c9313f9.html" title="Spatial intelligence platform for robots, industrial automation equipment">Humatics Corp.'s Spatial Intelligence platform is comprised of radio-frequency beacons deployed in a constellation, mobile sensors, and a software suite. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/spatial-intelligence-platform-for-robots-industrial-automation-equipment/749a8bec613b4d253ca3ea7a5c9313f9.html" title="Spatial intelligence platform for robots, industrial automation equipment">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/inspiring-the-next-generation-of-manufacturers/192c9aed331174fd3348f3aa54b490c0.html" title="Inspiring the next generation of manufacturers"><img src="https://www.controleng.com/uploads/_processed_/9/d/csm_PLE1810_WEB_IMG_AME_MFGDay_f306503860.jpg" width="100" height="72"   alt="Inspiring the next generation of manufacturers" title="Inspiring the next generation of manufacturers"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/inspiring-the-next-generation-of-manufacturers/192c9aed331174fd3348f3aa54b490c0.html" title="Inspiring the next generation of manufacturers">Inspiring the next generation of manufacturers</a>
        </h2>
        <a href="https://www.controleng.com/single-article/inspiring-the-next-generation-of-manufacturers/192c9aed331174fd3348f3aa54b490c0.html" title="Inspiring the next generation of manufacturers">Schools need to help students develop advanced skills along with core academic knowledge that can be applied in the work place and or at a higher level of learning to address the growing skills gap in manufacturing.<span class="news-list-morelink"><a href="https://www.controleng.com/single-article/inspiring-the-next-generation-of-manufacturers/192c9aed331174fd3348f3aa54b490c0.html" title="Inspiring the next generation of manufacturers">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

        
        <div class="news-list-item">
        <a href="https://www.controleng.com/single-article/applications-available-as-saas-offering-for-process-manufacturers/a2d10f014ba16280aebf18f5198ec769.html" title="Applications available as SaaS offering for process manufacturers"><img src="https://www.controleng.com/uploads/_processed_/d/5/csm_IFE1811_MAG_Seeq_workbench_release_18b6e40fad.jpg" width="100" height="72"   alt="Applications available as SaaS offering for process manufacturers" title="Applications available as SaaS offering for process manufacturers"  border="0" /></a>
        <h2 class="list_news_title">
          <a href="https://www.controleng.com/single-article/applications-available-as-saas-offering-for-process-manufacturers/a2d10f014ba16280aebf18f5198ec769.html" title="Applications available as SaaS offering for process manufacturers">Applications available as SaaS offering for process manufacturers</a>
        </h2>
        <a href="https://www.controleng.com/single-article/applications-available-as-saas-offering-for-process-manufacturers/a2d10f014ba16280aebf18f5198ec769.html" title="Applications available as SaaS offering for process manufacturers">Seeq announced availability of its analytics solutions delivered via software as a service (SaaS) to allow process manufacturing organizations to analyze, predict, collaborate, and share insights to improve production outcomes. <span class="news-list-morelink"><a href="https://www.controleng.com/single-article/applications-available-as-saas-offering-for-process-manufacturers/a2d10f014ba16280aebf18f5198ec769.html" title="Applications available as SaaS offering for process manufacturers">&nbsp;&raquo;&nbsp;more</a></span></a>
        </div>

      
    <!-- This is pagination -->
    <!-- <div class="news-list-browse"><div class="showResultsWrap">Displaying results 1 to 50 out of 12051</div><div class="browseLinksWrap"><span class="disabledLinkWrap">&lt;&lt; First</span>
<span class="disabledLinkWrap">&lt; Previous</span>
<span class="activeLinkWrap">1-50</span>
<a href="https://www.controleng.com/industry-news/more-news/e2fb9102dbcb6ee0df5349c21b672448.html?tx_ttnews%5Bpointer%5D=1">51-100</a>
<a href="https://www.controleng.com/industry-news/more-news/9e172d3b2466c8d700bda02a30ad6850.html?tx_ttnews%5Bpointer%5D=2">101-150</a>
<a href="https://www.controleng.com/industry-news/more-news/790c2f746445155db391dcd83dc66774.html?tx_ttnews%5Bpointer%5D=3">151-200</a>
<a href="https://www.controleng.com/industry-news/more-news/9824f6c09c035bec2be10f9360b32dfe.html?tx_ttnews%5Bpointer%5D=4">201-250</a>
<a href="https://www.controleng.com/industry-news/more-news/47bd8b001e426ad020cfd4b2e0927be6.html?tx_ttnews%5Bpointer%5D=5">251-300</a>
<a href="https://www.controleng.com/industry-news/more-news/acfa31fbc0dbfbbcb8eec87ce0a44acc.html?tx_ttnews%5Bpointer%5D=6">301-350</a>
<a href="https://www.controleng.com/industry-news/more-news/e2fb9102dbcb6ee0df5349c21b672448.html?tx_ttnews%5Bpointer%5D=1">Next &gt;</a>
<a href="https://www.controleng.com/industry-news/more-news/f4aad7c754e72a9bbd620daaf8d32e41.html?tx_ttnews%5Bpointer%5D=241">Last &gt;&gt;</a></div></div> -->
  </div>
</div>
<!--TYPO3SEARCH_end--></div>
<!-- END of content -->

<!-- skyscraper AD right -->

        <div class="far_right_news">      <div class="eventIcon_ce">

<ins data-revive-zoneid="2808" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>

</div></div>
	<div class="rightADcontainer"><ins data-revive-zoneid="2709" data-revive-id="5d3cba222eaaeee40162c5d04d22e1b8"></ins>
<!--
<script async language='JavaScript' type='text/javascript' src='https://cfemedia.gcnpublishing.com/openx/adx.js'></script>
<script async language='JavaScript' type='text/javascript'>
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("https://cfemedia.gcnpublishing.com/openx/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone: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>");
</script>
--></div>
	
<!-- END of Skyscraper AD right -->

<!-- Footer -->
	<div id="Footer"><ul class="footerUL"><li><h3>Articles</h3><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/info-management/hmi-oi.html">Information Control</a><a href="https://www.controleng.com/magazine/international-editions.html">International Editions</a><a href="https://www.controleng.com/control-systems/cnc-motion-control.html">Machine Control</a><a href="https://www.controleng.com/magazine/magazine-archives.html">Magazine Archives</a><a href="https://www.controleng.com/process-manufacturing/dcs-scada-controllers.html">Process Control</a><a href="https://www.controleng.com/system-integration/system-integrators.html">System Integrators</a><a href="https://www.controleng.com/education-training/education-and-training.html">Education and Training</a></li>    <li>
        <h3>New Products</h3>
        <a target="newTab" href="https://gspplatform.cfemedia.com/pe/home">New Products</a>
        <a href="channels/product-research.html">Product Research</a>
    </li><li><h3>Topics</h3><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/networking-security/cyber-security.html">Cyber Security</a><a href="https://www.controleng.com/system-integration/energy-efficiency.html">Sustainable Engineering</a><a href="https://www.controleng.com/info-management/manufacturing-it-mes.html">Manufacturing IT</a><a href="https://www.controleng.com/info-management/mobility.html">Mobility</a><a href="https://www.controleng.com/discrete-manufacturing/robotics.html">Robotics</a><a href="https://www.controleng.com/discrete-manufacturing/machine-safety.html">Machine Safety</a></li><li><h3>Training, Tools</h3><a href="https://www.controleng.com/connect/apps-for-engineers.html">Apps for Engineers</a><a href="https://www.controleng.com/media-library/case-studies.html">Case Studies</a><a href="https://www.controleng.com/new-products.html">New Products</a><a href="https://www.controleng.com/media-library/videos.html">Videos</a><a href="https://www.controleng.com/media-library/white-papers.html">White Papers</a><a href="https://www.controleng.com/channels/product-research.html">Product Research</a></li><li><h3>Events and Awards</h3><a href="https://www.controleng.com/events-and-awards/engineers-choice-awards.html">Engineers' Choice Awards</a><a href="https://www.controleng.com/events-and-awards/engineering-leaders-under-40.html">Engineering Leaders Under 40</a><a href="https://www.controleng.com/events-and-awards/system-integrator-giants.html">System Integrator Giants</a><a href="http://www.controleng.com/events-and-awards/system-integrator-hall-of-fame.html">System Integrator Hall of Fame</a><a href="https://www.controleng.com/events-and-awards/tips-and-tricks.html">Tips and Tricks</a><a href="https://www.controleng.com/events-and-awards/marketing-to-engineers.html">Marketing to Engineers</a><a href="https://www.controleng.com/events-and-awards/global-automation-manufacturing-summit/global-automation-manufacturing-summit.html">Global Automation & Manufacturing Summit</a><a href="https://www.controleng.com/events-and-awards/ce-china-best-product-award.html">CE China Best Product Award</a></li><li><h3>News, Views, Blogs</h3><a href="https://www.controleng.com/blogs/ask-control-engineering.html">Ask Control Engineering</a><a href="https://www.controleng.com/connect/how-to-contribute.html">How to Contribute</a><a href="https://www.controleng.com/blogs/machine-safety.html">Machine Safety</a><a href="https://www.controleng.com/blogs/real-world-engineering.html">Real World Engineering</a><a href="https://www.controleng.com/industry-news/rss-feeds.html">RSS Feeds</a><a href="https://www.controleng.com/connect/social-media.html">Social Media</a><a href="https://www.controleng.com/blogs/industrial-wireless-tutorials.html">Industrial Wireless Tutorials</a><a href="https://www.controleng.com/blogs/system-integration-and-process-control.html">System Integration and Process Control</a></li><li><h3>Newsletters</h3><a href="https://www.controleng.com/magazine/subscribe.html">Subscribe</a><a href="https://www.controleng.com/newsletter/ce-machine-control/machine-control-nov-7-2018.html">Machine Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-advanced-control/p-ac-nov-6-2018.html">Process and Advanced Control Newsletter</a><a href="https://www.controleng.com/newsletter/ce-process-instrumentation/process-instrumentation-oct-16-2018.html">Process Instrumentation and Sensors Newsletter</a><a href="https://www.controleng.com/newsletter/ce-safety-cyber-security/machine-and-process-safety-sept-13-2018.html">Safety & Cyber Security Newsletter</a><a href="https://www.controleng.com/newsletter/ce-energy-automation/energy-automation-aug-14-2017.html">Energy Automation Newsletter</a><a href="https://www.controleng.com/newsletter/ce-system-integration-2015/system-integration-sept-12-2018.html">System Integration Newsletter</a><a href="https://www.controleng.com/newsletter/ce-information-control-monthly-2012/information-control-sept-27-2018.html">Information Control Newsletter</a><a href="https://www.controleng.com/index.php?id=19645&amp;ADMCMD_cooluri=1">New Products for Engineers Showcase</a><a href="http://www.controleng.com/index.php?id=19547&amp;ADMCMD_cooluri=1">White Paper Connection</a><a href="https://www.controleng.com/newsletters/enewsletter-archive.html">eNewsletter Archive</a></li><li><h3>Advertising</h3><a href="https://www.controleng.com/cs/case-study-database-listing.html">Case Study Database Listing</a><a href="https://www.controleng.com/about-us/advertise.html">Advertise--Media Kit</a><a href="https://www.controleng.com/about-us/contact-us.html">Contact Us</a><a href="http://www.controleng.com/index.php?id=7989&amp;focus=1&amp;tab=2">HART Communication Protocol</a><a href="https://www.controleng.com/media-library/innovations-from-the-industry.html">Innovations from the Industry</a><a href="https://www.controleng.com/media-library/white-papers.html">White Papers</a><a href="https://www.controleng.com/industry-news/internet-profiles.html">Internet Profiles</a></li><li><h3>About Us</h3><a href="https://www.controleng.com/about-us/terms-of-use.html">Terms of Use</a><a href="http://www.controleng.com/index.php?id=7989&amp;focus=1&amp;tab=0">Applied Automation</a><a href="https://www.controleng.com/about-us/about-cfe-media-llc.html">About CFE Media LLC.</a><a href="http://www.csemag.com" target="_new">Consulting-Specifying Engineer</a><a href="http://www.csemag.com/contentstream.html">Content Stream</a><a href="https://www.controleng.com/magazine.html">Magazine</a><a href="https://www.controleng.com/connect/how-to-contribute.html">How to Contribute</a><a href="https://www.controleng.com/magazine/international-editions.html">International Editions</a><a href="https://www.controleng.com/magazine/magazine-archives.html">Magazine Archives</a><a href="http://www.plantengineering.com" target="_new">Plant Engineering</a><a href="http://www.oilandgaseng.com/home.html">Oil & Gas Engineering</a><a href="https://www.controleng.com/magazine/subscribe.html">Subscribe</a><a href="https://www.controleng.com/site-map.html">Site Map</a><a href="https://www.controleng.com/about-us/privacy-policy.html">Privacy Policy</a></li></ul><a href="https://www.controleng.com/" class="bottomLogoLink"><div id="footerLogo"></div></a><a href="https://www.cfemedia.com" class="companyLogoLink"></a></div>
<!-- END of Footer -->
</div>
<!-- END WRAPPER -->




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

</body>
</html>