LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use table for user input

"How can I create a user input for seven values (integer for dutycycle, float for settings of the machine, boolean for switching parts on/off) in table - form with 10 rows for a measurement cycle? Each line should include the data for one partial cycle where you test under defined conditions. All the lines represent the whole cycle."

Thanks for answers
0 Kudos
Message 1 of 4
(3,797 Views)
Make an array of clusters... The cluster containing the 7 different values/controls. Expand the array to show the number of rows/columns you want.

OR use a text table and parse the text input (e.g. if one cell is for a boolean then accept the text "ON" as true e.g....you can parse the data continously to check for invalid input and notify the user e.g. by setting invalid inputs to red text...
Message 2 of 4
(3,797 Views)

 can you please explain me detail with ana example vi ,i already have generated barcode using labview but unable to give the input from table individually can you please help

here iam attaching my qr code generater vi

 

0 Kudos
Message 3 of 4
(2,385 Views)

Hi Ram,

 

This thread was last posted to 18 years ago, and I'd guess you'd have better luck if you create a new thread.

In that case, please give more information about the problem you're having, and what you want to have happen.

 

The posts before yours discussed easier using an array of clusters or a table for user input - in the second case, a text parser to appropriate datatypes (and then probably still populating a cluster array) would be necessary.

 

It's unclear what a barcode generator has to do with this problem (so explain that too in your new thread, if you create one).


GCentral
0 Kudos
Message 4 of 4
(2,358 Views)