LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I title my column in "build table" VI

Hi everyone,

 

 I am building a program that involves the use of BUILD TABLE VI. I want to log temperature data and present the results in form of table on the front panel, but when labeled the columns as TEMPERATURE and TIME, I found out that the labels are not being retained when the program is running. I only see that the data is being logged but the labels would have disappear. Any help on this?

 

Thanks.

0 Kudos
Message 1 of 3
(2,624 Views)

BUILD TABLE is not standard a LabVIEW VI.  We can't help you unless you post it.

 

EDIT:  My mistake, it's some kind of Express thing.  Maybe this will help: https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/express/express-controls/buildtable...

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 2 of 3
(2,618 Views)

It looks like a subVI within the Express crap actually has column header inputs that aren't fed out to the top-level VI.  You'll have to open the front panel of BUILD TABLE and drill down to subBuildTable.vi.  Then, you can connect the Column Headings control and use it as you see fit.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 3 of 3
(2,612 Views)