Ravi0709
2008-07-02 08:10:06 UTC
Hi....My project has many(500 to 800) controls and indicators
which are spread over many individual vis. I wish to control all these
vis from a single (main) vi. I am using "call by reference" technique,
which is the best way (I hope !!). To handle these controls easily I'm
using clusters. I shall control this main vi from Python. I know how to
access each individual LabVIEW control terminal from Python. I kept all
these control and indicator terminals in side clusters. Now, I'm able
to read and write whole cluster at a time, which is not my requirement.
I want to read or write only one cluster element at a given time. I
tried a lot but I'm unable to work it out. Pls...help me to solve my
problem. I have one more doubt, Instead of keeping all controls and
indicators in main vi directly, I'm simply merging into clusters. This
merging process (into clusters) takes place in individual vis. Is this
step increses/decreses complexity of model ?? We want to keep the code
as less complex as possible.Thank you,Ravinder
which are spread over many individual vis. I wish to control all these
vis from a single (main) vi. I am using "call by reference" technique,
which is the best way (I hope !!). To handle these controls easily I'm
using clusters. I shall control this main vi from Python. I know how to
access each individual LabVIEW control terminal from Python. I kept all
these control and indicator terminals in side clusters. Now, I'm able
to read and write whole cluster at a time, which is not my requirement.
I want to read or write only one cluster element at a given time. I
tried a lot but I'm unable to work it out. Pls...help me to solve my
problem. I have one more doubt, Instead of keeping all controls and
indicators in main vi directly, I'm simply merging into clusters. This
merging process (into clusters) takes place in individual vis. Is this
step increses/decreses complexity of model ?? We want to keep the code
as less complex as possible.Thank you,Ravinder