01-11-2016 10:45 AM
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.
01-11-2016 10:54 AM
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.