LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1d array as a tick table.

Hello everyone, 

I have a 1d array of different parameter names. I would want to make my program user friendly. The parameters in the array should be shown as a table and whatsoever parameter the user selects. The program should run for that

0 Kudos
Message 1 of 5
(2,440 Views)

Hello Pukhtun,

 

Why a table? What do you mean by this?

Reading your post, it sounds like you want to offer a choice of behaviours to the user based on a list of strings - for this, you can consider a Menu or Text Ring.

 

How to set the Ring valuesHow to set the Ring valuesThe front panel behaviourThe front panel behaviour


GCentral
0 Kudos
Message 2 of 5
(2,436 Views)

I want to offer ease to the user like there will be a list of parameters in the table. If the user ticks a certain parameter then the data relating to that parameter will be written to the word file. For now I have a 1d array.

0 Kudos
Message 3 of 5
(2,431 Views)

(A "tick table" is not a common expression and e.g. google search autocompletes it as "tick tablets for dogs" :o. Its all about blood sucking parasites, possibly carrying lyme disease. It would help if you could e.g. show a picture of what you are looking for.)

 

I sometimes use a listbox where you can double-click items and select one or multiple items if so configured. You can even show symbols such as a checked or unchecked checkbox for each item.

0 Kudos
Message 4 of 5
(2,426 Views)

Then perhaps you want a Listbox.

Example_VI.png

This one is set to multiple inputs (0..N) via right click menu.

 

You could set up an Event Structure or similar to handle selections via single clicking (and also toggle symbols between ticked and blank, for example) but here I just held Ctrl whilst clicking to select 3 options.


GCentral
0 Kudos
Message 5 of 5
(2,423 Views)