rscott9399 Posted May 6, 2019 Report Share Posted May 6, 2019 Quick question for you all Say you have two nested case structures on the RT side of a CRIO Just with simple true and false conditions Say the outer one is true and that allows you to get into the inner one While the inner one is executing the outer one eventually turns false I am having an issue with the inner case stuck executing because for some reason the outer case is never evaluated again Any ideas? Thanks Quote Link to comment
infinitenothing Posted May 6, 2019 Report Share Posted May 6, 2019 The outer one can't turn true while you're inside of the inner one. It's just like a nested if statement in C. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.