---
title: "10.4 Related Features"
canonical: "https://manual.cimon.com/space/CCANVAS/4309483541/10.4%20Related%20Features"
format: markdown
---
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](https://cimon.atlassian.net/wiki/spaces/CCANVAS/pages/4310040590) section.