04-22-2010 12:58 AM
hi,
i have a main.vi where i have created boolean controls for Graph and indicators. if i press the Graph button it will start pop-up from graph.vit (template) and it show in main.vi. like same if i press on indicators button it will start pop-up and run the indicators.vit and it show in main.vi.
now, i have tree controls in main.vi, this is for Channel name. i want to select the channel name using drag and drop option and selected channel value to show on the graph.vi, which is created by templete. for the channel name and channel value i will create and bundle with share variable or global variable and i put it in to the template block
now tell me how to interconnect my drag and drop option for the channel.
like same i want to implement to the indicator.vi which is created by template.
on my main.vi i can able to create many number of graph or indicators, if i press the graph or indicator button it will go on pop a new vi.
Solved! Go to Solution.
04-22-2010 01:30 AM
04-22-2010 04:46 AM
What Srikrishna meant is this
<C:\Program Files\National Instruments\LabVIEW 2009\examples\general\dragdrop\Drag and Drop - Built-in Source Custom Data.vi>