Why Traditional Vibration Monitoring Adds Unnecessary Delay
Most compressor installations place a dedicated monitor between the sensor and the PLC. This device conditions the signal and provides relay outputs. The PLC only sees a dry contact after the monitor decides a fault exists. This cascade adds 200 to 500 milliseconds of delay. During a high-energy vibration event, the shaft can move hundreds of microns in that time. Direct analog wiring removes this middle layer completely.
Wiring Scheme from Probe Tip to PLC Card
Bently Nevada 3300 XL proximity probes require a driver called a proximitor. The driver accepts the probe cable and outputs two signals. One is the gap voltage typically ranging from -2 to -18 VDC. The other is a 4-20 mA loop representing vibration amplitude. Connect the 4-20 mA loop directly to a PLC analog input module rated for 16-bit resolution. Use twisted pair shielded cable. Terminate the shield only at the PLC panel ground bar. Do not terminate at the driver end.
Scaling Raw Analog Signals Inside Ladder Logic
Most PLC analog cards convert 4-20 mA to integer values. For a 16-bit card, 4 mA equals 0 counts and 20 mA equals 27648 on Siemens platforms or 32767 on Allen-Bradley systems. Use the formula: Vibration = (Raw_Counts - Offset_4mA) divided by (Span_20mA - Offset_4mA) multiplied by Full_Scale. For a 0 to 100 micron peak-to-peak range, 12 mA produces 50 microns. Store this scaled value in a real-number tag. Execute this calculation every 50 milliseconds for adequate protection response.
Installing the Proximity Probe for Accurate Readings
Clean the threaded hole in the bearing housing with a tap. Apply anti-seize compound to the probe threads. Screw the probe in until the tip almost touches the shaft. Connect a voltmeter to the driver output. Adjust the probe position until the gap voltage reads -10.0 VDC with a tolerance of ±0.2 V. Tighten the locknut to 10 Nm while holding the probe body with a wrench. Verify the voltage does not change during tightening. The final air gap should be approximately 1.5 mm for an 8 mm probe.
Programming Trip Decisions with Time Delays
Do not trip immediately when vibration exceeds a threshold. Transient spikes during startup or process upsets are normal. Use a timer-on-delay block in your ladder logic. Set the preset to 0.5 seconds for alarm conditions and 1.5 seconds for trip conditions. The timer starts when the scaled vibration value exceeds the threshold. The output energizes only after the timer expires. Reset the timer instantly when vibration drops below the threshold minus a 5 percent hysteresis band. This prevents rapid on-off cycling of trip relays.
Threshold Selection Based on Compressor Type
Centrifugal compressors running above 3000 RPM use displacement measurement. A typical trip threshold is 80 microns peak-to-peak. Alarm threshold is 50 microns. Reciprocating compressors use velocity measurement. Trip at 12 mm/s RMS. Alarm at 8 mm/s RMS. Integrally geared compressors have tighter tolerances. Trip at 40 microns. Always consult the OEM manual first. If OEM data is unavailable, use ISO 10816-3 as a reference but apply a 20 percent safety margin below the standard limit.
Adding Gap Voltage Monitoring for Probe Health
The gap voltage indicates probe standoff distance. A sudden change of 0.5 VDC suggests a loose probe or target surface damage. Use a second analog input channel to read gap voltage. Scale -2 VDC to 0 counts and -18 VDC to full counts. Nominal reading should be -10 VDC. Program a warning when gap voltage exceeds -9 VDC or goes below -11 VDC. Program a shutdown block when gap voltage reaches -1 VDC which indicates the probe is contacting the shaft or -20 VDC which indicates the probe is disconnected.
Field Case: Ethylene Plant with 87 Percent Downtime Reduction
A Gulf Coast ethylene facility operated three centrifugal compressors for cracked gas service. Each machine had separate Bently Nevada 3500 racks and a Honeywell DCS. The two systems did not share vibration data. Operators could not see real-time shaft motion during load changes. The plant rewired each probe directly to a Siemens S7-1500 PLC. They programmed graduated load shedding. When vibration reached 60 microns, the PLC reduced suction pressure by 5 percent. At 70 microns, load dropped another 10 percent. At 80 microns, the machine tripped. Before the change, eight unplanned shutdowns occurred per year. After the change, only one shutdown happened in 18 months. Downtime fell from 112 hours to 14 hours annually. Savings exceeded $4 million per year.
Field Case: Nitrogen Rejection Unit Prevents Catastrophic Failure
A Canadian gas processing plant had a high-speed integrally geared compressor running at 28000 RPM. The OEM provided only a simple vibration switch that tripped at 100 microns. No trend data was available for analysis. Engineers added a second set of 3300 XL probes wired to a CompactLogix PLC. Six months after installation, the PLC trend showed vibration rising from 35 microns to 55 microns over two weeks. The pattern showed a 1X component with small 2X content indicating unbalance. A scheduled shutdown revealed a cracked impeller. Replacement cost was $180,000. A catastrophic failure would have destroyed the gearbox and cost $1.7 million plus three months of downtime.
Implementing Frequency Band Alarms Without a Spectrum Analyzer
Standard PLCs cannot perform FFT analysis internally. However you can detect specific fault frequencies using analog filtering. Install external bandpass filters between the driver and the PLC analog input. A 1X tracking filter follows the running speed. A 2X filter detects misalignment conditions. A high-pass filter above 500 Hz catches bearing faults. Send each filtered signal to a separate analog input. Compare each band against its own independent threshold. This technique costs less than a full spectrum analyzer but provides useful diagnostic information.

