11-09-2021 07:17 AM - edited 11-09-2021 07:26 AM
I write the attached vi, the purpose is to make six mic recording in parallel.
Looks like it can't run in parallel and sometimes met the error code 4822.
could someone give some suggestion on this?
Solved! Go to Solution.
11-09-2021 09:00 AM
You cannot run them in parallel because those APIs are non-reentrant.
You can make a copy of those APIs to your project folder, then edit the VI settings to be shared clone.
11-09-2021 09:10 AM
Thanks Santo. This works.
11-11-2021 01:40 AM
Hi Santo,
When I change the vi to reentrant, sometimes it will report error 4823
11-11-2021 06:02 AM
Add sub vi which called by test.vi