06-23-2014 04:54 PM
Hi all,
Currently running labview 10 developer and have created an express table in the front panel. I have made the column headers visable and editable. Now i am able to edit the column headers in labview, but when i create executable i am unable to edit the column headers.
Any Ideas?
Thanks
06-23-2014 06:58 PM
You can always change the header strings using property nodes.
06-24-2014 12:50 AM
06-24-2014 01:20 AM - edited 06-24-2014 01:22 AM
Sorry, I was posting by phone earlier, so I could not check, but you simply need to enable editable header (see picture) to be able to do so at run time. (If not, they can only be change in edit mode).
06-24-2014 11:42 AM
Altenbach,
I did that and i created an executable with it checked and not checked, but the same result, I can not edit the column headers from the executable file even though Im able to edit them from the front panel in labview.
06-24-2014 12:18 PM - edited 06-24-2014 12:27 PM
is your table a control or an indicator?
(Cannot test at the moment, but typically only controls can be edited at run time. Try changing it to a control and write to it using a local variable.)
06-24-2014 12:49 PM
Hmm, It is an indicator, I am writing data to the table, but i would like the ability to change the column headers. Would i be able to make it a control and then write to it?
06-24-2014 12:52 PM
Yes, see the end of my previous message.
06-24-2014 12:53 PM
Does it work when you run it from within LV or does it fail only when you are in an executable?
Mike...
06-24-2014 12:59 PM - edited 06-24-2014 01:00 PM
As a quick test, simply press Ctrl+m (to toggle to run mode without actually running). See if you can edit it. If you can, you should be OK. I will test later.