08-30-2006 12:09 PM
08-30-2006 10:48 PM - edited 08-30-2006 10:48 PM
Could not open your VI as i do not have labVIEW 8.x installed on my system
But this is what I understood.
You want to save a boolean array ( Which corresponding to states of the controls) and a string array ( is it??)
What I suggest is , bundle them into a cluster, write to a file.
You can always read that file ( Note: define the byte stream type to be the same as what you write into the file), unbundle these arays and use it to update your Indicators.
look at attached Pic
Message Edited by devchander on 08-30-2006 10:49 PM
Message Edited by devchander on 08-30-2006 10:52 PM
08-31-2006 02:16 PM
08-31-2006 10:28 PM
And thanks for those Stars.
Any more doubts, do get back
08-31-2006 11:42 PM
09-01-2006 12:35 AM
A Byte stream File that stores data as a sequence of ASCII characters or bytes
Whereas a Datalog File that stores data as a sequence of records of a single, arbitrary data type that you specify when you create the file.
Although all the records in a datalog file must be a single type, that type can be complex.
For example, you can specify that each record is a cluster that contains a string, a number, and an array ( as shown in the Pic I have attached in my pevious post)
I do not have labVIEW 8.0 or ablove on my system.
So, I guess someone else might be able to suggest you bettter in that regard
09-01-2006 07:07 PM