2.2.2 - save to Spreadsheet

  • Open DiceThrows3.vi
  • Save it as SaveToSpreadsheet.vi
  • Create a Boolean "Push button" and rename it "Save data"
  • Create a case structure and connect "Save data" to the selector terminal
  • Insert a "Write to Spreadsheet File" function inside the "True" case
    • Programming -> File I/O -> Write to Spreadsheet File
    • Set it to save the data in the file "SpreadsheetData.csv"
    • Set "Delimiter" to semicolon (;)
  • Connect the output array to 2D data
  • Run your VI and set "Save data" to on
  • Open the saved datafile inside Excel and view the layout
  • Save your VI
Created by Samuel Thrysøe © 2013