02-27-2020 12:13 AM - last edited on 02-28-2020 10:02 AM by altenbach
Attached is a picture of part of my block diagram. I confirmed that is never going the if statement with a breakpoint and that seems illogical. There is definitely a point where that if statement is satisfied.
02-28-2020 10:01 AM - edited 02-28-2020 10:09 AM
Showing us a picture with highly truncated mathscript code is not useful. Attach the VI instead.
You are comparing an array containing many different values (0..799) to a scalar. What outcome are you actually expecting?
(It is not clear why you even use mathscript for whatever you are trying to do here.)