LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

from table to ring menu

All that you need to do is to use a control reference input in the subVI for the menu ring. You can pass in the item names as an array:

  subVI code


   calling subVI


Message Edited by smercurio_fc on 03-06-2008 04:23 PM
Download All
0 Kudos
Message 11 of 13
(692 Views)
thanks

It's true i didn't think  to use create sub function but i have table function in mind with table in and table out ...

another question i have is to make an optional input i choose optional terminal for row selection but how to indicate this default value for ex: 2
i indicate 2 in sub row command but it doesn't seems to be sufficient

Best regards

Sébastien










Message Edité par tinnitus le 03-07-2008 07:19 AM
CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
Download All
0 Kudos
Message 12 of 13
(678 Views)
You need to set the control to have a default value. Set the value to 2, then right-click on the terminal and select Data Operations->Make Current Value Default.

I would suggest going through the LabVIEW tutorial and looking over some of the material in the NI Developer Zone Learning Center, as this is a fundamental LabVIEW operation.
Message 13 of 13
(665 Views)