Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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] Subroutine operates Subroutines operate a certain action without any value returned, unlike the functions which have a return value.