There are many ways to prioritize assets when developing a proactive maintenance plan—the most common uses criticality analysis. That is, the assets with the greatest potential for impacting the bottom line are higher on the priority list, while those that have little-to-no impact are on the bottom of the list.
Since compressed air systems are integral to operation up time, they would likely be very high on the list. That means that there is a direct correlation between the compressed air system performance and the connected equipment performance. If the compressed air system is under-performing, the connected equipment will be too.
Leaks are the number one most common issue in under-performing compressed air systems (that were properly sized and installed). Monitoring the systems for leaks should be a high priority for any company that uses them in their operations. The Fluke ii900 Sonic Industrial Imager lets you see the leaks, but now you have a different prioritization issue at hand—with so many leaks, where do you start?
Access the how-to videos for LeakQ, reporting and other new features:
How LeakQ works
The physics of air flow and sound is very complex. All conversions from decibel (dB) level to flow rate are estimations, and as such have a significant level of uncertainty. While there is not a direct mathematical way to obtain a flow rate out of its sound signature, the LeakQ flow estimator might provide the best guidance. Currently in beta, the LeakQ provides an estimation for the size of each leak and these estimates will improve with future releases.
The way LeakQ estimates is mostly empirical, based on average sound generated by average leaks. Fluke measured many leak types at different flow rates and at different pressures, then came up with a regression model to estimate a flow rate out of a dB measurement by the Fluke ii900 Sonic Industrial Imager. It is important to recognize that LeakQ does not provide flow measurements.
Comparing LeakQ to traditional methods
The sound generated by a leak, represented by its dB level, decreases exponentially with the distance to the point from which it is measured. By including a measurement estimation, the ii900 is capable of compensation for that the distance to get an estimation of the dB level generated at the point of leak. This is an advantage versus traditional ultrasonic tools that require you to:
- Measure the dB of a leak at a certain distance, or
- Manually correct the measurement with the distance, or
- Assume a bigger error due to not considering the dB attenuation due to the distance.
Typical ultrasonic tools only measure the dB level on a narrow frequency band around 30kHz, 35kHz or 40kHz. The ii900 LeakQ mode performs an automatic scan in the frequency spectrum from 2 to 52kHz and captures the actual frequency range in which the leak generates most of its sound energy, obtaining a dB level for that entire range. That makes the estimations of the ii900 more representative of the real leak than those made with traditional ultrasonic tools.
Inherent limitations in leak cost estimation
In addition to the inherent uncertainty of estimating air flow based on the sound it produces, the flow rate through a leak will be variable in time. The flow depends on the system’s pressure, but also the actual pressure at the point of the leak, which depends on backpressure. This flow and pressure at the leak will vary depending on several factors, such as the load of other tools or subsystems fed on the same line. In addition, the efficiency in converting electrical kW to compressed air CFM of a given system will be a variable in time, depending on the overall load and operating point in which the compressors are working, among other factors. All those elements add variance or uncertainty in estimating the cost of a leak.
Related Resources
- How air leak detection equipment prevents downtime
- Expediting air leak detection
- How to detect compressed air, gas and vacuum leaks AND find hidden profits
Contact Us
Get 10% off
Hi, I'm your virtual assistant, I will do my very best to help you navigate all things Fluke related. You can ask me anything!
I'm new and might make a few mistakes. For safe use of Fluke tools, refer to the product manuals, safety sheets, and your company's safety requirements. To speak with a person, visit our Contact Us or Talk to Sales page. For information on how we handle personal data, see our Privacy Policy`; // Promps are and additional message that can be added to the chat window. They are added after the intro text, and addPrompts(path); }}/* Create a helper function to add prompts to the chat window * Prompts are bot messages appended after the into text for specific paths.*/function addPrompts(path) { const validLocales = ['en', 'en-us', 'en-ie', 'en-gb', 'en-ca']; // Example usage if (!isValidHostAndLocale(validLocales)) { // Return the unmodified message if the host or locale is invalid. return; } const botCon = document.querySelector('.bot-message-container'); // Check if a bot-prompts already exists const existingPrompt = botCon.querySelector('.bot.bot-prompts'); if (existingPrompt) { return; } // If path is 6 characters or less, it is assumed to be the homepage if (path.length <= 6) { path = 'home'; } let message; switch (path) { case 'home': message = "How can I help you today?
" + "I want to learn more about a product
" + "I want to purchase a product
" + "I am looking for product support
" + "What's new?
"; break; case '/en-us/products/electrical-testing/best-solar-energy-industry-tools': message = "Thanks for checking out Fluke's solar solutions! How can I help you today?
" + "I want to learn more about a Fluke solar product(s)
" + "I want to purchase a product for my solar application
" + ""; break; case '/en-us/products/calibration-tools/temperature-calibrators': message = "
Thanks for checking out Fluke's Temperature Calibration solutions! How can I help you today?
" + "I want to learn more about a Fluke Temperature Calibration product(s)
" + "I want to learn more about Temperature Calibration
"; break; default: return; } const messageElement = document.createElement('div'); messageElement.classList.add('bot', 'bot-prompts'); messageElement.innerHTML = message; botCon.appendChild(messageElement);}function getPathCustomization(path) { const validLocales = ['en', 'en-us', 'en-ie', 'en-gb', 'en-ca']; // Example usage if (!isValidHostAndLocale(validLocales)) { // Dont attempt to fire any path customization if the host or locale is invalid. return; } if (path.length <= 6) { const lastState = localStorage.getItem('buzzLastState'); if (lastState) { return; } botTransitionMid(); scrollToBottom(); // Handle the case when the path is less than 6 characters } else if (path.includes('search/fluke')) { const lastState = localStorage.getItem('buzzLastState'); if (!lastState) { botTransitionMid(); } // Get the content of input.alg-search-input. We'll use this instead of query params because they are more accurate. let searchInput = document.querySelector('input.alg-search-input'); let botInput = document.getElementById('user-input'); // Function to build and insert CTA function buildAndInsertCta(searchValue) { let algoliaContainer = document.querySelector('.alg-full-results'); let builtCta = "Try the Fluke assistant to learn more about \"" + searchValue + "\"