LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read subvi variable

Solved!
Go to solution

HI all,

 

I would like to keep reading some values inside a subvi. This subvi is a for loop with 100 iterations.

I mean, I want to read outside of this subvi each iteration but in the same loop.

 

Any idea?

 

Regards

 

Kito

 

 

0 Kudos
Message 1 of 4
(2,416 Views)

Hi,

 

What exactly you are trying to achieve?? 

 

Numeric is an indicator as well as a variable.

Do you want to read numeric "indicator" to be read continously??
If that is the case, Use reference of the indicator.

Regards,

 

Bijay 

0 Kudos
Message 2 of 4
(2,387 Views)
Solution
Accepted by topic author Kitofelipe

@Kitofelipe wrote:

I would like to keep reading some values inside a subvi. This subvi is a for loop with 100 iterations.

I mean, I want to read outside of this subvi each iteration but in the same loop.



You cannot do it in the same loop as the subVI, because the loop cannot proceed to the next iteration unless the subVI has completed. You need to use a seperate loop.

 

What is the purpose of this execise, just complicate things unecessary? 😮

Message 3 of 4
(2,380 Views)

Thanks. I can read in a separete loop.

 

Regards

0 Kudos
Message 4 of 4
(2,359 Views)