LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modular interface

Hello, and firstly, sorry if I post about a topic that have already been discussed, but I haven't found any answer to my problem.

I want to create an interface were the user can choose the kind of input. One numeric, two numeric, or something that will be represented by a graph. I intent to hide or not the box that will not bi used. The problem is that I want this repeated in an array. And it seems that I can't create an array of cluster which include a graph. I've been trying to do this all the morning and didn't achieve anything. Is something like that ever possible ? If yes, how, if no, what can I do ?

 

Thank you in advance.

0 Kudos
Message 1 of 5
(2,647 Views)

I have no problem creating an array of clusters containing a graph so it seems I'm not understanding your problem.  Please attach your code so I can see what you're trying to do.

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 5
(2,612 Views)

I sort of abandonned trying to do that for the time being, it was slowing down too much but thanks for answering me. My problem was implying another issue which still is an issue now, the question is : can I modify properties of one element of an array independantly from the others ? I have an array containing a cluster containing 2 numeric and an enum. I would like for one of the numeric to be visible or not in function of the value of the enum. I've achieved this, but the visibility modification is applied to all the row of my array. Is it possible to operate individually on each element ?

 

Sorry about the subject change.

0 Kudos
Message 3 of 5
(2,581 Views)

It seems it have already been asked (many times) and the answer is no... nevertheless if you have any idea of how to achieve something comparable you would be more than welcome.

0 Kudos
Message 4 of 5
(2,576 Views)

The data in an array and the properties (i.e., visibility) of the control or indicator that contains it have nothing to do with each other. You can certainly manually or programatically control the visibility of the control or indicator itself with a property node. You may, however, need to do this before you bundle things up into an array in order to pick out the specific object(s) you want to control. Now, this really doesn't have anything to do with the graph you were talking about, does it?

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 5 of 5
(2,554 Views)