Enumerators
Several fields carry numeric codes rather than strings. These are the tables they map to.
Reason
Section titled “Reason”Why a measurement was taken. Appears as Reason on SignalApi records and in
the Reason column of the bulk tables.
| Value | Meaning |
|---|---|
1 |
Requested |
2 |
Scheduled |
3 |
Alarm |
4 |
Route |
5 |
Manual data |
6 |
Soft reset |
7 |
Internal RMS |
8 |
Sensor alarm |
9 |
Off route |
10 |
Small thermal image |
Battery type
Section titled “Battery type”Appears as batteryType on device records, and determines how to read
batteryVoltage.
| Value | Battery |
|---|---|
1 |
1/6D |
2 |
AAA |
3 |
CR2032 |
4 |
CR2477 |
OutputType
Section titled “OutputType”What GetFFT_Base64 should return.
| Value | Meaning |
|---|---|
1 |
FFT (spectrum) |
2 |
TWF (time waveform) |
SignalTypeOut
Section titled “SignalTypeOut”The unit the GetFFT_Base64 series is expressed in — and also the code used by
the AccelUnit, VelUnit and EnvUnit fields of GetCurrentMeasures. See
Conventions.
| Value | Unit |
|---|---|
0 |
G |
1 |
mm/s² |
2 |
mm/s |
3 |
in/s |
4 |
µm |
5 |
mils |
6 |
GE |
Frequency axis
Section titled “Frequency axis”GetFFT_Base64 takes an hz boolean.
| Value | Frequency in |
|---|---|
false |
Hz |
true |
CPM |
| Value | Axis |
|---|---|
1 |
H (horizontal) |
2 |
V (vertical) |
3 |
A (axial) |
Unfiltered levels
Section titled “Unfiltered levels”GetDevices and GetCurrentMeasures accept -1 in a hierarchy field to mean
“do not filter at this level”.