LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox

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

0 Kudos
Message 1 of 34
(3,714 Views)
What do you mean send to another VI. Do u want to send the list items to some other VI-Then read the Item names property node and send to the VI.Post the code and mention where u having the problem.
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 2 of 34
(3,707 Views)

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 Smiley Sad

Message Edited by GerdW on 07-29-2009 01:00 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 34
(3,700 Views)
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
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 4 of 34
(3,691 Views)

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

Message 5 of 34
(3,687 Views)

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. Smiley Happy

 

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. Smiley Wink

Message Edited by parthabe on 07-29-2009 06:18 AM
- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 6 of 34
(3,686 Views)
Sorry I posted the wrong VI mike.
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 7 of 34
(3,681 Views)

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 PM

Hi 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... ?! Smiley WinkSmiley Very Happy

- Partha ( CLD until Oct 2024 🙂 )
Message 8 of 34
(3,679 Views)

Baji wrote:
Sorry I posted the wrong VI mike.

 

Hi Baji,

 

Is this a correct VI? Smiley Tongue Smiley Very Happy

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 9 of 34
(3,677 Views)

hi,

 

previously i have asked for list box

 

now its for combo box

 

Thanks in Advance

 

Regards

Soundarya

0 Kudos
Message 10 of 34
(3,605 Views)