LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What am I doing wrong with my code?

Solved!
Go to solution

Hi noob,

 

BuildArray, feedback node and NOT...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 13
(946 Views)
Solution
Accepted by topic author LabNoob14

1D array boolean to a sink that is also boolean gives me broken wires?Now This.PNG"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...

0 Kudos
Message 12 of 13
(933 Views)

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.

0 Kudos
Message 13 of 13
(929 Views)