LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to setup for specific cell of a table

How can we setup Max/Min for some certain cell of the table? And how to disable on certain rows of a table?

Thanks a lots
0 Kudos
Message 1 of 3
(2,341 Views)
The min/max array function returns the min and max values of the array you pass it. To do a subset, you first have to extract the portion of the array you are interested in, and then apply that subset to the min/max function.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,341 Views)
Phan,

Think of a Table as a 2D array of strings. As in a 2D array of strings, all of the properties (with the exception of value) are the same for all cells. This includes enable/disable. You may be able to implement your rows requirement by using multiple arrays in a cluster.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(2,341 Views)