07-28-2017 06:05 AM
Hello altenbach ,
As per your guidance i hope i am going good !!
i have done the same Vi using 2 methods
method 1 : using 2 shift registers
method 2 : using cluster ( i will use unbundle function and extract a required parameter in called vi's )
i have attached both vi's . is it right ?? gud ? review me
07-28-2017 08:47 AM
07-28-2017 09:21 AM
Here's a lightweight example for the cluster method. This only works well if all data have the same type. (Else you would need a different input terminal for each type).
This is just a programming example to learn the tools of the trade. Nobody forces you to actually use it in production code. Again, why not keep using global variables? A FGV does not give you any advantage as we already tried to tell you.