node-red-contrib-adxl-vibration-fft
Version:
Node-RED nodes for Analog Devices' ADXL series FFT(Fast Fourier Transform) stream data parser
36 lines (35 loc) • 1 kB
JSON
{
"adxl-fft": {
"label": {
"serialport": "Data I/O Port",
"identifier": "Topic",
"enabled": "Enable this config",
"emitFftValues": "Emit all FFT values",
"adxl100xFFT": "ADXL FFT",
"payloadFormat": "FFT Value Format",
"numOfPeaks": "# of Peak Values",
"edgeDeviceModel": "Edge Device"
},
"payloadFormat": {
"peak": "Peak value array",
"chart": "Dashboard Charts (FFT values and peaks)",
"chartWithoutPeak": "Dashboard Charts (FFT values)",
"all": "Peak values with all FFT values"
},
"edgeDeviceModel": {
"generic": "Generic ADI Device",
"uq": "EMQuest-VA Device",
"uq1002": "EMQuest-VA ADXL1002 Device (experimental)"
},
"placeholder": {
"serialport": "e.g. /dev/ttyUSB3",
"identifier": "Data Source Identifier",
"numOfPeaks": "0 to 8"
},
"status": {
"connected": "connected",
"disconnected": "disconnected",
"error": "error"
}
}
}