LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control Byte Array

Hello all,

 

I'm a new user to this forum. My question is can a table work with controls and indicators?  I'm trying to read data from a serial port and store it in a table. I also want to be able to change data within the table.

0 Kudos
Message 1 of 4
(2,189 Views)

The attachment is a example of what I want the table to look like. I want the "Voltages" to be what i guess is indicators, and the Relay & Current to a control, any suggestions would be appreciated

0 Kudos
Message 2 of 4
(2,188 Views)

Hi,

 

Its possible, but not a good idea - keep control and indicator tables seperate.

CLA | CTD
NI Alliance Partner
iLV Test Solutions Ltd
0 Kudos
Message 3 of 4
(2,157 Views)

There's no simple way to disable certain columns in a table control, so if the user can edit one cell they can edit any cell. However, you can use a table indicator and place controls on top of it to give the appearance of having some editable cells in a table and others that are only for display.

I posted a screenshot and sample code here: http://forums.ni.com/t5/LabVIEW/array-of-cluster/m-p/1822423#M625025

0 Kudos
Message 4 of 4
(2,128 Views)