I have an array of objects wired to for-loop. I call the method VI on object in for-loop. If the method uses/calls some VI with state/memory (like FGV) the state is shared for every call of method in a loop despite the called VI is reentrant preallocated. Does anybody know how to solve this problem?
해결되었습니다! 솔루션으로 이동.
nvm. I've found an answer:
https://lavag.org/topic/19014-dynamic-dispatch-shared-reentrancy/