12-01-2006 02:55 AM
12-01-2006 03:05 AM
12-01-2006 03:19 AM
Cheers Deepu
That is defo the best I have but what would be even nicer for me if I could have a string array where the string somehow references the variable. I could then generate a text file with all the variable names and values. As a stop gap I may see if I can build an array of references
nice
12-01-2006 04:20 AM
12-01-2006 07:05 AM
Dennis
Thats brilliant I have included an extension to the vi (I am still using the sub vi you created)to read in a file and seperate the control data and have done it for more than just booleans. May be useful to others (it may not of course)
Only one question has arisen from this, the value property node has to be run inside the case structure as when you try to take a line out of a case structure the little block on the wall of the structure takes a particular data type (i.e. string) and will not take mulitple data types I would really like to have the property node outside the structure as I can then make the whole thing in to a sub vi and have the node outside in the main vi.
Anyone know how I can do this
nice
12-01-2006 07:29 AM