LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing an output box in a case structure to an input box

Hi, I was working on a wiring diagram in Labview and I was trying to
wire an absolute value symbol to the right border of a case structure.
The problem is that I get an output box (an white filled box with an
orange border) instead of an input box (an orange filled box). How
would I change the output box into an input box?


Thanks

Muhammad Asfour
0 Kudos
Message 1 of 9
(3,368 Views)
I'm not sure I understand what you are asking. Where is your constant? If it is inside the case structure then it can't be an input to the case.
0 Kudos
Message 2 of 9
(3,368 Views)
Brian Can you please give me your e-mail address so that I can e-mail
you a screenshot of what I am talking about?

Thanks

Muhammad Asfour


Brian Vibert wrote in message news:<506500000005000000CD800000-1023576873000@exchange.ni.com>...
> I'm not sure I understand what you are asking. Where is your
> constant? If it is inside the case structure then it can't be an
> input to the case.
0 Kudos
Message 5 of 9
(3,368 Views)
Hi,

A wire can have only one source.
If the source is outside the structure, the "tunnel will be an input. If the source is inside (any of the cases), you will have an output tunnel.

Bottom line:
The location of the source will determine if the tunnel is an input or an output.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 9
(3,368 Views)
Muhammad-
There is no difference between an input and an output box, they are the same thing. The white box indicates that not all the cases in your case structure have an input wired to the box. Go to the other cases, right click on the box and select create>>constant. Once all the cases have an input wired, the box will become solid.

Ray Kong
NI Applications Engineer
0 Kudos
Message 4 of 9
(3,368 Views)
Ray, I tried your method it still does not work. Any suggestions?


Muhammad Asfour




Ray K wrote in message news:<50650000000500000024810000-1023576873000@exchange.ni.com>...
> Muhammad-
> There is no difference between an input and an output box, they are
> the same thing. The white box indicates that not all the cases in
> your case structure have an input wired to the box. Go to the other
> cases, right click on the box and select create>>constant. Once all
> the cases have an input wired, the box will become solid.
>
> Ray Kong
> NI Applications Engineer
0 Kudos
Message 6 of 9
(3,368 Views)
Ray, I tried your method it still does not work. Any suggestions?


Muhammad Asfour




Ray K wrote in message news:<50650000000500000024810000-1023576873000@exchange.ni.com>...
> Muhammad-
> There is no difference between an input and an output box, they are
> the same thing. The white box indicates that not all the cases in
> your case structure have an input wired to the box. Go to the other
> cases, right click on the box and select create>>constant. Once all
> the cases have an input wired, the box will become solid.
>
> Ray Kong
> NI Applications Engineer
0 Kudos
Message 7 of 9
(3,367 Views)
Ray, I tried your method it still does not work. Any suggestions?


Muhammad Asfour




Ray K wrote in message news:<50650000000500000024810000-1023576873000@exchange.ni.com>...
> Muhammad-
> There is no difference between an input and an output box, they are
> the same thing. The white box indicates that not all the cases in
> your case structure have an input wired to the box. Go to the other
> cases, right click on the box and select create>>constant. Once all
> the cases have an input wired, the box will become solid.
>
> Ray Kong
> NI Applications Engineer
0 Kudos
Message 8 of 9
(3,367 Views)
Next wire the constant.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 9 of 9
(3,367 Views)