Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some of Data Logging’s functions are only accessible through the use of scripts. The commands related to Data Logging are explained in further detail in the below table.

Format

Description

datalog.start(“LogModelName”)

Manually start the data logger.

datalog.stop(“LogModelName”)

Manuyally stops the data logger.

datalog.addrow(“LogModelName”)

Manually adds an entry to the data logger.

datalog.createCsv(“LogModelName”,Location)

Saves the data block to a specified location in storage in CSV file format.

...