LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to control multiple recording and generating report

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

0 Kudos
Message 1 of 5
(2,096 Views)

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. 

0 Kudos
Message 2 of 5
(2,082 Views)

Hello,

Your labview version is higher than me. My version is 2015. 

 

Thanks

0 Kudos
Message 3 of 5
(2,077 Views)

Here you go. 

0 Kudos
Message 4 of 5
(2,074 Views)

Attach your VI (which doesn't work).  Do not attach a picture of your VI, attach the file, itself.

 

Bob Schor

0 Kudos
Message 5 of 5
(2,037 Views)