Table of Contents

create () named ()

create () named ()

Description

Create () named () is a stack block available in Dabble extension for evive and other Arduino boards. The Data Logger of the IoT module is used to monitor the data of sensors while they are being logged and can finally save the data in form of CSV file. This block is used to configure the initial parameters of the data logger file. DataLoggerFileList

Input Parameters

  1. The options available are “File” and  “Column” to create the CSV file and column in the file respectively.
  2. The text written in here is assigned as the file name or as the column name.

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 and the columns in the file are ‘POT1’ and ‘POT2’.DataLogger Example

Example

There are no examples documented for this article.