12-30-2015 02:27 PM
Here is an example using the RGT in LV 2014. Please let me know if you have any questions.
12-30-2015 02:41 PM
Thanks greg,
Unfortantnly i dont have labview 2014. I have 2012. Is there a 2012 version of it?
12-30-2015 02:45 PM
I don't have 2012 to test with, but you can try this. I'll post the snippet as well so you can recreate it if you like.
12-30-2015 02:58 PM
hmmm, i believe im missing a widget. Since im recieving errors. When i open the VI, its going through the labview files. and asking me to open a missing file.
12-30-2015 03:00 PM
Do you know which VI? If you have the RGT then it's probably the read from spreadsheet VI, I received a warning that it may break when saving for 2012 or have the wrong polymorphic instance.
12-30-2015 03:05 PM
NI_Reportgenerationtoolkit.lvil:excel easy table(str).vi
12-30-2015 03:09 PM
And you do have the report generation toolkit?
12-30-2015 03:09 PM
No i dont.
12-30-2015 03:13 PM
Ok, then you may have to find a way to insert the values using ActiveX, but at least the conversions are already taken care of for you!
12-30-2015 03:15 PM
Currently what i did was i kept the time in a separate csv file and the numbers in another. then i opened them seperatly. so my program works but i just wanted to keep one file. I'm sure i have to play with the index array a little more.