The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Serial Wait (ms)

SercoSteveB
Active Participant

 

Assuming the loop time is defined only by the Wait(ms) nodes.  What is the approximate value of Time Between Iterations (secs) following execution of the VI?

 

Wait Timing.png

a) 0.02

b) 0.1

c) 0.12

d) Undefined (it is not possible to say)

 

 

 

Comments
ersmt444
Member

Ans is b.

It is a very conceptual question so I want to explain it.We all know that the sequence structure execute the cases in sequence but the dataflow in a case is in parallel.Above question is a very good example of it. In given below image, you can see the diffrence:Wait (ms) 1.png

In this case the answer will be (c).

And for this image:

Wait (ms) 2.png

The answer will be (a)

crossrulz
Knight of NI

B


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
SercoSteveB
Active Participant

Answer: B.  Nice one ersmt444 & crossrulz.

 

Not immediately obvious what is going on here, but ersmt444 covers it nicely.