Testing the Integrated System Before Compressor Startup
Do not rely on software simulation alone for validation. Use a handheld signal calibrator that outputs 4-20 mA. Disconnect the probe input at the driver and connect the calibrator. Inject 4 mA and verify the PLC reads 0 microns. Inject 12 mA and verify 50 percent of full scale. Inject 20 mA and verify full scale. Ramp the signal from 4 mA to 20 mA over 30 seconds. Verify each alarm and trip activates at the correct milliampere value. Measure the time from threshold crossing to relay output using an oscilloscope. Acceptable delay is less than 100 milliseconds plus your programmed timer delay.
Common Installation Mistakes and How to Avoid Them
Mistake 1: Using unshielded cable for the 4-20 mA loop. This picks up variable frequency drive noise. Always use Belden 8762 or equivalent shielded cable. Mistake 2: Setting the trip threshold too close to normal operating vibration. A 10 percent margin causes nuisance trips. Use 30 percent minimum margin. Mistake 3: Forgetting to enable wire break detection. A broken wire looks like 0 mA which the PLC interprets as zero vibration. Program the analog input module to set a fault bit when current falls below 3 mA. Mistake 4: Mounting the driver in a high-temperature area above 85 degrees Celsius. Driver electronics drift with temperature. Install drivers in a separate cool enclosure.
Cost Comparison: Direct Wiring Versus Traditional Monitor Rack
| Component | Traditional System | Direct PLC Integration |
|---|---|---|
| Probes and drivers | $4,500 | $4,500 |
| Vibration monitor for 4 channels | $12,000 | $0 |
| PLC analog input card | $0 already present | $1,200 |
| Engineering and programming | $8,000 | $6,000 |
| Total per compressor | $24,500 | $11,700 |
Direct integration saves $12,800 per compressor train. For a plant with ten compressors, the saving exceeds $120,000 in hardware alone. Maintenance costs are lower because no separate monitor rack requires periodic calibration.
Frequently Asked Questions from Field Engineers
Q1: Does direct wiring meet API 670 requirements for machinery protection?
A1: API 670 requires a dedicated protection system with specific response times and diagnostic capabilities. A properly programmed PLC with isolated analog inputs and redundant power supplies can meet the intent. However some insurance underwriters still demand certified monitors. Check with your insurer before removing existing protection racks.
Q2: What PLC scan time is fast enough for vibration protection?
A2: Maximum acceptable latency from sensor to trip relay is 200 milliseconds for most compressors. A modern PLC running a cyclic task at 50 milliseconds with simple ladder logic easily meets this. Avoid using the general PLC scan with long program blocks. Create a dedicated high-priority interrupt task for vibration channels only.
Q3: How do I handle dual probe redundancy in the PLC program?
A3: Install two probes 90 degrees apart on the same bearing. Read both values into the PLC. Trip the compressor if either probe exceeds the threshold for 1.5 seconds. For alarm logic use a voting scheme. Trigger a maintenance alert if both probes exceed 80 percent of threshold. Trigger an immediate alarm if one probe exceeds 120 percent of threshold regardless of timer delay.
Engineering Summary for Automation Practitioners
Direct wiring of Bently Nevada 3300 XL probes to PLC analog inputs eliminates unnecessary hardware and reduces latency. Use 4-20 mA loops with twisted shielded cable. Scale the signal inside the PLC using a linear formula. Program time delays of 0.5 to 1.5 seconds to avoid nuisance trips. Add gap voltage monitoring for probe health detection. Test every channel with a signal calibrator before commissioning. Field cases from ethylene plants and gas processing facilities show 80 to 90 percent reduction in unplanned downtime with payback periods under six months.
