A group of us doing the Advent of Code 2021 found that we wanted to change the output representation of the "Boolean Array to Number" to U64. This is possible but only through the "Properties" dialog. It was discussed that it would be nice if this were more accessible through a right-click menu. So here it is! (Attached below).
If you think this should be built-in behavior, @CJWalker also created an idea exchange entry for it, here.
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner
1. You left a breakpoint in the "execute" VI.
2. It is saved in LabVIEW 2020. I will have a look to see if I can make it compatible with LabVIEW 2015 (currently has a dependency on Enum To Array Of Enum.vim, which was introduced in LabVIEW 2020).
I just added a 2015 version of the plugin. Instead of using the Numeric Type Enum, it is using an array of string using the same values. I also did some general cleanup to fit my laptop screen. I have only tested it in 2019.
Thank you for doing that! Sorry, I kind of threw it together in a hurry. Didn’t mean to leave the breakpoint in.
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner