LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using same string indicator in different stacked sequences

Solved!
Go to solution

Hi guys, I want to use the same string indicator in different stacked sequences. I tried to wire the output of every string constant through the sequence to my string indicator outside the sequence block but then I get an 'Wire connected to an undirected tunnel' error. What is the best way to use the same indicator for all the sequences?

0 Kudos
Message 1 of 6
(3,307 Views)
Solution
Accepted by JoVMo

Hi JoVMo,

 

You can simply use a Local Variable of that indicator inside the sequence..

 

untitled.GIF

Regards,

Nitz..

(Kudos are always welcome;))

Message 2 of 6
(3,299 Views)

Hi,

 

Is this what you were looking for? If so, mark it as a solution so that it would be helpful for others.

 

Regards,

 

Nitz..

0 Kudos
Message 3 of 6
(3,291 Views)

Here is another option to avoid local variables (VI attached is in LV 8.20)

 

 

 

Clipboard01.png

 

 

Hope this helps.

 


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

Message 4 of 6
(3,288 Views)

Hi Jo,

 

"to my string indicator outside the sequence"

This is a typical problem, when not understanding the dataflow paradigm of LabVIEW! Obey the dataflow! (And maybe go here...)

 

"What is the best way to use ... for all the sequences?"

Next typical problem when not understanding dataflow: you don't need sequences at all when properly using dataflow programming...

 

@TiTou:

Problems with copy&paste? Smiley Wink

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(3,281 Views)

 


@GerdW wrote:

@GerdW wrote:

 

@TiTou:

Problems with copy&paste? Smiley Wink


 

not even 😮


@GerdW wrote:

 

@TiTou:

Problems with copy&paste? Smiley Wink


 

not even 😮

 

see : http://forums.ni.com/t5/Feedback-on-NI-Discussion-Forums/Text-lines-and-images-get-duplicated-when-I...


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 6 of 6
(3,273 Views)