Pulp & Paper

The Pulp & Paper category contains Case studies and blogs related to pulp & paper engineering services.

Machine Failures Caused by Intermittent Damaging Events

Over the years we have been tasked with identifying the root cause of machine structural failures. In many cases, we can determine the failure mode through strain and vibration testing, order analysis, modal analysis, and operating deflection shape analysis.Ā  What tests can you run when the damaging conditions are intermittent and not easily identified?

In these cases, we like to install a cellular networked temporary data acquisition (DAQ) system that can autonomously log vibration and strain data along with machine status data. We have deployed two types of DAQ systems to collect data remotely. Ā An interactive system that includes an industrial PC running our iTestSystem software and National Instruments (NI) Compact DAQ hardware and a headless system that utilizes NI Compact RIO hardware.Ā  Our test engineers prefer using the interactive solution for troubleshooting because they can view real-time signal waveforms and collected data files, and then adjust the test parameters accordingly without having to reprogram the hardware.

Rugged Measurement System

Figure 1: Headless networked data acquisition system

When potentially damaging events are identified in the vibration and strain data collected by these systems, it is important to know the machineā€™s operating status. Collecting the machine status information is just as important as collecting the structural data.Ā  Many machines transmit these operating variables and operating stages over their network/bus.Ā  Recently we have recorded process data from Allen Bradley Control Logix PLCs via Ethernet/IP, mining machine data from a Siemens controller via proprietary TCP/IP protocol, boiler condition data from a DCS via Modbus TCP,Ā  machine pressures from PI historian via the UFL connector (TCP), and vehicle speeds and pressure via CAN.Ā  Fortunately, we were able to use and adapt LabVIEW communication protocol tools to build applications and addons that allow this network tag data to be collected along with structural data.

LabVIEW Modbus to Shared Variable Code

Figure 2: Modbus to Shared Variable Tool

After the data collection phase, our engineers perform statistical analysis on the sensor and status channels in all data files and aggregate the results into a database for searchability. To identify the root cause probabilities, you can process the channel statistics data using your favorite correlation algorithm or application.Ā  The image below shows an example data set containing related sensor data that was processed using a LabVIEW correlation test tool.

LabVIEW Correlation VI

Figure 3: Correlation Test Example vi

Contact Information: For more information about our remote data acquisition service, our LabVIEW development service, or iTestSystem contact:

Mark Yeager – Integrated Test & Measurement (ITM), LLC.Ā  Email: mark.yeager@itestsystem.com or Phone: 1.844.TestSys

Recent News:Ā  Ohio University Asphalt Cracking Prediction System Project

Strain Gauge Installations for Field Testing

shaft torque sensor

Image1: Shaft torque strain gauge installation example for field testing

Our engineers and technicians have epoxied, soldered and spot welded strain gauges for applications ranging from high temperature exhaust systems to miniature load cell measurements. Every application requires a unique understanding of the strain measurement requirements including installation environment.

If the strain gauge installation is to survive in the field you must plan for the conditions it will undergo. Three important variables that you should account for are temperature range, liquid exposure, and potential impact forces. These variables determine the type of strain gauge, epoxy, solder, wiring, coating, and impact/wear protection to use in the application. The table below shows which variables affect your installation choices.

Ā  Gauge Epoxy Solder Wiring Coating Covering
Temperature Ā 
Liquid Exposure Ā  Ā  Ā 
Impact Forces Ā  Ā  Ā 

Table1: Strain gauge installation variables

For more information about ITM’s strain gauging services contact Ryan Welker at email: ryan.welker@itestsystem.com or phone: 1.844.837.8797 x702

Building a Modern User Interface in LabVIEW

ļ»æWhen we develop LabVIEWā„¢ applications for our customers, a common request is for a simple, resizable and intuitive user interface (UI) for data visualization.Ā  In these cases, we use a tree control and a subpanel.Ā  This type of UI functions like a tab control that automatically resizes.Ā  The main benefit of using a subpanel is to make your code more modular.

Figure 1: Modern User Interface with a Tree and Sub Panel.

To illustrate the modularity that this type of UI creates, I made an example LabVIEWā„¢ project.Ā  The main VI shown above uses a tree control to switch between a VI containing a graph and a VI containing a table.Ā  I used our multi-queue event architecture for VI information communication messaging.Ā  The image below shows the main VIā€™s significant functions.

Figure 2: Main VI’s Block Diagram – Significant Functions

The main VIā€™s functions are listed below.

Functions

  1. Initialize queues and events and then generate initialize event.
  2. Initialize tree and add tree items.
  3. When a user selects an item in the tree, generate data and then send it to the subpanel VI.
  4. Receive SubPanel Ready event from a subpanel VI and then insert the VI into the subpanel.
  5. Destroy queues and unregister for events.

In this example the subpanel VIs are very simple.Ā  They populate an indicator (table or graph) and then generate a SubPanel Ready Event.Ā  The two (2) subpanel VIs and block diagrams are shown below.

Figure 3: SubPanel VIs: Graph.vi and Table.vi

Contact Information: For more information on this example or our LabVIEW development service contact:

Mark Yeager – Integrated Test & Measurement (ITM), LLC.Ā  Email: mark.yeager@itestsystem.com or Phone: 1.844.TestSys

Boiler Monitoring Technologies at BLRBAC Spring 2019 Meeting

ļ»æ

Integrated Test & Measurement (ITM) is presenting its patented Sootblower Fouling Detection (SFD) technology at the Spring 2019 Black Liquor Recovery Boiler Advisory Committee (BLRBAC) meeting in Atlanta, GA on Wednesday, April 10, 2019.

