Table of Contents

stop data logger

stop data logger

Description

Stop data logger is a stack block available in Dabble extension for evive and other Arduino boards. The Data Logger of the IoT module monitors the data of sensors while they are being logged and can finally save the data in form of CSV file. This block stops the logging process and closes the currently open data logger file.

evive Notes Icon

Note: This block is available in both Upload mode and Stage mode.

Example

In this example, we are going to log the values from the Potentiometer of evive into the PotentiometerData.csv file. The columns ‘POT1’ and ‘POT2’ stores the potentiometer1 and potentiometer2 reading. The potentiometer () reading reporter block will get us the potentiometer reading. And finally, stop data logger when we press the tactile switch.DataLogger Example

Example

There are no examples documented for this article.