04-14-2011 10:50 AM
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.
04-14-2011
11:45 AM
- last edited on
10-05-2024
03:30 PM
by
Content Cleaner
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...
04-14-2011 11:59 AM
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.