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: 

How the target scoped fifos will work ?

Ahh sorry ! Again you are wrong, I can not compile vi 2 if  I remove write method. It just cant recognize that it has been called from another vi.

0 Kudos
Message 11 of 12
(1,037 Views)

Mmmm ok, try to do that.

Try to pass the reference of the FIFO to the "Target scoped 2", in this way you should avoid the flat sequence.

Do something like that:

1) In "Target scoped1" make a flat sequence in which you first fill the FIFO and in the second sequence call the "Target scoped 2" passing the FIFO reference;

2) In "Target scoped 2" you just copy the for loop you already implemented.

 

Let me know if it works.

 

Kind regards.

0 Kudos
Message 12 of 12
(1,025 Views)