High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

ni scope examples

how i can get the digital data from the card PXIe-5622 to display it or save it to a file please we want solved example working on Labview 2010

 

thanks for your cooperation with us

0 Kudos
Message 1 of 4
(7,136 Views)

If you have installed the NI-SCOPE driver, then working LabVIEW examples should be installed onto your system at:

Start » All Programs » National Instruments » NI-SCOPE » Examples

 

The help file for the NI-SCOPE driver is extreemly helpful for understanding your device and how to communicate with it.  The help file can be found at:  

Start » All Programs » National Instruments » NI-SCOPE » Documentation

 

Here is the help file download if its not found on your system:

http://digital.ni.com/manuals.nsf/websearch/86590EFAD38AE49C86256FF8007CB2B3

 

I hope this helps!

Systems Engineer
SISU
Message 2 of 4
(7,124 Views)
hi, i am trying to get waveform info from digitizer pci-5105 in borland 2007 IDE . very simple code? but problem? it hangs when exiting on closing bracket (trying to close some threads). I am just beginer in NISCOPE API, so cant find mistake. here is a code: //--------------------------------------------------------------------------- #include //#include #include #include #include #include "niScope.h" /*********************************************************************************\ #define MAX_STRING_SIZE 50 int main(int argc, char* argv[]) { ViSession vi = VI_NULL; ViChar errorMessage[200]; ViInt32 actualRecordLength; ViReal64 actualSampleRate; int res; cout<<"Before Starting\n"; res=niScope_init("Dev1", NISCOPE_VAL_FALSE, NISCOPE_VAL_TRUE, &vi); cout<<"Session is opened?\n"<
0 Kudos
Message 3 of 4
(7,036 Views)

AdagioA,

Please post your question in a new thread.  This will increase the chance that your question will be seen by those who will be able to answer it.

Systems Engineer
SISU
0 Kudos
Message 4 of 4
(7,011 Views)