Hi all!
We have a project and we’re provided with a .csv file with the movement of a sensor.
This data we have to show in a chart, but how should we do this?
This is how the data looks like:
Date/Time Event RF Voltage Motion
31-03-17 17:33 4 -60 dB STOP
31-03-17 17:33 3 -60 dB START
31-03-17 17:29 0
31-03-17 17:28 0
31-03-17 17:27 0
31-03-17 17:26 0
31-03-17 17:25 0
31-03-17 17:25 4 -60 dB STOP
31-03-17 17:24 0
31-03-17 17:23 0
31-03-17 17:22 0
31-03-17 17:21 0
31-03-17 17:20 0
31-03-17 17:19 0
31-03-17 17:18 3 -60 dB START
You can see START and STOP events and the time between them is the time the object has moved.
This data of how long the sensor has moved should be visible per day, week and month. per hour, would be nice, but it’s not necessary.
Thanks for helping!