/
10.4 Related Features

10.4 Related Features

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”)

Manually 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.

 

Related content