Difference between revisions of "NI-Scope examples"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "__TOC__ == INTRODUCTION == National Instruments produce a wide range of 8-,12-,14,16-,24-bit Oscilloscopes/Digitizers cards in PCI, PCIe, PXI and PXIe form factor with sample...")
 
Line 4: Line 4:
 
National Instruments produce a wide range of 8-,12-,14,16-,24-bit Oscilloscopes/Digitizers cards in PCI, PCIe, PXI and PXIe form factor with sample rate up to 12.5Gs/s.  
 
National Instruments produce a wide range of 8-,12-,14,16-,24-bit Oscilloscopes/Digitizers cards in PCI, PCIe, PXI and PXIe form factor with sample rate up to 12.5Gs/s.  
 
[http://www.ni.com/digitizers/]
 
[http://www.ni.com/digitizers/]
 +
 +
This cards are supported by NI-Scope driver. Only Linux 32-bit and Windows 32/64 bit are supported.
 +
 +
'''NI Scope for Linux'''
 +
 +
Hardware are supported by Ni-Scope 3.1 for Linux [http://www.ni.com/download/ni-scope-3.1/1633/en/ (download)]. This driver works only on Linux distributions with kernel 2.6.x
 +
RHEL 5.x, 6.x, Scientific Linux 5.x, 6.x and some old for example Mandrake 10.1.
 +
Read readme file to find list of supported hardware.
 +
 +
To install NI-Scope 3.1 properly under this distribution make this trick
 +
<syntaxhighlight lang="text">
 +
  Install NI-DAQmx 8.0.2 after NI-Scope.
 +
</syntaxhighlight lang>

Revision as of 15:04, 8 April 2015

INTRODUCTION

National Instruments produce a wide range of 8-,12-,14,16-,24-bit Oscilloscopes/Digitizers cards in PCI, PCIe, PXI and PXIe form factor with sample rate up to 12.5Gs/s. [1]

This cards are supported by NI-Scope driver. Only Linux 32-bit and Windows 32/64 bit are supported.

NI Scope for Linux

Hardware are supported by Ni-Scope 3.1 for Linux (download). This driver works only on Linux distributions with kernel 2.6.x RHEL 5.x, 6.x, Scientific Linux 5.x, 6.x and some old for example Mandrake 10.1. Read readme file to find list of supported hardware.

To install NI-Scope 3.1 properly under this distribution make this trick <syntaxhighlight lang="text">

 Install NI-DAQmx 8.0.2 after NI-Scope.

</syntaxhighlight lang>