![]() |
| February 14, 2012 | Volume 08 Issue 06 |
Manufacturing Center
Product Spotlight
Modern Applications News
Metalworking Ideas For
Today's Job Shops
Tooling and Production
Strategies for large
metalworking plants
BitFlow has announced full production of its Claxon CXP-12 frame grabbers, designed for NVIDIA GPU-accelerated machine vision. Across five models, the CoaXPress 2.0 lineup delivers up to 50 Gbps -- five times 10 GigE Vision -- eliminating data bottlenecks. The full CXP-12 specification ensures deterministic, high-bandwidth streaming to unleash modern AI inference models.
Learn more.
With its new quality and inspection R&S IMAGER millimeter-wave scanner, Rohde & Schwarz aims to simplify the industrial inspection of packaged products. The system sees through common packaging materials at production speed without using X-rays, protecting both products and operators. The high-contrast 3D images are used as digital twins and can be automatically integrated into AI-powered fault-detection systems. Sees through plastics, cardboard, and composites. Applications include food and beverage, pharmaceuticals, logistics.
Learn more.
PLCs are powerful, but complex control isn't always necessary. For standalone processes requiring single-variable monitoring -- like temperature, pressure, or flow -- a single-loop controller is ideal. See how single-loop controllers can streamline your next project.
Read the AutomationDirect tech tip.
Tech-Etch uses advanced techniques to manufacture flex and rigid-flex circuits to exacting customer specs. Special processes include selective plating a single circuit with two different finishes, contoured circuits with variable metal thickness, semi-additive and subtractive techniques, open window or cantilevered contact leads, plus SMT for component assembly. Tech-Etch specializes in flexible circuits for medical, telecommunications, aerospace, semiconductor, and other high-reliability electronic applications.
Learn about flex circuits and get the guide (no registration required).
Saelig Company announces the Langer E1 Immunity Development System for EMI investigations. This compact, affordable kit simulates burst and ESD interference to pinpoint layout weak spots down to IC pins. By eliminating "black box" guesswork early in development, engineers can efficiently identify coupling mechanisms, test measures, and resolve immunity issues before compliance failure.
Learn more and see it in action.
Re:Build Manufacturing has launched U.S.-assembled, NDAA-compliant lithium-ion battery packs for commercial, public safety, and defense UAV applications. Available in Core, Power, and Performance series, the packs use non-FEOC cells and are produced at Re:Build's advanced facility in New Kensington, PA. Re:Build also offers custom pack and battery management system development.
Learn more.
Optical Gaging Products has announced the StarLite S1, a compact, semi-automatic 3-axis video measurement system. It combines fully automatic video measurements with manual stage motion and features an IntelliCentric-S optical system for high-resolution images. Powered by Measure-X software, this system delivers fast, repeatable, high-accuracy results, making it ideal for both shop-floor and quality-control applications.
Learn more.
With SOLIDWORKS Flow Simulation, you can virtually test a ball's flight path and see the science behind its amazing trajectory. Visualize anything you want to test, including the physics that make a ball curve and dip, to optimize performance and reduce physical testing. See the SOLIDWORKS Flow Simulation study setup and learn about the Magnus effect where a spinning object moving through a fluid curves away from its straight path. [Credit: Screenshot courtesy of SOLIDWORKS]
View the video.
The Omron VHV5 Barcode Reader now combines high-performance barcode reading and calibrated ISO verification in one device. Replacing offline sample checks, it delivers 100% inline verification at production speeds up to 1,200 parts per minute. With flexible lighting, the VHV5 easily inspects labels and Direct Part Marks, even on challenging curved or irregular surfaces.
Learn more.
Antaira Technologies breaks down 10 mission-critical capabilities separating industrial-grade switches from commercial compromises. Even if you aren't in IT engineering, you will find valuable networking knowledge in this guide to protect vital infrastructure.
Read the full article.
At Automate (Booth #4476), RoboDK will showcase RoboDK CAM, which generates robotic machining programs directly from CAD files. Designed for easy deployment, it cuts setup time by up to 40%. Live demonstrations will show users how to create collision-free robot motion straight from CAD data, eliminating manual line-by-line coding.
Learn more about RoboDK CAM.
OpenClaw is trending big time right now, but what is it? The YouTubers over at Create a Pro Website run through the basics of what you need to know and how to implement it. Basically, OpenClaw is a next-gen 24/7 AI assistant that lives on your computer and can perform actions for you. You talk to it through a chat app. You can set it up to do real work such as alert you to important emails, answer emails for you, manage your calendar and travel, and so much more. There is a great intro video here and also a longer, very thorough step-by-step video to setting up OpenClaw.
View the OpenClaw intro video.
View the OpenClaw setup video.
Bristol Instruments has released the OM 403UNI Series displays/ controllers, allowing users to monitor two or three simultaneous functions. Configured via OM Link software or front-panel buttons, they feature four- or six-digit displays with +/-0.05% of f.s. range accuracy. They function as numeric/bar-graph displays, controllers, data recorders, or accumulators. Additionally, they detect and alert users to error conditions like broken sensor wires.
Learn more.
As enterprises transition from PoC to real-world edge AI deployment, Aetina has launched its Mini Series Edge AI systems. Powered by NVIDIA Jetson Orin Nano and NX modules, these compact, fanless systems deliver high-performance vision and generative AI inference. Engineered for demanding industrial environments, they offer flexible camera connectivity, space-saving designs, and long-term reliability to accelerate smart infrastructure.
Learn more.
On a high-speed food and beverage line, what you can see is not always what is happening. Thermal imaging adds a different layer of control. Instead of relying on surface appearance, it measures heat distribution as seals are formed and products move through the line, providing continuous, 100% in-line inspection instead of just sampling.
Read the full article.
By Matt Shipman, NC State
Researchers from North Carolina State University have developed a new technique that allows graphics processing units (GPUs) and central processing units (CPUs) on a single chip to collaborate – boosting processor performance by an average of more than 20%.
"Chip manufacturers are now creating processors that have a ‘fused architecture,' meaning that they include CPUs and GPUs on a single chip," says Dr. Huiyang Zhou, an associate professor of electrical and computer engineering who co-authored a paper on the research. "This approach decreases manufacturing costs and makes computers more energy efficient. However, the CPU cores and GPU cores still work almost exclusively on separate functions. They rarely collaborate to execute any given program, so they aren't as efficient as they could be. That's the issue we're trying to resolve."
GPUs were initially designed to execute graphics programs, and they are capable of executing many individual functions very quickly. CPUs, or the "brains" of a computer, have less computational power – but are better able to perform more complex tasks.
"Our approach is to allow the GPU cores to execute computational functions, and have CPU cores pre-fetch the data the GPUs will need from off-chip main memory," Zhou says.
"This is more efficient because it allows CPUs and GPUs to do what they are good at. GPUs are good at performing computations. CPUs are good at making decisions and flexible data retrieval."
In other words, CPUs and GPUs fetch data from off-chip main memory at approximately the same speed, but GPUs can execute the functions that use that data more quickly. So, if a CPU determines what data a GPU will need in advance, and fetches it from off-chip main memory, that allows the GPU to focus on executing the functions themselves – and the overall process takes less time.
In preliminary testing, Zhou's team found that its new approach improved fused processor performance by an average of 21.4%.
This approach has not been possible in the past, Zhou adds, because CPUs and GPUs were located on separate chips.
The paper, "CPU-Assisted GPGPU on Fused CPU-GPU Architectures," will be presented Feb. 27 at the 18th International Symposium on High Performance Computer Architecture in New Orleans. The paper was co-authored by NC State Ph.D. students Yi Yang and Ping Xiang, and by Mike Mantor of Advanced Micro Devices (AMD). The research was funded by the National Science Foundation and AMD.
Published February 2012