Solution
As of NI-SCOPE 3.6 version, the USB-5132/5133 supports continuous acquisition.
In order to achieve continuous acquisition, you should use the
Fetch Forever example, provided with NI-SCOPE driver. This example can be used also with USB-5132/5133 installing NI-SCOPE 3.6 or later.
In order to locate the example, please refer to the following instructions, based on your development environment:
- if you are programming in LabVIEW, you should:
- install NI-SCOPE version compatible with you LabVIEW version (refer to NI-SCOPE and LabVIEW Compatibility document)
- in LabVIEW, select Help » Find Examples... » Hardware Input and Output » Modular Instruments » NI-SCOPE » Continuous Acquisition
- open example niScope EX Fetch Forever.vi
- if you are programming in LabWindows™/CVI, you should:
- install NI-SCOPE driver
- in LabWindows™/CVI, select Help » Find Examples... » Hardware Input and Output » Modular Instruments » NI-SCOPE » Continuous Acquisition
- open example FetchForever.prj
- if you are programming in .NET, you should:
- install NI-SCOPE driver
- install NI-SCOPE .NET Class Library, which provides NI native .NET API to use when writing an application in C# or VB .NET. You can find additional information and support at NI-SCOPE .NET Resources
- refer to the example, available for C# and VB, in the following folder: C:\Users\Public\Documents\National Instruments\NI-SCOPE\examples\DotNET xx\FetchForever