12-21-2017 03:21 PM
12-21-2017 04:41 PM - edited 12-21-2017 04:48 PM
1D array boolean to a sink that is also boolean gives me broken wires?"FUEL WEIGHT" is just an indicator
Disregard this post I added a 0 into the "type" input of the FP and it fixed the broken wires...
12-21-2017
04:49 PM
- last edited on
05-13-2025
03:42 PM
by
Content Cleaner
Because now you are operating on a array instead of a scalar as before. If you want to trigger if at least one of the elements matches the condition, insert an "OR array elements" right after the comparison.
Also, since now all inputs to "built array" are 1D arrays, you want to set it to concatenate mode (right-click...) to make one longer 1D array.