Tag Archive for: PI UFL

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

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.