03-19-2014 11:44 AM
I am working with a group programming a multichannel current stimulation device and we are currently having trouble setting up the run time menu. The burning question that we have is trying to figure out how to pass an array of values from the front panel to the menu that we are setting up in the block diagram, any advice?
Thank you
03-19-2014 12:15 PM
Take a look at this. Its just a simple menu update using a for loop. Uses whatever your values are as the item tag and item names. Remember, item tags need to be unique. This specifically goes under the sub menu of channel, which has to be created before.
03-19-2014 12:20 PM
tmf171,
we are using LabVIEW 2010, is there any off chance you could save this .vi as a 2010 version so that we can access it? Thank you!
03-19-2014 12:22 PM
See if that works.