---
title: "10.2 Model Configuration"
canonical: "https://manual.cimon.com/space/CCANVAS/4309024806/10.2%20Model%20Configuration"
format: markdown
---
This feature allows users to configure new data loggers, edit existing data loggers, and/or attach tags to data loggers. 

To open the Data Log Editor window, click **Tools **> **Data Log Editor…**. 

![image](media://258c784e-5a08-41b7-8425-0af4d87c7cb1)

On the Data Log Editor pop-up window, a new data logger can be created by clicking the **+** icon.

![image](media://2a104236-9470-441f-9ecd-8cb4b7d6a116)

Alternatively, users can right-click on the empty space, then click **New Data Logger**.

![image](media://a6cc736e-ab49-470a-84f5-d246a1729208)

# <span style="color: #0747a6">**Logger Settings**</span>

Once a new data logger has been created, the user is presented with the above Logger Settings tab. The features in this tab are explained in further detail in the following table.

|  |  |
| --- | --- |
| **Item** | **Description** |
| Logging Model Name | Enter the name of the Data Logging model. You may use alphanumeric characters, Korean alphabets, and special characters as the model name. You cannot use a duplicated model name. |
| Max Logs | The maximum number of rows for the data logger. If the data logger hits the set maximum value in operation, the data logger continues to operate by discarding the oldest logged value for a new value. |
| Time Stamp Format | Allows the user to customize the formatting of timestamps for the data logger’s data points. |
| Start Options | Start Up | Enables the data logger on device start up. |
| Manual | Enables the data logger on execution of a 'datalog.start(“Insert Logging Model Name”)' command. |
| Condition | Enables the data logger when the Trigger Tag or address value meets the conditions specified by the Comparison and Value fields. When this option is used, the comparison condition is structured as follows: Trigger Tag, Comparison, Value.<br>Example: For a Trigger Tag “Celsius”, a greater than comparator, and a value of 5, the comparison would be structured as follows:<br>“Celsius” > 5 |
| Trigger Tag | Tag referenced by the Comparison operator. |
| Comparison | Allows the user to select from six possible comparators: equal (==), does not equal (!=), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=). |
| Value | A numerical value or tag to be compared to the Trigger Tag. |
| Logging Options | Allows the user to modify when a new row is added to the data logger. Note that the data logger must be started before a new row can be added. |
| Periodic | Adds a row to the data logger at a set interval. Users can adjust this interval using the Hours, Minutes, Seconds, and Milliseconds command. |
| Tag Value Change | Adds a row to the data logger upon a change in the Trigger Tag's value. |
| Manual | Adds a row to the data logger upon execution of a ‘datalog.addrow(“Insert Logging Model Name”)' command. |
| Condition | Adds a row to the data logger when the Trigger Tag or address value meets the conditions specified by the Comparison and Value fields. When this option is used, the comparison condition is structured as follows: Trigger Tag, Comparison, Value.<br>Example: For a Trigger Tag “Celsius”, a greater than comparator, and a value of 5, the comparison would be structured as follows:<br>“Celsius” > 5 |
| Trigger Tag | Tag referenced by the Comparison operator. |
| Comparison | Allows the user to select from six possible comparators: equal (==), does not equal (!=), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=). |
| Value | A numerical value or tag to be compared to the Trigger Tag. |

# <span style="color: #0747a6">**Tag List**</span>

Allows the user to assign multiple tags to a Data Logging Model. A new tag can be added by clicking the **Tag List** tab > click **Add Tag(s)** icon or right-clicking the empty space > click** Add Tag(s)**. The Add Tag(s) window will pop-up, which functions similarly to the Tag Editor. 

Users can add selected tags by clicking **Add Tag(s)** icon next to the Selected Tag(s) box > checkmark the desired tag > click **Select**. 

Users can also remove tags from the Data Logging Model by clicking the **Delete **icon or right-clicking on the desired tag > click **Delete**. 

![image](media://6f8fee56-015e-44f8-b913-7bd126df3fce)

![image](media://da475d87-8b5d-40a9-9542-bd7911dc5d8c)


|  |  |
| --- | --- |
| ![image](media://b6c9f202-6120-44c9-804b-01d0fcdcd2fa) | - **Since the data is logged in the block unit, the block must be created in advance.**
- **If a block is full, you must create a new block to continue the data logging.**
- **If the number of blocks reaches the maximum, the next block will be created after the deletion of the oldest block.**
- **Before saving the CSV file, check the volume of the storage. It is recommended to save the files in USB or SD memory.**
- **If the configuration of the data logging model has changed and the project is written to the Xpanel, the former project’s entire blocks will be deleted. (CSV files are not deleted.) Thus, back-up is needed when updating.**
- **The data log file is stored in the Xpanel in the following location: \Xpanel\Log\“LogModelName”** |