07-30-2018 04:01 PM
Hello guys,
Now I want to record the data when I push the 'record button' ON and generate an excel file when the button is OFF. The function I want to use is 'MS Office report' , I created a template excel file and want to fill the numbers in it.
My idea was creating a case structure, when the boolean value (record button) is true, I append value to the array. When the value is false, generate the report using the array value and then initialize the array. But in this case, new report is generated in each cycle when the boolean is false.
Anyway to solve it?
Thanks
07-30-2018 04:27 PM
I'm not entirely sure what you mean, but if what you want to do is write the array to a report every time you hit the record button, then here is a solution that is similar to what you explained. I assumed you wanted to generate an excel report because you didn't specify.
07-30-2018 04:28 PM
Hello,
Your labview version is higher than me. My version is 2015.
Thanks
07-30-2018 04:32 PM
Here you go.
07-31-2018 04:45 PM
Attach your VI (which doesn't work). Do not attach a picture of your VI, attach the file, itself.
Bob Schor