**Note - The attached file shows the current block diagram.
I have a formula node inside a for loop. Inside the formula node I am trying to program the if-then statement:
If T1<2.0E-5 OR T1>5.5E-4 THEN GOTO 3
U7=U7+V
I have 4 items I need help with:
(1) Is 'II' the correct operator for 'OR'?
(2) Is 'goto' an acceptable operator within LabVIEW?
(3) 'U7' is building a 1D array. How do I need to define it? Is it simply 'int U7'? Also, I will add an output value named 'U7' on the formula node wall with an indicator wired to it from outside the for loop.
(4) Is my use of the equal sign appropriate or do I need to use '=='?
Thanks for the help.
Philip