The following VI has been created as a template for parallel executing loops. The Global Variable ‘Stop’ is a system wide variable used to stop many VIs (not just the one shown). Which of the following statements are TRUE regarding the VI?
a) It contains a race condition
b) It unecessarily uses a global variable to move data between two parallel executing loops.
c) A wire should be used to transfer data between parallel executing loops.
d) The ‘Stop’ variable should be a Local rather than a Global.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.