02-06-2016 02:03 AM
02-06-2016 02:11 AM
I just want to use the three buttons as part of the front panel. At one time, only one button can be true. I am receiving data by three channels through the port and wants to perform this task by having three buttons. These all things will be a part of subvi.
02-06-2016 10:17 AM
If only one button can be true at any given time, I would use a radiobutton control instead of three individual booleans.
Is one button always true or can also no botton be true?
There are all very basic things. What part is giving you problems? Can you attach a simplified version of the code you have so far?
@ZohaibRamzane wrote:These all things will be a part of subvi.
What are "these things". Are the buttons on the front panel of an interactive subVI or on the main VI?
02-06-2016 10:10 PM
Depending on your exact needs, you may be able to get away with using a simple control and Index Array to select the array of choice from your 2D array...? Just select the array you what?