Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Current »

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.

For additional information, please refer to Functions for Data Logging section.

  • No labels