lookup_bearing_and_compute_tool
Look up bearing specifications, compute fault frequencies, and detect bearing faults from vibration signals in a single call.
Instructions
Look up bearing, compute fault frequencies, and check signal -- all in one call.
End-to-end bearing analysis: catalog lookup + frequency calculation +
envelope spectrum fault detection.
Args:
bearing_type: Bearing designation (e.g. 'SKF 6205-2RS', '6205').
rpm: Shaft speed in RPM.
signal_id: ID of the stored signal.
tolerance_pct: Frequency matching tolerance (default 5%).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bearing_type | Yes | ||
| rpm | Yes | ||
| signal_id | Yes | ||
| tolerance_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal_id | Yes | Signal identifier used | |
| bearing_id | Yes | Bearing designation | |
| rpm | Yes | Shaft speed (RPM) | |
| shaft_frequency_hz | Yes | Shaft frequency (Hz) | |
| bearing_frequencies | Yes | Calculated BPFO/BPFI/BSF/FTF (Hz) | |
| fault_checks | Yes | Results for each fault type | |
| overall_assessment | Yes | Summary assessment text | |
| most_likely_fault | No | Most likely fault type if any |