From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I set a value to a control in LabVIEW 6i?

Hallo,

i wish to control an output with a checkbox (true/false). In several
times it could happens that this output come true. How can i set the
checkbox, whos control the output? I try with an OR-gatter but LabView
doesn't allowed feedback-loops.
For Example: ------------- (feedbackloop->ERROR!)
I I
V I
-->OR --->Checkbox ---------> Output
I True/False True = Value
I False = 0
I
I
Event happend--true--I

I think, the problem is one time the checkbox is an control, who
inter
active with an user and in the other case (event is calling) the
checkbox is an control to illustrate a state.
Can anybody help me to solve my problem?

Thank you and sorry for my english.

Ciao, Ralf.
0 Kudos
Message 1 of 3
(2,392 Views)
Hi Ralf,
create a property node for your control (diagram view:
popup->create->property node. Select "value" on the property node. Now
you can wire any boolean output to that property to control your control.

Good luck,
\Ulli.




Ralf Schade wrote:

> Hallo,
>
> i wish to control an output with a checkbox (true/false). In several
> times it could happens that this output come true. How can i set the
> checkbox, whos control the output? I try with an OR-gatter but LabView
> doesn't allowed feedback-loops.
> For Example: ------------- (feedbackloop->ERROR!)
> I I
> V I
> -->OR --->Checkbox ---------> Output
> I True/False
True = Value
> I False = 0
> I
> I
> Event happend--true--I
>
> I think, the problem is one time the checkbox is an control, who
> interactive with an user and in the other case (event is calling) the
> checkbox is an control to illustrate a state.
> Can anybody help me to solve my problem?
>
> Thank you and sorry for my english.
>
> Ciao, Ralf.
>
>
>
>
0 Kudos
Message 2 of 3
(2,392 Views)
Hallo Ulli,

"Bernd-U. Seifert" schrieb im Newsbeitrag
news:3B7BC96A.4040800@gmx.de...
> Hi Ralf,
> create a property node for your control (diagram view:
> popup->create->property node. Select "value" on the property node.
Now
> you can wire any boolean output to that property to control your
control.
>
> Good luck,
> \Ulli.
>
Thank you for your help. I will try your advise.

Ciao, Ralf.
0 Kudos
Message 3 of 3
(2,392 Views)