01-16-2008 01:03 PM
01-18-2008 12:54 PM
01-18-2008 01:49 PM
I don't understand why in the middle wire, you are dividing the entire array by a given value every iteration. It seems that the calculation should be performed on a given interval, not the entire array.
Second, try using build array instead of insert into array.
Third, don't use the STOP function, you don't need it. The VI will stop once the loop is done anyway.
If you want a total time, them sum up the individual times and carry them through a shift register. If that isn't what you want, then I'm not sure what you are asking.
01-18-2008 02:48 PM
What is the formula for the viscosity?
01-21-2008 08:56 PM
04-14-2008 06:34 AM
04-14-2008 09:33 AM
You probably should have started a new thread for this.
It is not really clear what you want. What else should it do during these three seconds?
The simplest solution would be a FOR loop with N=4, containing a 1000ms wait, and an indicator connected to [i]. Try it! 😄
04-16-2008 09:15 AM
04-16-2008 10:15 AM
Instead of having two different loops (one in each case), use a single outer loop and place the case structure inside it.
Here's a quick draft of one possible solution (LV 8.0). See if it makes sense.
06-12-2008 11:22 AM