05-15-2007 11:46 AM
05-16-2007 12:59 PM
Hi Visswanathan,
You said that any 5 subvis will be running at the same time, each with an open/close FPGA reference. You cannot open a reference while one to the same thing is open, and so it sounds like some of your subvis are trying to open the reference that is already open. You could just pass the reference into the subvis from the main one rather than opening and closing it in every subvi. You could also want to use a sequence structure to ensure each reference is closed before the next one created.
If you need further assistance, could you be more specific as to how often the code is getting stuck? Can you figure out if it is exactly one subvi that is causing it to get stuck? I imagine that the problem is with the open and close, so hopefully my suggestion above will clear this up.
Stephanie