LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enum, Ring, Kombinationsfeld

Sorry but this does not work ....!!!???
WHY?
0 Kudos
Message 11 of 16
(969 Views)
That's quite obvious. You read the references of all objects. The reference array you get out of the property nodes contain the references of all objects, which means it contains the refs of controls and graphical objects.
 
You have to select the "controls[]" property (unfortunately I can't give you the german expression used by NI).
 
Maybe this helps a little:
 

Message Edited by becktho on 11-03-2006 11:21 AM

Message Edited by becktho on 11-03-2006 11:21 AM

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 12 of 16
(967 Views)

ahhh   k   now i found the bug ^^

 

but now i want to put this working cluster in a array...how can i build a referenz of a cluster in a array`?

0 Kudos
Message 13 of 16
(962 Views)
Hi Simon,

as said before: in an array all elements have to have the same properties!
You cannot set different properties for single elements of an array...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 16
(955 Views)

Just put the cluster into an array. But don't forget - if you make just one element of just one cluster invisible, the same element is also set invisible in the other array elements.

If you want several clusters and access them independently, you can not use an array.

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 15 of 16
(955 Views)
k, thx for your help.
 
I not really happy about it, but what should i do.... hmmm.
 
k, now i have to find a nother way to make a program, witch does exaclly what i want.
 
 
0 Kudos
Message 16 of 16
(933 Views)