LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Recording data during continuous monitoring of power supply

Solved!
Go to solution

all_ok wrote: If I am not wrong in understanding this, when a timeout occurs, the event structure will be skipped and nothing will be appended to the spreadsheet and the code will go back to monitoring the power supply.

As was already stated, the event structure is not skipped on a timeout.  The timeout itself is an event and therefore the timeout event case will run.  So when this happens, you are essentially telling the Write To Spreadsheet File to write an empty array to the file.  That is a lot of work to do nothing.  That is why I told you to move that function into your value change event case.  That way the file will only be written to when that event case is executed.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 13
(879 Views)

Thank you everybody for helping me out. 

 

 

0 Kudos
Message 12 of 13
(860 Views)

... and me too. Much appreciated. 

0 Kudos
Message 13 of 13
(846 Views)