LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Afficher cluster

Bonjour,
J'aimerais programmer l'algorithme suivant sur labview:
 
For i=1 to N
      Afficher cluster 1 to N;
End for;
 
Merci de m'aidez svp!
 
Je vous joint le debut de mon programme!
 
Cordialement
0 Kudos
Message 1 of 7
(3,023 Views)
Bonjour,

Je n'écrise pas francais.

Is this what your wanted?

Regards,

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 7
(3,011 Views)


@karlito20 wrote:
For i=1 to N
      Afficher cluster 1 to N;
End for;

You have an cluster of clusters, and not an array of clusters, thus you cannnot programmatically change the number of elements. What is the purpose of the "visible" property in your example code?
 
If you think André has the right answer, here's a sinpler way to do the same thing.
0 Kudos
Message 3 of 7
(3,005 Views)
Hello,
I have a cluster and in this cluster, I have clusters(cluster 1, cluster 2, cluster 3,...,clusterN,...,cluster 30).
With a numeric control, I have to select cluster
For example, if numerical control is 3, cluster 1,2 and 3 are selected.The other cluster are disabled and don't visible.
I would like to see appearing scrollbar.
 
Is it possible???
 
Thanks a lot for your Help.
 
Regards
 
0 Kudos
Message 4 of 7
(3,002 Views)


@karlito20 wrote:
Is it possible???

Everything is possible (see attached. You might want to disable FP updates during the loop, though).

Still, I feel this entire thing should be designed differently. What are you actually trying to do?

0 Kudos
Message 5 of 7
(2,996 Views)

Can you post me the vi in Labview 7.1, please?

Thanks a lots!

0 Kudos
Message 6 of 7
(2,994 Views)
No, but here's an image:
 
 

Message Edited by altenbach on 08-27-2007 10:02 AM

0 Kudos
Message 7 of 7
(2,990 Views)