04-15-2011 03:37 PM
Whenever I run a VI that accesses my PXI digitizer module using the NI-SCOPE VI's I end up with multiple redundant instances of the resource in the PXI resource drop down menu. See the attached image of the "niScope EX Binary Acquisition.vi" front panel for an example of what I am describing. Why does this happen?
Thanks,
Eric
Solved! Go to Solution.
04-15-2011 05:12 PM
It looks like niScope Close.vi is not being called properly. That is where sessions are cleaned up.
Mark
04-15-2011 05:13 PM
As Mark mentioned, if you call an Initialize again with the same resource name and the niScope Close was not called, this will occur. I believe you have to close LabVIEW for the duplicate names to be cleared from the control.
Regards,
04-16-2011 03:51 PM
Thanks!