LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

recording with the mic met 4822 error

Solved!
Go to solution

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?

Download All
0 Kudos
Message 1 of 5
(2,156 Views)
Solution
Accepted by topic author James985

You cannot run them in parallel because those APIs are non-reentrant.

santo_13_0-1636469996814.png

 

You can make a copy of those APIs to your project folder, then edit the VI settings to be shared clone.

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 5
(2,126 Views)

Thanks Santo. This works.

0 Kudos
Message 3 of 5
(2,121 Views)

Hi Santo,

When I change the vi to reentrant, sometimes it will report error 4823

0 Kudos
Message 4 of 5
(2,080 Views)