I have a DLL library function that takes a "flags" value, which is the boolean OR of a bunch of bit flags. What is the best practice for a front panel for the set of flags, and the block diagram for combining them into an unsigned 32-bit flag value?
Of course, I can put a bunch of boolean switches on the front panel, and use a bunch of select objects to convert them to their unsigned values. But this brute-force solution does not scale well.
Any ideas?
(I'm new to Labview, and have spent a grand total of 25 hours working with it, so forgive my terminology. I'm an old C programmer, so I may talk in C. Please forgive that, too!)
Thanks.
John.