Salutations,
I am incapable of reading the file (showcase of the data below).
When I read the file, it returns all 0's, instead of the expected
values. If you convert the file to a .csv, you can see it using
excel, but If I try to read that file, it also fails into nothing
but 0's.
I am using the "read from spreadsheet vi" and applying a comma
deliminator with a %d format. I output this information onto the
front panel of my VI using an indicator.
example piece of the data that should be read:
"4","ACCELL","Accell X","No Filtering","not used","not used","Accell
Y","No Filtering","not used","not used","Accell Z","No Filtering","not
used","not used","TRUE"
"4","1","1","26","82","0"
"4","1","1","26","85","0"
"4","1","1","26","87","0"
"4","1","1","26","90","0"
"4","1","1","26","92","0"
"4","1","1","26","95","0"
"4","1","1","26","97","0"
"4","1","1","26","104","0"
"4","0","1","26","106","0"
"4","0","1","26","106","110"
"0","2","0","0","1","90","2","212","1","58"
Thank you,
Smith