PCI-1202/1602/180x Series Card
Multi-Function Boards
User Manual/ Ver. 4.8/ Mar. 2015/ PMH-0014-48/ Page: 109
9.2
Functions for saving Data in PC Memory
The P180X_FunA and P180X_FunB series functions are designed for continuous capture which
storing the data into main memory. The features for these P180X_FunA and P180X_FunB are
listed as follows:
Sampling A/D data with high speed (for example, 330K)
Continues capture for a long period (for example, 2.5 minutes continue)
A/D data save in the PC memory first, then analyze these data later
(memory size=330 k*60*2.5=330 k*150=49.5 M word=99 M bytes)
Refer to demo22.c for
330 k, 2.5 minutes,
continuous capture using
99 M
bytes of the PC
memory
The P180X_FunA is designed for two boards and the P180X_FunB (Figure 9-2) is designed for
single-board as follows:
P180X_FunA_Start
Support two board
P180X_FunA_ReadStatus
continuous capture
P180X_FunA_Stop
data save in PC memory (can be as large as 256 M)
P180X_FunA_Get
refer to demo20.c
P180X_FunA_Start
Support single board
P180X_FunA_ReadStatus
continuous capture
P180X_FunA_Stop
data save in PC memory (can be as large as 256 M)
P180X_FunA_Get
refer to demo21.c
Figure 9-2:
The continuous capture example.