09-12-2023 11:46 AM
In the below program, I would like to be able to select array elements that are passed at the output of the Build Array VI. For example, for one execution of the program I would use all 4 elements (0, 1, 2, 3), but for the next execution of the program, a control at the front panel would allow me to only use only two of the elements (0, 1), without deleting any of the code that isn't being used for that execution.
Thank you for any help achieving this.
Solved! Go to Solution.
09-12-2023 12:04 PM - edited 09-12-2023 12:04 PM
You can use Array Subset to get the portion of the array you care about.
09-12-2023 01:44 PM - edited 09-12-2023 01:45 PM