![Teledyne SP Devices ADQ7DC Скачать руководство пользователя страница 48](http://html1.mh-extra.com/html/teledyne-sp-devices/adq7dc/adq7dc_manual_1081091048.webp)
19-2233 PC2
2019-02-01
48(50)
ADQ7DC Manual
16-1796 PC2 2019-02-01
48(50)
8
HOST PC CONNECTION
The host PC connection is either USB or PCI Express. From the programmers’ perspective, there is no
difference which interface to use. It only matters when the data rate to the host PC is critical.
A general software that takes the interface into account can use the
IsUSBDevice
,
IsUSB3Device
and
IsPCIeDevice
commands to check the present connection.
8.1 USB interface
The ADQ may be connected to a USB2.0 or USB3.0 port in the host PC. The USB connection is inter-
nal in the –PCIE and –PXIE versions of the digitizer. It is intended for firmware upgrade is the PCIe
firmware upgrade fails. It is also possible to use this interface for debugging if the PCIe link is not
responding properly.
8.2 PCI Express interface
The –PCIE, –MTCA, and –PXIE versions of the digitizer use PCI Express electrical interface to commu-
nicate with the host PC. Generation 1, 2, and 3 up to 8 lanes is supported by the digitizer.
8.3 Using several units
8.3.1
Using several digitizers from a single application.
Several digitizers can be connected to the same PC.
Each unit is then available and can be accessed individually.
Each software command contains a pointer to the control unit for all ADQ digitizers and an instance
number that points out the current ADQ.
To identify a specific unit, read the serial number
GetBoardSerialNumber
. This gives a mapping between
the instance number and a physical unit.
The record header (
) contains a byte field (User ID) where the user can set an identifier for each
card. This gives a mapping between physical unit and data.
8.3.2
Using several digitizers from a several applications.
When several separate applications or threads are used for talking to different digitizers the commands
ListDevices
and
OpenDevice
has to be used.
FindDevices
will not work since
FindDevices
locks all avail-
able digitizers to the same application.