LabVIEW Shortcut Menu Plug-Ins

cancel
Showing results for 
Search instead for 
Did you mean: 

Change Output Representation of a "Boolean Array to Number"

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.

Quentin "Q" Alldredge

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



Comments
crossrulz
Knight of NI Knight of NI
Knight of NI
on

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).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
crossrulz
Knight of NI Knight of NI
Knight of NI
on

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
TheQ
Active Participant Active Participant
Active Participant
on

Thank you for doing that! Sorry, I kind of threw it together in a hurry. Didn’t mean to leave the breakpoint in. 

Quentin "Q" Alldredge

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



Contributors