07-03-2018 05:43 AM - edited 07-03-2018 05:45 AM
there you go. And at least if the sender has wait xxxx ms then receiver loops every xxxxx ms. Neat.
I attached sender and receiver vis for the future reader.
Gard, If you ok with the attached files, I will mark it as solution.
07-03-2018 05:59 AM
07-03-2018 06:37 AM
help said shared is the safest option.
07-03-2018 12:01 PM - edited 07-03-2018 12:02 PM
"pre-allocate" makes clones for each instance, guaranteeing that one instance won't influence another.
07-03-2018 04:27 PM
http://zone.ni.com/reference/en-XX/help/371361M-01/lvconcepts/reentrancy/
ok, I go for pre-allocated. Don't care about memory space, this PC sole purpose is to run the Labview application.