LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control limit setting by reference

I have a cluster of numeric controls that I need to control the limits of programmatically. I do not want to use property nodes if possible since there are different clusters with differen number of elements and that will add up quick. I was trying to use references but was unable to make that work. I am using LabView 6.1.
0 Kudos
Message 1 of 2
(2,477 Views)
> I have a cluster of numeric controls that I need to control the limits
> of programmatically. I do not want to use property nodes if possible
> since there are different clusters with differen number of elements
> and that will add up quick. I was trying to use references but was
> unable to make that work. I am using LabView 6.1.
>

You will need some scheme to get to the elements within the cluster.
You could search by name, position, or type. The other thing you will
need to do is to make sure the reference to the clusters is not strict,
that is that it isn't strictly typed to its terminal type. That way
clusters of different elements will produce compatble refnum types.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,477 Views)