Microsoft® is a registered trademark; Windows®, Windows NT®, Windows XP®, Windows 7®, Windows 8®, Windows 10®
All other trademarks or intellectual property mentioned herein belongs to their respective owners.
Information furnished by DAQ SYSTEM is believed to be accurate and reliable, However, no responsibility is assumed by DAQ SYSTEM for its use, nor
for any infringements of patents or other rights of third parties which may result from its use. No license is granted by implication or otherwise under
any patent or copyrights of DAQ SYSTEM.
The information in this document is subject to change without notice and no part of this document may be copied or reproduced without the prior
Page 1
All other trademarks or intellectual property mentioned herein belongs to their respective owners. Information furnished by DAQ SYSTEM is believed to be accurate and reliable, However, no responsibility is assumed by DAQ SYSTEM for its use, nor for any infringements of patents or other rights of third parties which may result from its use. No license is granted by implication or otherwise under any patent or copyrights of DAQ SYSTEM.
PCIe-AIO15 User‟s Manual 1. Introduction PCIe-AIO15 is an analog input, digital input/output PCI Express (x1) board that supports 4 channels of 16~24-bit ADC (Analog to Digital Converter) and 4 channels of digital I/O. All control of this board is designed with FPGA (Field Programmable Gate Array), so functions can be changed and supplemented freely, and can be easily upgraded according to the user's needs.
PCIe-AIO15 User‟s Manual 1-2 Product Applications ♦ PCI development and evaluation ♦ Data acquisition ♦ Laboratory instrumentation ♦ Process control systems ♦ Factory automation DAQ System Analog I/O Products Analog Input Analog Output Timer Products Sampling Resolution Channel Range(V) Resolution Channel...
PCIe-AIO15 User‟s Manual 2. PCIe-AIO15 Block Diagram PCIe-AIO15 is a multi-function I/O PCI Express x1 board that supports 4-channel 16 to 24-bit ADC and 4-bit DIO functions as shown in [Figure 2-1]. PCIe-AIO15 INTERNAL BLOCK PCI Express External x1 BUS...
Each important board function is briefly described. For detailed function information, please refer to the parts specification. The functions of the PCIe-AIO15 board, connection connectors and pin assignments, and software (API) are compatible with PCI-AIO05 and can be used instead.
PCIe-AIO15 User‟s Manual 3-2 Device Features (1) D-Sub 9 Pin : J3 Analog Input 1 Channel, Digital Input/Output 1 Channel, Reference Power (2) D-Sub 25 Pin : J12 Analog Input 3 Channel, Digital Input/Output 3 Channel, Reference Power (3) FPGA : U15 All functions of the board are controlled through this FPGA Logic.
PCIe-AIO15 User‟s Manual 3-3 Connector and Switch The D-SUB 9-pin, 25-pin connector fixed to the standard PCI Bracket is used for power and analog and digital signal input/output. [Figure 3-2. PCIe-AIO15 PCI Bracket]...
PCIe-AIO15 User‟s Manual 3-3-4 Board Address Setup (SW5) In a system that requires many I/O ports, if several AIO series boards are installed in one system, each board address must be used separately. At this time, each board classification uses the DIP switch (SW6) on the board, and the total number of boards that can be installed in one system is four.
PCIe-AIO15 User‟s Manual 4. Analog Input Wiring 4-1 Unbalanced Input J2, J7, J9, J11 ADC CH0-3 Sensor [Figure 4-1. Analog SE(Single Ended) Input Wiring] Analog SE connection connects the signal to the positive terminal and the ground to the negative terminal.
PCIe-AIO15 User‟s Manual 4-2 Balanced Input J2, J7, J9, J11 ADC CH0-3 + ADC CH0-3 - Sensor [Figure 4-2. Analog DI(Differential Input) Input Wiring] In analog DI connection, the input reference is the difference between two input channel pairs.
PCIe-AIO15 User‟s Manual 5. Digital Input/Output Features 5-1 Input +3.3V +12VPCI 4.7K EIN0 DIN0 +3.3V 4.7K EIN3 DIN3 [Figure 5-1. Digital Input] The external digital input signal (EINx) receives a logic signal isolated by the photo-transistor of the board as shown in [Figure 5-1] above.
PCIe-AIO15 User‟s Manual 6. Conversion Time Setup A digital filter exists inside the AD converter, and the filter characteristics are displayed differently depending on the filter word (FW). With many FWs, you can have good noise characteristics and effective bits, but it takes a lot of time to get the output data. Refer to the characteristics of the following table and set the appropriate conversion time according to the use.
Tighten the screws on the board's bracket and case to secure the bracket. ⑤ In case of multi board, start again from step 3. Connect the PCIe-AIO15 board to an empty PCI Express slot on your PC. After powering on, the Found New Hardware window will appear.
To install your PCIe-AIO15 board in your PC, follow the steps described in the document “How to install PCI DAQ Board” provided by DAQ System. If the document is missing, you can get it from www.daqsystem.com. The PCIe-AIO15 board is completely Plug & Play. There are no switches or jumpers to set.
Page 20
PCIe-AIO15 User‟s Manual The driver folder includes a file of “pci_aio05.inf” and “pci_aio05.sys” that it is necessary for driver installation. A warning message appears during installation here, press “Continue Anyway” button. You can show below message window. The process progress as follows.
Page 21
PCIe-AIO15 User‟s Manual If the installation is completely finished, you can show below message window.
Page 22
“Device Manager” window. [My Computer -> properties -> Hardware -> Device Manager -> Multifunction Adaptors -> PCI-AIO15] The above figure shows the screen where the PCIe-AIO15 product is normally installed in the PC. It is expressed as PCI-AIO15 for compatibility with PCI products. (Check the red circle)
PCIe-AIO15 User‟s Manual 8. Sample Program DAQ system provides a sample program to make the user be familiar with the board operation and to make the program development easier. You can find the sample program in the CDROM accompanying with the board. One of the execution file is “PCI_AIO05_App.exe”.
Path environment variable. PCIe-AIO15 and PCI-AIO05 have different drivers but use a common DLL. When using on the same PC, the board number must be distinguished by the ID within the board, and all the functions used are the same, so the sample program can be used together.
Set the conversion time. (See Table 3.) (5) Select Channel Write down the ADC channel value. The channel number of PCIe-AIO15 is from 0 to 4. (6) Select Range Set the ADC input range for each channel. (0 to 5, ±5, 0 to 10V, ±10V) (7) Average Numbers Specifies the number of data to which the moving average is applied.
PCIe-AIO15 User‟s Manual (10) ADC Auto Read Automatically reads the current ADC value. (11) CH0(BK), CH1(B), CH2(R), CH3(G) It displays values from CH0 to CH4. CH0(BK): Black, displayed in the ADC Graph below in black. CH1(B) : Blue, displayed in the ADC Graph below in blue.
PCIe-AIO15 User‟s Manual (2) Divide The division value applied to the graph display. If the collected data is too large to display the data, the data value is attenuated and displayed. (3) „Set‟ Button Set the Offset, Divide value. (4) AVG, MAX, MIN, DIFF It displays the AVG(Average), MAX(Maximum), MIN(Minimum), DIFF(MAX - MIN) of selected channel.
(3) All DAQ SYSTEM products have a one-year warranty. -. The warranty period is counted from the date the product is shipped from DAQ SYSTEM. -. Peripherals and third-party products not manufactured by DAQ SYSTEM are covered by the manufacturer's warranty.
Page 29
PCIe-AIO15 User‟s Manual References 1. PCI System Architecture -- MindShare Inc. 2. PCI Local Bus Specification -- PCI-SIG 3. General information on PCI board API -- DAQ system 4. AN201 How to build application using APIs -- DAQ system 5. AN242 PCI-AIO05 API Programming...
Page 30
PCIe-AIO15 User‟s Manual MEMO Contact Point Web sit : https://www.daqsystem.com Email : postmaster@daqsystem.com...
Need help?
Do you have a question about the PCIe-AIO15 and is the answer not in the manual?
Questions and answers