LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Frame size of chain controls

Solved!
Go to solution

Hi GerdW,

 

Yes of course.

This VI eliminates the lines above and below the text.

 

Regards,

Bruno.

0 Kudos
Message 11 of 12
(312 Views)

Hi Bruno,

 

some simplifications:

No need for local variable and sequence frames. No need to build arrays to detect the BG color…

 

More suggestions:

  • both loops should be FOR loops
  • DeleteFromArray automatically deletes one entry so doesn't need the "1" constant
  • you can even replace the ("expensive") DeleteFromArray function by just counting "empty" lines in the loops and using ArraySubset after the loops…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 12
(309 Views)