/
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.
Β