LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where do I get this block?

Solved!
Go to solution

Hi all,

 

alhebu_1-1593271495419.png

I don´t know in wich palette is located the block that is coneccted to the error wire and what is this for, hope you can help me

 

Best regards alhebu

0 Kudos
Message 1 of 3
(1,788 Views)
Solution
Accepted by topic author alhebu

@alhebu wrote:

I don´t know in wich palette is located the block that is coneccted to the error wire and what is this for, hope you can help me


 

There are two things connected to the error wire.The first seems to be some custom subVI.

 

The second is the optional conditional terminal and is part of the FOR loop. Right-click the FOR loop and check "conditional terminal" to show it. It will alow early termination of FOR loops, even before all iterations have completed. You can switch it to (A) Stop if true (or error) or (B) Continue if true (or no error). Your code shows option B.

 

Message 2 of 3
(1,774 Views)

Yes, my question was about the second one. Sorry if I didn´t explain myself well

Thank you very much

0 Kudos
Message 3 of 3
(1,752 Views)