<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CONTROL Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/control/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/control/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 16 Jul 2021 06:34:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>When Artificial Intelligence Comes to Control</title>
		<link>https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/</link>
					<comments>https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 16 Jul 2021 06:34:33 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[CONTROL]]></category>
		<category><![CDATA[Machine learning]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15040</guid>

					<description><![CDATA[<p>Source &#8211; https://www.automationworld.com/ Applications of machine learning and other forms of artificial intelligence have been recognized in robotics and analytics. Now the technology is adding some spice <a class="read-more-link" href="https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/">When Artificial Intelligence Comes to Control</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source &#8211; https://www.automationworld.com/</p>



<p class="wp-block-paragraph">Applications of machine learning and other forms of artificial intelligence have been recognized in robotics and analytics. Now the technology is adding some spice to basic control applications.</p>



<p class="wp-block-paragraph">Using your noodle to think things through tends to make things go much more smoothly—even if you’re just a high-speed food packaging machine wrapping instant noodles. That’s an important lesson gained from machine learning technology used by systems integrator Tianjin FengYuLingKong of Tianjin, China.</p>



<p class="wp-block-paragraph">This form of artificial intelligence (AI) allowed the firm’s engineers to develop a multivariable inspection model for one of China’s largest producers of noodles. Relying on this model, the control system for the packaging lines can now deduce whether sachets containing spices and dried vegetables for flavoring were placed correctly on the precooked noodle blocks before each block is individually wrapped.</p>



<p class="wp-block-paragraph">This ability is an example of how machine learning and other forms of AI are moving beyond applications like robotics and analytics and into control applications.</p>



<p class="wp-block-paragraph">In Tianjin FengYu’s case, there was no other cost-effective way to check whether an occasional sachet of flavorings might have slipped between two blocks of noodles and been cut open by a cross-cutting tool. Although cutting a sachet generates measurable signals within the machine, other events such as vibration and changes in packaging material, conveyor speed, and cutting tension also affect those signals, making conventional forms of process monitoring unreliable.</p>



<p class="wp-block-paragraph">For this reason, Tianjin FengYu decided to develop, train, and deploy a mathematical model using TwinCAT Machine Learning from Beckhoff Automation. The integrator’s engineers collected sensor data via EtherCAT terminals and TwinCAT Scope View charting software. Then, the data were correlated into a model using TwinCAT Condition Monitoring, and the model was trained using an open-source framework called Scikit-learn.</p>



<p class="wp-block-paragraph">After being saved as a description file in a binary format suited for serialization in TwinCAT, the trained model was loaded into a CX5100 series embedded PC, which runs the model in real time. This embedded PC is integrated with the main controller on the packaging line.</p>



<p class="wp-block-paragraph">The control system can run the model in real time as each packaging line wraps about 500 packages of noodles per minute. “A trained model actually runs fairly quickly,” notes Beckhoff’s Daymon Thompson. “And that’s what’s usually running in the controllers.”</p>



<p class="wp-block-paragraph">Training the model is a different story, however. Thompson says that training needs a lot of processing power, as much as 30 minutes to a full day, depending on the model and the computer training it. So, the initial training and any subsequent retraining are often done on a server or an offline controller.</p>



<p class="wp-block-paragraph">Besides in-process inspection, another application for machine learning in controls is the optimization of motion profiles. Consider a conveyor system that carries payloads around corners and coordinates motion with loading and other activities in a demonstration created by Beckhoff using its eXtended Transport System (XTS). “Instead of just running everything around as fast as we can to get in line for the next synchronized event, we want the motion to be optimized to minimize energy consumption and wear and tear on the mechanics,” explains Thompson.</p>



<p class="wp-block-paragraph">The machine learning algorithm figures out exactly what the motion profile should look like. “Because the motors driving the system need to be coordinated in real time, the motion profile really needs to be built into the machine control,” notes Thompson. “It can’t be done on a server or even an edge device.”</p>



<p class="wp-block-paragraph"><strong>AI benefits closed-loop control <br></strong>“Traditionally, PLC programmers would write ladder logic to tune systems with either creative rungs of arithmetic or PID control blocks,” says Kevin McClusky, co-director of sales engineering at Inductive Automation. “Today, closed-loop control with AI allows users to feed data into predictive models that can optimize output based on past performance or cost reduction, allowing far more complex algorithms to be applied to achieve efficiency or productivity goals.”</p>



<p class="wp-block-paragraph">He reports that the catalogs of several PLC manufacturers now offer AI modules for closed-loop control. Although not every application needs the technology, these modules are another set of tools in the toolbox. McClusky compares them to a simple PID block in ladder logic. “It’s not needed in a lot of applications, but it sure is handy in applications that can benefit from it,” he says.</p>



<p class="wp-block-paragraph">“Model outputs can be integrated into the control scheme to extend the capabilities of classical control methods,” adds Jennifer Mansfield, marketing manager—analytics at Rockwell Automation. “Challenging problems, like enabling predictive maintenance or dynamic control, are better addressed with machine learning than classical control.”</p>



<p class="wp-block-paragraph">Illustrating her point is the model predictive control (MPC) that EnWin Utilities Ltd. implemented to mitigate pressure spikes in the water distribution system in Windsor, Ontario. These spikes had been contributing to an increasing number of watermain breaks in the aging system.</p>



<p class="wp-block-paragraph">The old control scheme had depended upon PID logic that maintained a flow setpoint based upon outlet header pressure. Pressure would vary whenever operators would start and stop pumps at the two pumping stations and an auxiliary booster station to adjust flows to compensate for fluctuating demand.</p>



<p class="wp-block-paragraph">To even out pressure, EnWin chose an MPC-based system that could handle more variables than just flow and outlet header pressure. Working with engineers from Rockwell Automation, EnWin began by creating 17 remote pressure stations throughout the water distribution system. The team also installed server-based MPC on its existing supervisory control and data acquisition (SCADA) system. The system now maintains the lowest possible pressure for producing adequate flow as demand changes.</p>



<p class="wp-block-paragraph">To optimize pressure and flow control further, the main campus uses a new ControlLogix controller with onboard MPC. “We knew we could optimize the system by incorporating pump start-stop functionality and flow control valves,” explains Quin Dennis, an application engineer at Rockwell Automation. “But given the existing interval speed, [server-based] MPC would not be able to make system adjustments quickly enough to mitigate the rapid pressure spikes from pump starts or stops.” Onboard MPC, however, reduced the 15 to 16 second interval speed down to 0.5 to 1 second.</p>



<p class="wp-block-paragraph">The system is now responsive enough to regulate the speed of the pumps and adjust control valves to offset any pressure spikes. By replacing PID logic with MPC at the controller level, as well as at the server level, EnWin was able to reduce watermain breaks by 21%. It also reduced average pressure by 2.8 psi and standard deviation by 29%, saving the company $125,000 in annual energy and leakage costs.</p>



<p class="wp-block-paragraph"><strong>Predictive applications<br></strong>Another benefit of AI is that it can help users peer deeper into their processes than controllers would otherwise permit. This is especially true in applications that require processing large amounts of data.</p>



<p class="wp-block-paragraph">“AI is now being implemented on the edge in situations where large volumes of data must be analyzed quickly before being sent to the cloud,” observes Joe Berti, vice president of AI applications atIBM Corp. “As a result, smart technology is broadening engineers and technicians’ understanding of their assets’ health by capturing and interpreting more information faster than any human could.”</p>



<p class="wp-block-paragraph">Consequently, Berti thinks that the biggest contribution AI and machine learning are making to controls technology is the ability to streamline detection and resolution of developing problems before they have a chance to escalate. “In the past, an asset might have been inspected on an annual basis,” he says. “Now, IoT sensors and enterprise asset management systems can detect patterns in asset data and then translate those findings into potential problems.”</p>



<p class="wp-block-paragraph">An example of this kind of application can be seen in the use of AI to discover oil degradation on a food packaging line installed by Novate Solutions Inc., an engineering and technology services firm based in West Sacramento, Calif. The clues to the problem came from IBM’s cloud-based AI technology and Maximo Monitor software, which Novate uses to provide a process monitoring service. The AI noticed that the average torque of a servomotor had been increasing over time, so the Novate solution flagged the equipment for inspection.</p>



<p class="wp-block-paragraph">Upon being alerted by Novate engineers, the production crew at the food producer checked the packaging equipment and found that the oil had not been changed as the maintenance log had suggested. The oil had completely degraded, causing the motor to work increasingly harder over time.</p>



<p class="wp-block-paragraph"><strong>Trained for decision-making<br></strong>Another application for AI in basic control is the automation of decision-making in continuous processes. “Here, an AI system controls a part of a facility or operation, sending signals to do basic control of different pieces of equipment,” says Inductive Automation’s McClusky.</p>



<p class="wp-block-paragraph">He points to the way a type of machine learning known as reinforcement learning is being deployed by Andritz Automation, a worldwide systems integrator headquartered in Graz, Austria. In reinforcement learning, models are trained to make a sequence of decisions by means of a trial-and-error method that strives to maximize a cumulative score of rewards and penalties.</p>



<p class="wp-block-paragraph">In what may have been the first implementation of this AI technology in continuous industrial processes, Andritz engineers in Canada and Germany collaborated on developing prototype software. They then implemented the prototype in a pilot program at Newmont GoldCorp., a Vancouver-based goldmining company.</p>



<p class="wp-block-paragraph">This prototype uses the integrator’s process simulation software as the training ground for machine-learning algorithms. The AI engine learns by interacting with several simulations as they run. A user can set up batches of training scenarios, such as particular plant malfunctions that the AI engine needs to know. After the training exercises are performed, the algorithms are stored and used for automatic plant control.</p>



<p class="wp-block-paragraph">A key technology for developing and implementing this AI engine was Inductive Automation’s Ignition development environment for SCADA. Ignition provided a bridge between the AI engine and either the integrator’s process simulation software or the real plant, using scripted HTTP calls on one side and OPC on the other.&nbsp;</p>



<p class="wp-block-paragraph">Ignition’s sequential function charts control the dispatch of training scenarios. All scenario configuration and training results are stored in a SQL database. During the training process, the two teams in Canada and Germany were able to work on the project at the same time because the training environment was deployed on a small virtual network on a Microsoft Azure cloud server in Europe. Each team could run Vision clients simultaneously and access the database gateway and simulation machines.</p>
<p>The post <a href="https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/">When Artificial Intelligence Comes to Control</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/when-artificial-intelligence-comes-to-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Camera-based cap control with artificial intelligence</title>
		<link>https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/</link>
					<comments>https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 11:03:43 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[CONTROL]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=13998</guid>

					<description><![CDATA[<p>Strong price pressure combined with high quality requirements – the beverage and bottle industry faces the classic dilemma of many industries. This is also the case in <a class="read-more-link" href="https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/">Camera-based cap control with artificial intelligence</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Strong price pressure combined with high quality requirements – the beverage and bottle industry faces the classic dilemma of many industries.</strong></p>



<p class="wp-block-paragraph">This is also the case in the quality control department of a French manufacturer of plastic caps. Reliably detecting cracks and micro-cracks on plastic caps in 40 different colours and shades running at high speed on a production line is a real challenge.</p>



<p class="wp-block-paragraph">APREX Solutions from Nancy, France has successfully achieved this goal with the help of image processing technology and artificial intelligence. The basic images are provided by a USB 3 industrial camera from IDS Imaging Development Systems.</p>



<p class="wp-block-paragraph">SOLOCAP is a subsidiary of La Maison Mélan Moutet – “flavour conditioner since 1880” – and manufactures all types of plastic caps for the food sector at its industrial site in Contrexéville.</p>



<p class="wp-block-paragraph">Among them, a top-class screw cap suitable for any glass or PET bottle. Thanks to a clampable lamella ring arranged around the bottle collar, it enables simple, fast, absolutely tight and secure seal.</p>



<p class="wp-block-paragraph">However, the slats must be reliably and extremely carefully checked for cracks, tears and twists during production. This is the only way to guarantee absolute tightness.</p>



<p class="wp-block-paragraph">The previous inspection system could not meet these high requirements. APREX Solutions realised the new solution with artificial intelligence individually on the basis of in-house software algorithms.</p>



<p class="wp-block-paragraph">The necessary specifications were developed in advance in cooperation with the customer. This also included several inspection stages, one of which, for example, was the reject control to avoid false reports. The introduction took place in two phases:</p>



<p class="wp-block-paragraph">First, the specific “SOLOCAP application” was trained with the help of the intelligent APREX Track AI solution. The software includes various object detector, classifier and standard methods that operate at different levels.</p>



<p class="wp-block-paragraph">Networked accordingly, they ultimately deliver the desired result tailored to the customer. Four control levels with several test points guarantee a reliability rate of over 99.99 percent.</p>



<p class="wp-block-paragraph">In the second step, this application was implemented in the production line right after the first assembly run with APREX Track C&amp;M. The latter was specially developed for the diverse image processing requirements in the industrial sector.</p>



<p class="wp-block-paragraph">This includes, among other things, the control and safeguarding of a production line up to the measurement, identification and classification of defects in the production environment.</p>



<p class="wp-block-paragraph">The software suite delivers the desired results quickly and efficiently, without time-consuming development processes. After a short training of the AI methods, the complete system is ready for use at the customer.</p>



<p class="wp-block-paragraph">In the case of SOLOCAP, it combines an IDS UI-3280CP-C-HQ industrial camera, powerful ring illumination and a programmable logic controller (PLC) to provide comprehensive control over all inspection processes.</p>



<p class="wp-block-paragraph">At the same time, it records all workflows in real time and ensures complete traceability. Only one camera is needed for this. However, APREX TRACK C&amp;M could handle up to 5 cameras.</p>



<p class="wp-block-paragraph">Romain Baude, founder APREX Solutions, says: “The difficulty of this project consisted mainly in the very subtle expression of the defects we were looking for and in the multitude of colours. With our software suite, it was possible to quickly set up an image processing application. Despite the complexity.”</p>



<p class="wp-block-paragraph">The image from the camera provides the basis for the evaluations. It captures every single cap directly in the production line at high speed and makes the smallest details visible to the software.</p>



<p class="wp-block-paragraph">The UI-3280CP-C-HQ industrial camera integrated into the system with the 5 MP IMX264 CMOS sensor from Sony sets new standards in terms of light sensitivity, dynamic range and colour reproduction.</p>



<p class="wp-block-paragraph">The USB 3 industrial camera provides excellent image quality with extraordinarily low-noise performance – at frame rates up to 36 fps. CP stands for “Compact Power”.</p>



<p class="wp-block-paragraph">This is because the tiny powerhouse for industrial applications of all kinds is fast, reliable and enables a high data rate of 420 MByte/s with low CPU load.</p>



<p class="wp-block-paragraph">Users can choose from a large number of modern CMOS sensors from manufacturers such as Sony, CMOSIS, e2v and ON Semiconductor with a wide range of resolutions.</p>



<p class="wp-block-paragraph">Its innovative, patented housing design with dimensions of only 29 x 29 x 29 millimetres makes it suitable for tasks in the fields of automation, automotive, medical technology and life sciences, agriculture, logistics as well as traffic and transport, among others.</p>



<p class="wp-block-paragraph">Screwable cables ensure a reliable electrical connection. Thanks to the IDS-characteristic plug &amp; play principle, the cameras are automatically recognised by the system and are immediately ready for use.</p>



<p class="wp-block-paragraph">Romain Baude says: “The excellent colour reproduction of the UI-3280CP-C-HQ and its high resolution of 5 MP were decisive factors for us in choosing the camera. At the same time, the model enabled a quick, uncomplicated integration into our system.”</p>



<p class="wp-block-paragraph"><strong>Outlook</strong></p>



<p class="wp-block-paragraph">Anthony Vastel, head of technology and industry at SOLOCAP, sees a lot of potential in the new inspection system.</p>



<p class="wp-block-paragraph">He says: “APREX’s AI-based approach has opened new doors for our 100 percent vision-based quality control. Our requirements for product safety, but also for reject control, especially in the case of false reports, were quickly met.</p>



<p class="wp-block-paragraph">“We are convinced that we can go one step further by continuing to increase the efficiency of the system at SOLOCAP and transferring it to other production lines.”</p>



<p class="wp-block-paragraph">AI offers quality assurance, but also all other industries in which image processing technology is used, new, undreamed-of fields of application.</p>



<p class="wp-block-paragraph">It makes it possible to solve tasks in which classic, rule-based image processing reaches its limits. Thus, high-quality results can be achieved with comparatively little effort – quickly, creatively and efficiently.</p>



<p class="wp-block-paragraph">APREX Solutions and IDS have recognised this and offer solutions with intelligent products that make it easier for customers to enter this new world. Image processing and AI – a real dream team on course for growth.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/">Camera-based cap control with artificial intelligence</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/camera-based-cap-control-with-artificial-intelligence/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Acoustic Quality Control with the Help of Artificial Intelligence</title>
		<link>https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/</link>
					<comments>https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 01 Apr 2021 08:51:36 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Acoustic]]></category>
		<category><![CDATA[CONTROL]]></category>
		<category><![CDATA[Fraunhofer]]></category>
		<category><![CDATA[quality]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=13826</guid>

					<description><![CDATA[<p>Source &#8211; https://innovationorigins.com/ Fraunhofer Institute scientists have developed quality control software that allows users without expert AI knowledge to benefit from AI. Although they can bring great <a class="read-more-link" href="https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/">Acoustic Quality Control with the Help of Artificial Intelligence</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source &#8211; https://innovationorigins.com/</p>



<p class="wp-block-paragraph">Fraunhofer Institute scientists have developed quality control software that allows users without expert AI knowledge to benefit from AI.</p>



<p class="wp-block-paragraph">Although they can bring great benefits in everyday work, many small and medium-sized enterprises (SMEs) shy away from applications based on artificial intelligence. But AI offers a lot of potential, especially in quality control. Nevertheless, training the models is difficult and hardly feasible without mathematical knowledge, as there are countless parameters that can go into such an analysis. And once an AI algorithm is learned, it is trained only on the specifications it learns. If a product design or the geometry of a component is later changed even slightly, the algorithm recognizes this as an error and the AI must be retrained.</p>



<p class="wp-block-paragraph">Researchers at the Fraunhofer Institute for Digital Media Technology IDMT in Ilmenau, Germany, have now developed the “IDMT-ISAAC” software, which can be operated even without extensive expert AI knowledge. IDMT-ISAAC stands for Industrial Sound Analysis for Automated Quality Control. “We want to enable SMEs to adapt and customize AI algorithms themselves,” says Judith Liebetrau, group leader of Industrial Media Applications at Fraunhofer IDMT. “They can apply IDMT-ISAAC to their own audio data, retrain it, and thus get fast and reliable results and decision support for their quality assurance.”</p>



<h3 class="wp-block-heading">Using AI even without expert knowledge</h3>



<p class="wp-block-paragraph">IDMT-ISAAC relies on acoustics for analysis, since in many cases it is possible to detect defects just by the sound of the process. To train the AI, the scientists use recorded acoustic data from welding processes. The AI analyzes the typical noises that occur and draws conclusions about the quality of the respective weld seam from the audio data. If, for example, the geometry of a product is then changed, the user can teach this to IDMT-ISAAC with just a few clicks. As early as summer 2021, the software should be adapted to live operation to the extent that the system can immediately analyze real-time data from production and optimize quality assurance. In three to four years, it should even be able to actively intervene in production.</p>



<p class="wp-block-paragraph">But the framework at the heart of IDMT-ISAAC doesn’t offer new analysis options just for welding. “We have integrated various methods in the modular system to be able to map other processes, such as milling, relatively quickly,” Liebetrau explains. Companies that already have their own software should also be able to use it in the future. They will also be able to access the institute’s AI via an interface on the Fraunhofer IDMT server. It is important to the developers here to emphasize that data protection and data security would always be observed and that the data would be processed anonymously, regardless of whether companies access the AI via an interface or it is integrated into the company via the framework.</p>



<h3 class="wp-block-heading">Making AI comprehensible</h3>



<p class="wp-block-paragraph">For different user groups – AI novices as well as AI experts – the software can be customized via different user profiles. For example, developers of AI algorithms are very interested in getting a feel for how AI makes its decisions and the sounds it uses to make them, says Judith Liebetrau. “So we are also moving a bit in the direction of Explainable AI with the framework to make AI more comprehensible,” Liebetrau says.</p>



<p class="wp-block-paragraph">The researchers will present IDMT-ISAAC at the Hannover Messe from April 12 to 16, 2021. At the virtual booth, Bescher will apply artificial intelligence models using the IDMT-ISAAC software to industrial audio data to verify its quality.</p>
<p>The post <a href="https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/">Acoustic Quality Control with the Help of Artificial Intelligence</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/acoustic-quality-control-with-the-help-of-artificial-intelligence/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>East Century uses big data for flood control</title>
		<link>https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/</link>
					<comments>https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Tue, 02 Feb 2021 05:40:30 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[CONTROL]]></category>
		<category><![CDATA[East Century]]></category>
		<category><![CDATA[flood]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=12619</guid>

					<description><![CDATA[<p>Source &#8211; http://global.chinadaily.com.cn/ As climate change heightens the threat of flooding, a big data and cloud computing company in Guizhou province is intent on harnessing a range <a class="read-more-link" href="https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/">East Century uses big data for flood control</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source &#8211; http://global.chinadaily.com.cn/</p>



<p class="wp-block-paragraph">As climate change heightens the threat of flooding, a big data and cloud computing company in Guizhou province is intent on harnessing a range of information to track risk factors and send alerts in a rapid and cost-effective manner.</p>



<p class="wp-block-paragraph">The conventional method for predicting floods relies on setting up physical hydrometric stations in high-risk areas. Based on information transmitted from sensors placed near waterways, a number of variables are monitored, including water level, flow rate, temperature, rainfall and evaporation, and then analysis is conducted accordingly.</p>



<p class="wp-block-paragraph">The method is effective and essential, but the caveat is that to increase its precision inevitably requires investing more in infrastructure, said Li Tao, chief engineer at Guizhou East Century Science&amp; Technology, a company founded in 2000 in Guiyang, capital of Guizhou province.</p>



<p class="wp-block-paragraph">With extreme weather shifts becoming more common, it is not feasible to continuously establish new hydrometric stations in every area deemed as flood-prone, Li said.</p>



<p class="wp-block-paragraph">The company, set up in the city regarded as the epicenter of China&#8217;s emerging big data scene, has instead looked to the digital sphere to tackle mounting flood hazards.</p>



<p class="wp-block-paragraph">The novel warning system, known as East Auspicious Clouds, first aggregates meteorological and geographic information, as well as data on water bodies and rainfall, from different government departments and research institutions.</p>



<p class="wp-block-paragraph">Both real-time and historical data are fed into an analysis model that boasts one of the fastest speeds in the world to complete one session of comprehensive analysis of all data at hand.</p>



<p class="wp-block-paragraph">&#8220;The system breaks from the traditional flood forecasting mechanism that usually costs a lot in terms of construction and equipment maintenance. It also covers a much wider range of areas and achieves a high precision rate,&#8221; Li said.</p>



<p class="wp-block-paragraph">&#8220;The traditional sensors measure the amount of water on the ground. By comparison, the system begins calculating and forecasting the amount of rainfall when raindrops begin forming from water vapor in the air,&#8221; he said.</p>



<p class="wp-block-paragraph">Yu Linmei, deputy general manager of the company, said in an earlier interview that the system is able to renew its alerts every 15 minutes. The normal speed for domestic counterparts is one hour to 90 minutes, and for most advanced global competitors about 30 minutes.</p>



<p class="wp-block-paragraph">On average, the system is able to issue warnings for small and medium-sized bodies of water about one to four hours in advance. The window of opportunity for early preparedness is estimated to reduce economic losses by up to 90 percent, according to the company.</p>



<p class="wp-block-paragraph">The idea of tapping into big data&#8217;s potential for flood prediction work was first hatched in 2014. The first version of the system was rolled out in 2018 and the second in May 2019.</p>



<p class="wp-block-paragraph">So far, the system has been mainly applied in Guizhou province and is also making headway in other parts of the country, the company said.</p>



<p class="wp-block-paragraph">In June, the system had successfully predicted 10 hours in advance that a stretch of railway tracks connecting Guizhou and Sichuan provinces were at risk of being submerged.</p>



<p class="wp-block-paragraph">The information enabled the railroad authority in Chengdu, capital city of Sichuan, to take precautions and minimize the flood&#8217;s disruption to regular rail service.</p>



<p class="wp-block-paragraph">&#8220;Imagine how many more physical sensors are needed to obtain such information. For the system to sharpen its sensitivity and accuracy, the key is to gather as much data as possible. The more the data, the better the outcome,&#8221; Li said.</p>



<p class="wp-block-paragraph">However, he added that the system at the moment only acts as an additional source of information for decision-making provided to those responsible for gathering insights from various parties before taking adequate precautions.</p>



<p class="wp-block-paragraph">Predicting natural disasters is extremely complicated. None of the experts in the industry can assert that their projections are absolutely correct, but it is always helpful to see the issue from another perspective, he said. Li added that it will take time for flood-prevention workers and authorities to learn and adopt a brand-new system that overturns the conventional method and uses novel technologies such as big data and cloud computing.</p>
<p>The post <a href="https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/">East Century uses big data for flood control</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/east-century-uses-big-data-for-flood-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASM Assembly Systems uses Rethink Robotics’ Sawyer robot for quality control checks</title>
		<link>https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/</link>
					<comments>https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 07:42:08 +0000</pubDate>
				<category><![CDATA[Robotics]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[ASSEMBLY]]></category>
		<category><![CDATA[CONTROL]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[RETHINK]]></category>
		<category><![CDATA[SAWYER]]></category>
		<category><![CDATA[SMT]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=9248</guid>

					<description><![CDATA[<p>Source: roboticsandautomationnews.com Rethink, now part of the Hahn Group, says the ASM setup was simple and the operation enabled Sawyer to “quickly achieve high levels of acceptance <a class="read-more-link" href="https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/">ASM Assembly Systems uses Rethink Robotics’ Sawyer robot for quality control checks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source: roboticsandautomationnews.com</p>



<p class="wp-block-paragraph">Rethink, now part of the Hahn Group, says the ASM setup was simple and the operation enabled Sawyer to “quickly achieve high levels of acceptance among employees”.</p>



<p class="wp-block-paragraph">The task of the SMT Solutions business segment in the ASM Pacific Technology group is to support, implement and realize the SMT Smart Factory for electronics manufacturers worldwide.</p>



<p class="wp-block-paragraph">ASM solutions such as the SIPLACE Placement Systems and the DEK Printing Solutions support the networking, optimization and automation of central workflows at the line and factory level with hardware, software and services and allow electronics manufacturers the gradual transition to the Smart SMT Factory with dramatic improvements in key figures / KPIs for productivity, flexibility and quality.</p>



<p class="wp-block-paragraph">The central strategy element at ASM is the close cooperation with customers and partners. ASM initiated the SMT Smart Network as a global competence network for the active exchange of experiences between Smart Champions.</p>



<p class="wp-block-paragraph">ASM is a co-founder of the ADAMOS joint venture to develop an IIoT platform for manufacturing companies and, together with other SMT manufacturers, is establishing the open standard HERMES as SMEMA successor for M2M communication in SMT lines.</p>



<p class="wp-block-paragraph"><strong>The task</strong></p>



<p class="wp-block-paragraph">ASM uses Rethink Robotics’ cobot Sawyer in quality control. Sawyer independently performs the checks by picking up a part from the existing assembly, performing a scan of the surface and placing the board in a test adapter.</p>



<p class="wp-block-paragraph">After this OK / NOK test, Sawyer separates the parts based on the results and releases them for further processing. Defective parts are removed from the process chain and deposited by Sawyer in a special area so that they can be transferred to the fault analysis.</p>



<p class="wp-block-paragraph">Another challenge initially was the employees’ acceptance of the cobot. Manufacturing workers feared that Sawyer would be a machine that could endanger their jobs in the long term.</p>



<p class="wp-block-paragraph">However, this idea changed quickly because Sawyer takes on repetitive tasks, which means that ASM employees can apply their skills for more demanding tasks in the value chain.</p>



<p class="wp-block-paragraph">After a brief familiarization, the cobot has become part of the team in production, which gave him the new nickname “Paul”.</p>



<p class="wp-block-paragraph"><strong>Project progress</strong></p>



<p class="wp-block-paragraph">The ASM decision-makers got to know a Sawyer application, which offered an opportunity to automate the previously manually performed quality control of printed circuit boards. Sawyer was able to pick up parts independently and use them in a test system.</p>



<p class="wp-block-paragraph">During the first meeting for the live demo of Rethink Robotics, the ASM decision-makers were impressed by how easy it is to program Sawyer through the Intera software.</p>



<p class="wp-block-paragraph"><strong>Advantages for the customer</strong></p>



<p class="wp-block-paragraph">Alessandro Bonara, head of electronic manufacturing at ASM Assembly Systems, says: “It was very impressive for us that the Sawyer is so quick and easy to assemble.”</p>



<p class="wp-block-paragraph">After delivery, assembly and connection, Sawyer is immediately ready for use. In comparison to conventional industrial robots, Sawyer is much easier to set up and put into operation.</p>



<p class="wp-block-paragraph">Another bonus is that Sawyer does not have to be fixed to the floor of the assembly hall with screws, which makes its mobility another huge advantage in terms of flexibility.</p>



<p class="wp-block-paragraph">Programming the Intera software is very easy for the user due to its structure and operation.</p>



<p class="wp-block-paragraph">Employees can either build the program modularly using “Teach by Demonstration”, which works by moving the robot arm in the room, or using landmarks to specify a framework that Sawyer can use to learn how to perform his movements.</p>



<p class="wp-block-paragraph">As a final step, an employee can fine-tune the programmed movements using the Intera software.</p>



<p class="wp-block-paragraph">The safety aspect in the cooperation between humans and collaborative robots has the highest priority when using Sawyer.</p>



<p class="wp-block-paragraph">That is why cobot Sawyer continuously controls his use of force, the position of his robot arm and has a collision control. The entire application used in production at ASM is CE certified.</p>



<p class="wp-block-paragraph"><strong>Productivity and quality improvements</strong></p>



<p class="wp-block-paragraph">The cooperation between Rethink Robotics and ASM was “very constructive and reliable”, say the companies.</p>



<p class="wp-block-paragraph">For ASM, productivity and quality improvements are among the most important goals.</p>



<p class="wp-block-paragraph">The use of technologies for automation is an important step, which is why the automated quality control with cobot Sawyer fits well into the ASM manufacturing process.</p>
<p>The post <a href="https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/">ASM Assembly Systems uses Rethink Robotics’ Sawyer robot for quality control checks</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/asm-assembly-systems-uses-rethink-robotics-sawyer-robot-for-quality-control-checks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
