Versions Compared

Key

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

...

(blue star)

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.

...