ITMā€™s SFD system effectively offers the following benefits to boiler operations:

  • Optimizes sootblowing to reduce boiler fouling
  • Reduces sootblower steam consumption
  • Detects sootblower mechanical faults
  • Identifies dangerous conditions around packing leaks

Find out more about ITMā€™s Sootblower Fouling Detection (SFD) system and other Boiler Monitoring Solutions at https://itestsystem.com/solutions/industrial-monitoring-systems/

Conference details can be found at http://blrbac.org/meeting-registration

Have questions? Contact Tim Carlier @ Tim.Carlier@iTestSystem.com

Archiving CompactRIO Process Data to PI

The tool we most commonly use for real-time embedded process monitoring and control applications is the NI CompactRIO.Ā  These controllers allow us to embed algorithms that acquire and analyze high speed process sensor data and then output derived key performance indicators (KPIs) to other control systems.Ā  Most of the time, our customers also require usĀ  to send the KPIs to a real-time data infrastructure like OSIsoft’s PI System so plant managers and engineers can use the data to find energy savings, monitor asset health, or optimize processes.

For our latest CompactRIO systems we have developed APIs that allow us to send or receive data directly to/from PI.Ā  We utilize the PI Asset Framework and the UFL Connector to automatically generate PI tags from the device and update the process tag values either on value change or on a time basis.

These tools greatly simplify our CompactRIO to PI System communication process by eliminating intermediary data servers and automatically generating PI tags based on a CompactRIO system’s configuration.Ā  If you are interested in using these APIs for PI or developing a CompactRIO system contact Mark Yeager or Chase Petzinger.

ITM’s Patented Technologies Prevent Boiler Tube Leaks

ļ»æļ»æThe US patent office has recently awarded patents to ITM for (2) two of the underlying boiler safety and process optimization technologies embedded within our CDS and SHOP systems.Ā  These systems monitor boiler conditions and alert operators when boiler tube damaging events/conditions occur.

Clinker Detection System (CDS)US Patent 10060688B2

The Clinker Detection System (CDS) measures the relative weight, location, and frequency of clinkers that impact a boiler floor. This technology enables operators to shortenĀ boiler outages, identify fouling problems, optimize soot blower operations and identify damaging impact events.

Superheater OverHeat Protection (SHOP)US Patent 9541282B2

The Superheater OverHeat Protection (SHOP) system helps mitigate the risk of superheater tube failure due to short-term overheat during boiler start-ups. Ā Ā  Catastrophic thin-lipped burstsĀ  can occur in superheater steam generation tubes when steam flow is insufficient, when deposits restrict flow, or when tubes are blocked by water due to a rapid firing rate during boiler start-up. Ā SHOP assists operators in the management of boiler start-ups by enabling the detection of superheater tube clear events (TCEā€™s).

If youā€™re interested in learning more about these systems and other boiler/process monitoring solutions, feel free to contact Ryan Welker by e-mail at ryan.welker@itestsystem.com or phone at (844) 837-8797.

Putting a HALT to Hazardous Hopper Maintenance – Power Magazine

ļ»æļ»æļ»æ

Check out my article “Putting a HALT to Hazardous Hopper Maintenance” in the May 2018 edition of Power Magazine.Ā  This article describes a system for detecting dangerous plugging conditions inside ash hoppers.Ā  Ash hoppers are used in the power industry to collect hot ash from utility boilers. – Mark Yeager

Follow the link below for the on-line version.

https://www.powermag.com/putting-a-halt-to-hazardous-hopper-maintenance

For more information about a Halt System or our other Boiler Monitoring Systems contact Ryan Welker @ (844) 837-8797 x702

 

Increase the IQ of Your Intelligent Sootblowing in Power Magazine

Check out the article “Increase the IQ of Your Intelligent Sootblowing” by my colleague Mark Yeager in the December edition of Power Magazine.Ā  In this article, Mark describes ITM’s Sootblower Fouling Detection (SFD) technology which allows for targeted sootblowing, by pinpointing exactly when and where sootblowing is required in chemical recovery and coal-fired power boilers.

https://www.powermag.com/increase-the-iq-of-your-intelligent-sootblowing

Superheater Overheat Protection (SHOP) @ BLRBAC Spring 2017

ļ»æBLRBAC 2017 Detailsļ»æITM’s president Tim Carlier (tim.carlier@iTestSystem.com) is presenting its Superheater Overheat Protection (SHOP) technology at the Spring 2017 Black Liquor Recovery Boiler Advisory Committee (BLRBAC) MeetingĀ  in Atlanta, GAĀ on April 12th.Ā  SHOP helps boiler operators avoid short term overheat failures of recovery boiler superheater tubes.

ITM will also introduce new boiler and plant optimization technologies/systems thatĀ their partners have used to streamline processes.

Conference details can be found atĀ http://www.blrbac.org/

Find out more about ITM’s Boiler Monitoring Solutions /solutions/industrial-monitoring-systems/

ITM Strain Gauging Services

Garrison Dam

QuantifyingĀ stress, strain and force within a structure using real world strain gauge measurementsĀ is commonly used to verify FEA models and estimate a component’s fatigue life.Ā  Our engineers and technicians have planned and implemented challenging strain gauge installationsĀ forĀ our customersĀ around the globe.Ā  Information fromĀ these strain gaugeĀ installations has allowed our customers to validate their designs and improve their product’s reliability.

For more information about these applications and our strain gauging services, contact Ryan Welker via email ryan.welker@itestsystem.com or phone: (844) 837-8797 x702