01-21-2018 12:51 AM
01-21-2018 12:58 AM
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.
01-21-2018 04:45 AM
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.
01-25-2019 12:39 AM
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.
01-26-2019 12:12 AM
and.. If the error occurs the arithmetic or gate will activate thus the system will stop