07-29-2009 05:48 AM
hi,
i was able to read the value from the list box.
but i was not able to send to another vi.
how can i do this?
InAdvance Thanks
Regards
Soundarya
07-29-2009 05:53 AM
07-29-2009 05:59 AM - edited 07-29-2009 06:00 AM
Hi Soundarya,
again you weren't able to stick with your original thread, hence the question of Baji...
As mentioned already: global, FGV, notifier, queue
07-29-2009 06:09 AM - edited 07-29-2009 06:12 AM
07-29-2009 06:13 AM
Baji wrote:
Try this. I also noticed that you peoples are not stick with the same post(Soundharya and Vipul),Already Mike also commented this. Still u peoples are doing the same. It makes us difficult to track and answer your post.Stick with the same post for quick reply.Message Edited by Baji on 07-29-2009 04:42 PM
Hi Baji,
i think you better should use the value change event instead of the timeout.
Mike
07-29-2009 06:14 AM - edited 07-29-2009 06:18 AM
Soundarya wrote:
i was able to read the value from the list box.
but i was not able to send to another vi.
Hi Soundarya,
Get the Listbox's Itemnames in a Str Arr. Pass this Str Arr & the Listbox variable (either as a Listbox itself or a Numeric I32) into the SubVI (your another vi) thro' the Connector Pane. Inside this VI, use the Index Array primitive to get the value of te Listbox you were able to read in the Main VI.
Or else, pass (only) a Ref to the Listbox into the SubVI & do everything there itself using generic property nodes (available in Applications pallette) connected to this LB Ref.
07-29-2009 06:19 AM
07-29-2009 06:21 AM
MikeS81 wrote:
Baji wrote:
Try this. I also noticed that you peoples are not stick with the same post(Soundharya and Vipul),Already Mike also commented this. Still u peoples are doing the same. It makes us difficult to track and answer your post.Stick with the same post for quick reply.Message Edited by Baji on 07-29-2009 04:42 PMHi Baji,
i think you better should use the value change event instead of the timeout.
Mike
Hi Mike,
Why you quoted Baji's post for your explanation... ?!
07-29-2009 06:24 AM
Baji wrote:
Sorry I posted the wrong VI mike.
Hi Baji,
Is this a correct VI?
08-04-2009 04:52 AM
hi,
previously i have asked for list box
now its for combo box
Thanks in Advance
Regards
Soundarya