[DefineCSV] CSVFormText


  • This command defines the formatting for the CSV tracking files. 
  • Each line of the CSV file is defined by passing a text string (CSVFormatText), where each column is defined with the name of the column, and where the data comes in parentheses () after it. 
  • The Column name can be any alphanumeric characters. 
    • Special characters should be avoided if possible (comma, quotes, etc.). 
  • The data location part in parentheses () must be one of the following:


(V1) - Variable #1

(V2) - Variable #2

(V3) - Variable #3

(V4) - Variable #4

(V5) - Variable #5

(V6) - Variable #6

(V7) - Variable #7

(V8) - Variable #8

(V9) - Variable #9

(PF) - Pass or Fail

(FC) - Fail Count

(MT) - Time in Military format  (Hours:Minutes:Seconds)  (Example: 14:03:01)

(TM) - Time (Example: 1:00 PM)

(MDY) - Month / Day / Year  (Example: 10/30/2020)

(DT) - Date  (Month Day Year) (Example: October 30 2020)

(C1) - Constant #1

(C2) - Constant #2

(C3) - Constant #3

(C4) - Constant #4

(C5) - Constant #5

(C6) - Constant #6

(C7) - Constant #7

(C8) - Constant #8

(C9) - Constant #9

(R1) - Reply Buffer #1

(R2) - Reply Buffer #2

(R3) - Reply Buffer #3

(R4) - Reply Buffer #4

(R5) - Reply Buffer #5

(R6) - Reply Buffer #6

(R7) - Reply Buffer #7

(R8) - Reply Buffer #8

(R9) - Reply Buffer #9



Example:        [DefineCSV]Serial Number(V2)Date(V3)Pass/Fail(PF)Failure Count(FC)