12-29-2008 05:46 PM
Hi!
I wrote a vi for acquiring and writing in binary file n channels from a dde DCS. In order to analyze those data I need to export, for example in Excel one, more or all channels.
I would like to use a checklist where i can select channels using their tags (headers) in order to select elements of array to be extracted and written in Excel. Actually I am not able to write a checklist like that, more in details my checklist should be an indicator, becouse it will read all heaters from my output, and in the same time a control, in order to select channels to be exported. Does anybody have an idea to perform my task?
Thank You very much.
Antonio
12-29-2008 06:26 PM
12-30-2008 09:42 AM
Hi.
In the attached vi i tryed to write boolen name by property node, but I found this property is available only in editing mode.
What is wrong with my approach?
Tnank You.
Antonio
12-30-2008 09:52 AM
In LabVIEW, you cannot change the value of an Owned Label during run-time. Here is a knowledge base article that explains that and a way around it:
Programmatically Changing the Label for a Control or Indicator in LabVIEW
I would recommend that you go through some tutorials and the Getting Started with LabVIEW guide before you start programming with LabVIEW.
12-30-2008 10:05 AM
Hi Adnan,
Just noticed you passed 500 posts. I don't usually watch for people topping 1/2 K but I have noticed you have been very active and helpful lately so I took a peek.
Again congrats, and THANK YOU for helping!
Your "Brother in Wire",
Ben
12-30-2008 10:13 AM