Newbie here.
Finally, after much searching, discovered that VA does not have "And" or "Or" conditionals. Even found the reason why. Okay, how do I execute the function in VA? I'm missing a concept here!
Understand Loop block has one variable that evaluates to T / F.
How do I check for two switches still True in a loop, such as:
Start Loop While : ((Text Compare : [STATE_JOYSTICK2BUTTON:4] Equals '1' )
AND
(Text Compare : [STATE_JOYSTICK2BUTTON:6] Equals '1'))