Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

In this section, you can find subroutines[4] frequently used for Data Logging. Please refer to the table below for applicable subroutines.

(blue star)

All commands must be used with brackets.

 

Type

Format

Description

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 which have a return value.

  • No labels