# Spectrum

The **Spectrum** dashboard displays data related to the FFT in a graphical representation. At the asset level, all the FFTs of all the devices attached to the machine are available, while at the device level, only the FFTs of the selected device can be seen.&#x20;

The Spectrum view contains the following sections:

1. **Entities hierarchy**: top left
2. **FFTs List**: bottom left
3. **Spectrum dashboard**: dashboard panel
4. **Asset timeline**: bottom of the dashboard panel&#x20;

<figure><img src="/files/Ytq2jJ016lhKxvKfwHQz" alt=""><figcaption></figcaption></figure>

## User interaction

### Video Example

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVumlN9aGrAC0hE48fQHP%2Fuploads%2FF0xOm78ZWcsj18x9sjck%2FSpectrum%20Interaction%20SR%204_1%20Compressed.mp4?alt=media&token=2f5400b8-9734-4dd8-8ec9-168058fcc11c>" %}

### Selecting FFTs

Clicking the items in FFTs list or the asset timeline will select the spectra to be displayed in the graphs for acceleration and velocity. Clicking the checkbox next to **Device** will select or deselect all available FFTs, the date can be sorted descending or ascending, and clicking the trash icon will delete the selected FFTs. Alternatively, the asset timeline can be used to select the FFTs to display; further details are available in the [Asset Timeline](/docs/solidred-4.1/features/asset-timeline.md) section.&#x20;

{% hint style="danger" %}
Please note that deleting an FFT is irreversible.&#x20;
{% endhint %}

### Activation & Deactivation&#x20;

A legend with the selected FFTs is available on top of the graph for the acceleration, velocity and envelope spectrum. Clicking on any of the items will toggle the activation in the graph.&#x20;

### Focus

Hovering on an item in the graph's legend will make the graph focus on the hovered measurement. Additionally, the FFTs list will also focus on the respective item in the table, providing clear insight into which FFT corresponds to which FFT in the list.&#x20;

### Data Points

The specific value of a point in the graph can be seen by hovering over the graph. By doing so, the frequency and magnitude of that point in the graph will be displayed.

### Graph Functions

The graph functions are options available in the top right corner of the acceleration and velocity spectrum graph. These options allow the user to change what is displayed on the screen to assist in data analysis. The options available are as follows:

<figure><img src="/files/VinYszx6fO4intOWcW0t" alt=""><figcaption></figcaption></figure>

* **Spectrum selection**: select the type of spectrum to visualize (acceleration, velocity, or envelope)
* **Units selection**: change the units used in the graph among the available options. For acceleration and evelope: G, m/s², ft/s²; and for velocity: mm/s and inch/s.
* **Hz/CPM Toggle**: Rescale the horizontal axis to CPM or back to Hz.
* **Toggle thresholds**: show or hide the threshold guide lines.
* **Toggle bearing faults**: if bearing faults are defined, clicking this icon will toggle the bearing fault guides.&#x20;
* **Toggle RPM**: activate or deactivate the RPM indicator.&#x20;
* **Harmonic cursors**: display or not the harmonic cursors in the graph.&#x20;
* **Sideband cursors**: show or hide sideband cursors if added to the FFT.
* **Export**: download the graph's data in CSV format.
* **Fullscreen**: expands the graph view to fullscreen.

An example of some of the available options previously mentioned, turned on, is presented next.

<figure><img src="/files/SBDKW207vK2No5w9ZJky" alt=""><figcaption><p>Graph functions example</p></figcaption></figure>

### Cursors&#x20;

Cursors can be added to a spectrum graph in two ways. The first option is to hover a point in the graph and click the desired starting point. After that, the user can select to set harmonic or sideband cursors. With the cursors, the user can click on them to remove them or drag them to a different position. In SolidRed, there are 2 types of cursors. &#x20;

#### Harmonic Cursors

The user places a base frequency (*f*<sub>*0*</sub>*), and* the harmonic frequencies are integer multiples of *f*<sub>*0*</sub>: 1x*f*<sub>*0*</sub>, 2x*f*<sub>*0*</sub>, 3x*f*<sub>*0*</sub>, up to 10x*f*<sub>*0*</sub>. The step between cursors is equal to *f*<sub>*0*</sub>, choosing a different starting point or dragging the cursors in the graph changes *f*<sub>*0*</sub> for the displayed cursors.&#x20;

#### Sideband Cursors

The user places the center frequency *f*<sub>*c*</sub>, then the sideband width is determined by the RPM of the machine (parent asset of the device). The calculation of the cursor is:

* Left sidebands: *f*<sub>*c*</sub> - 1 x *w*, *f*<sub>*c*</sub> - 2 x *w*, up to *f*<sub>*c*</sub>- 5 x *w*
* Right sidebands: *f*<sub>*c*</sub> + 1 x *w*, *f*<sub>*c*</sub> + 2 x *w*, up to *f*<sub>*c*</sub> + 5 x *w*

Where *w* = RPM/60 Hz

### Annotations

Point annotations can be accessed and added by clicking on a point in the graph. This will make a pop-up window appear where the user can read previous annotations or add a new one.

The user must add a title and description. Additionally, the user can include the harmonic cursors if these are on the graph by marking the checkbox at the bottom of the pop-up window.&#x20;

<figure><img src="/files/L5iEkIl8pIZcKcUNHP6h" alt=""><figcaption><p>Example of the Annotations pop-up window</p></figcaption></figure>

Point annotations will show at the point of the graph where they were saved. General annotations can be accessed using the vertical ellipsis on the FFTs list. Clicking on it will make a drop-down menu appear with the option **Annotations**. Clicking on it will display a pop-up window where the user can read and manage annotations.&#x20;

<figure><img src="/files/ds9XZQjur0vn7dhaNDg4" alt=""><figcaption><p>General Annotations pop-up window example</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.twtg.io/docs/solidred-4.1/application-dashboards/vibration/spectrum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
