|
Re: How do i find a variable and use it on Labview
Any wire in LabVIEW can be read from but can only be written to by a single output.
You can create as many local variables (either read or write variety) for the same "physical" variable. You can have many outputs "simultaneously" writing to the same "physical" variable via many local variables (see attached).
Russ
|