... | ... | @@ -33,14 +33,16 @@ outgoing key: _accl_sum |
|
|
outgoing name: Acceleration (resulting)
|
|
|
outgoing type: Double
|
|
|
Unit: g
|
|
|
formula: ```sqrt($[N(0)]_accl$^2+$[N(1)]_accl$^2+$[N(2)]_accl$^2)```
|
|
|
formula:
|
|
|
```sqrt($[N(0)]_accl$^2+$[N(1)]_accl$^2+$[N(2)]_accl$^2)```
|
|
|
|
|
|
incoming key: _ble_temp (contains values in hexadecimal format e.g. A2F8)
|
|
|
outgoing key: _ble_temp_puck
|
|
|
outgoing name: Temperature PUCK
|
|
|
outgoing type: Double
|
|
|
Unit: °C
|
|
|
formula: ```if(($[H]_ble_B00BDB_temp$@&H.00FF) < H.0080 , ((($[H]_ble_B00BDB_temp$@&H.00FF)@<<8)+(($[H]_ble_B00BDB_temp$@&H.FF00)@>>8))/100 , ((($[H]_ble_B00BDB_temp$@&H.00FF)@<<8)+(($[h]_ble_B00BDB_temp$@&H.FF00)@>>8)-H.FFFF)/100)```
|
|
|
formula:
|
|
|
```if(($[H]_ble_B00BDB_temp$@&H.00FF) < H.0080 , ((($[H]_ble_B00BDB_temp$@&H.00FF)@<<8)+(($[H]_ble_B00BDB_temp$@&H.FF00)@>>8))/100 , ((($[H]_ble_B00BDB_temp$@&H.00FF)@<<8)+(($[h]_ble_B00BDB_temp$@&H.FF00)@>>8)-H.FFFF)/100)```
|
|
|
|
|
|
|
|
|
```
|
... | ... | |