document.addEventListener('DOMContentLoaded', function() { const tables = document.querySelectorAll('table'); tables.forEach(table => { const elements = table.querySelectorAll('*'); elements.forEach(element => { const bgcolor = element.getAttribute('bgcolor'); if (bgcolor) { // Convert bgcolor to RGB const r = parseInt(bgcolor.slice(1,3), 16); const g = parseInt(bgcolor.slice(3,5), 16); const b = parseInt(bgcolor.slice(5,7), 16); // Calculate luminance const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255; // Find all spans within this element const spans = element.querySelectorAll('span'); spans.forEach(span => { // Set text color based on background luminance span.style.color = luminance > 0.5 ? '#000000' : '#FFFFFF'; }); } }); }); });
Noise level in the workplace is always an issue. The high power density and corresponding high noise emission of hydraulic components means that industrial hydraulic systems are often the target of efforts to reduce noise levels in the workplace.

The dominant source of noise in hydraulic systems is the pump. The hydraulic pump transmits structure-borne and fluid-borne noise into the system and radiates air-borne noise.

All positive-displacement hydraulic pumps have a specific number of pumping chambers, which operate in a continuous cycle of opening to be filled (inlet), closing to prevent back flow, opening to expel contents (outlet), and closing to prevent back flow.

These separate but superimposed flows result in a pulsating delivery, which causes a corresponding sequence of pressure pulsations. These pulsations create fluid-borne noise, which causes all downstream components to vibrate.

The pump also creates structure-borne noise by exciting vibration in any component with which it is mechanically linked, e.g. tank lid.

The transfer of fluid and structure induced vibration to the adjacent air mass resulting in air-borne noise.

Reducing fluid-borne noise

While fluid-borne noise attributable to pressure pulsation can be minimized through hydraulicpump design, it cannot be completely eliminated. In large hydraulic systems or noise-sensitive applications, the propagation of fluid-borne noise can be reduced by the installation of a silencer.

The simplest type of silencer used in hydraulic applications is the reflection silencer, which eliminates sound waves by superimposing a second sound wave of the same amplitude and frequency at a 180-degree phase angle to the first.

Reducing structure-borne noise

The propagation of structure-borne noise created by the vibrating mass of the power unit (thehydraulic pump and its prime mover) can be minimized through the elimination of sound bridges between the power unit and tank, and the power unit and valves.

This is normally achieved through the use of flexible connections i.e. rubber mounting blocks and flexible hoses, but in some situations it is necessary to introduce additional mass, the inertia of which reduces the transmission of vibration at bridging points.

Reducing air-borne noise

The magnitude of noise radiation from an object is proportional to its area and inversely proportional to its mass. Reducing an object's surface area or increasing its mass can therefore reduce its noise radiation.

For example, constructing the hydraulic reservoir from thicker plate (increased mass) will reduce its noise radiation.

The magnitude of air-borne noise radiated directly from the hydraulic pump can be reduced by mounting the pump inside the tank. For full effectiveness, there must be a clearance of 0.5 meter between the pump and the sides of tank, and the mounting arrangement must incorporate decoupling between the power unit and tank to insulate against structure-borne noise.

The obvious disadvantage of mounting the hydraulic pump inside the tank is that it restricts access for maintenance and adjustment.

If hydraulic system noise remains outside the required level after all of the above noise propagation countermeasures have been exhausted, encapsulation or screening must be considered.     Craig Cook

Copyright © 2024. All Rights Reserved.