10.4.1 Functions for Data Logging
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 | datalog.start(βLogModelNameβ) |
Description | Manually starts the targeted Data Log Model when used. |
Example | Starts the Data Log Model βTempTrackerβ |
Format | datalog.stop(βLogModelNameβ) |
Description | Manually stops the targeted Data Log Model when used. |
Example | Stops the Data Log Model βTempTrackerβ |
Β
Format | datalog.addrow(βLogModelNameβ) |
Description | Manually adds a new row to the targeted Data Log Model when used. |
Example | Adds a row to the Data Log Model βTempTrackerβ |
Β
Format | datalog.createCsv(βLogModelNameβ,Location) |
Description | Creates a .csv file using the data currently stored in the targeted Data Log Modelβs block. The Location field can be used to designate where the generated .csv file is stored. |
Example | Creates a .csv file using the information stored in the Data Log Model βTempTrackerβ |