LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Table Control With Only Numeric Entries

Hi,

 

I'm trying to create a table control where the user can only enter numeric values of the format %0.3f.  The table controls appear to allow all types of strings and I can't figure out how to limit the formating.  Any info is appreciated.

 

Thanks.

Steven

0 Kudos
Message 1 of 5
(3,595 Views)

The options at the top of my head:

1) Use a 2D array of numerics instead.

2) Perform the filter yourself using an Event Structure


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,583 Views)

Thanks.  I was hoping to use one of the LabVIEW tables where I could have Row and Column Headers as text, but the actual entries as numbers.

0 Kudos
Message 3 of 5
(3,575 Views)

Hello,

Even i got stuck with the same issue.  if you had got answer could you please share it with us

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

Hi ashwini,

 

did you read message #2?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(2,744 Views)