plot_iso_20816_chart
Generates an interactive ISO 20816-3 vibration severity chart with color-coded zones and RMS velocity marker to assess machinery condition from signal data.
Instructions
Generate visual chart showing ISO 20816-3 zone position for the analyzed signal.
Creates an interactive HTML plot with:
- Horizontal bar chart showing zones A/B/C/D with boundaries
- Marker indicating actual RMS velocity position
- Color-coded zones (green/yellow/orange/red)
- Zone descriptions
Args:
filename: Name of the signal file
sampling_rate: Sampling frequency (Hz)
machine_group: 1 (large >300kW) or 2 (medium 15-300kW)
support_type: 'rigid' or 'flexible'
operating_speed_rpm: Operating speed in RPM (optional)
ctx: MCP context
Returns:
Path to generated HTML file with ISO chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| sampling_rate | Yes | ||
| machine_group | No | ||
| support_type | No | rigid | |
| operating_speed_rpm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |