9.4 Related Features
In this section, you can find subroutines[4] frequently used for Data Logging. Please refer to the table below for applicable subroutines.
All commands must be used with brackets. |
Type | Format | Description |
Subroutine | ClearDataLog() | Removes all logs from the data logging model. |
Subroutine | DataLog(“LogModelName”,BlockControl) | Creates or stops the data logging block. |
Subroutine | MakeCsv(“LogModelName”, BlockNumber) | Saves the data block to the SD/MMC memory in CSV file format. |
Subroutine | MakeCsvUsb(“LogModelName”, BlockNumber) | Saves the data block to the USB storage in CSV file format. |
Subroutine | MakeLogCsv(“LogModelName”, BlockNumber, Location) | Saves the data block to the assigned location in CSV file format. |
Subroutine | MakeLogCsvEx(“Header”, “LogModelName”, BlockNumber, Location) | Saves the data block in CSV file format and stores the header name at cell A1. |
[4] Subroutines operate a certain action without any value returned, unlike functions that have a return value.