LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

writing to one spreadsheet using multiple cases

Is it possible to write to only one spreadsheet taking data from two different cases? An example would be having 3 case statements. One would output number data in a two dimensional array and the other would output text data in a two dimensional array. The third statement would take the output data and send it into the spreadsheet. I would like to send the number data into the spreadsheet first then the text data next. Is this possible using two case statements that are triggered on for about 5 seconds then triggered off? What I would normally do is turn on the first case, run it for 5 seconds, then when that turns off run the second case for 5 seconds and wait for it to turn off. Then grab that dataI know I could get the data if I didn't trigger it so fast, but that's how my test setup is configured.
Thanks,
Jason
0 Kudos
Message 1 of 4
(2,588 Views)
Can you post the a screenshot of your block diagram, or post something that conveys your code visually? Are you trying to get data only from your 3rd case? I am bit lost. But I think what you are trying to do can be done, I will try and help.
 
0 Kudos
Message 2 of 4
(2,565 Views)
Here is one of my files that shows different cases and I am writing to an individual spreadsheet each time instead of writing to only one for both cases. I know that I could append the data, but any time the user wants to rerun the case statements I wouild like the data to be rewritten instead of being added.
0 Kudos
Message 3 of 4
(2,551 Views)

duplicate post.

Lets keep everything in 1 thread instead of 3.

0 Kudos
Message 4 of 4
(2,539 Views)