Hi guys,
I am very new to labview and it's graphical way of programming.
I am used to programming with code and I love the concepts of object oriented programming.
But here in Labview I don't quite get it yet.
I just have a function (where the "Read data" note is) that updates the data in the object (It reads from a serial connection).
But each time the loop iterates, the previous data is lost.
I don't know how to express it, but I would like to do something like the blue line I draw.
So the function keeps updating itself.
Is there any way to do this? I've searched for a long time now, but I don't even know how to explain this problem.
Thanks in advance!