Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

CLAD DAQ question

q6.png

0 Kudos
Message 1 of 5
(3,149 Views)

Hello, everyone.

I executed the above code and substituted the values present in the options, however for I did not get any error for both '10' and '1000'.

I think '10' should be correct. But I am not able to understand the reason behind the working of VI.

Even for default value '-1' there was no error.

Please explain to me its working.

Thank You.

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

How long did you let the VI run?  The buffer size for the bottom loop is enough for 100 seconds and it is aquiring 1second of data each iteration.  So you will need to let the VI run for a while to get the buffer overflow error. You might also want to add a Merge Errors and an error indicator at the end of the VI to verify an error.


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
0 Kudos
Message 3 of 5
(3,123 Views)

the question says to execute continuously until the stop button is pressed. the other options will create an error except for 10 because the loop must run together simultaneously. 🙂 wave from PH.

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

and.. If the error occurs the arithmetic or gate will activate thus the system will stop

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