ICP DAS USA PCI-1002L User Manual page 45

Pci-1002 series card 12-bit, 110 ks/s or 44 ks/s multi-function board version
Hide thumbs Also See for PCI-1002L:
Table of Contents

Advertisement

PCI-1002 Series Card
12-bit, 110 kS/s or 44 kS/s Multi-function Board
For DOS
The PIO_PISO.EXE for DOS is contained in:
CD:\NAPDOS\PCI\Utility\DOS\
http://ftp.icpdas.com/pub/cd/iocard/pci/napdos/pci/utility/dos/
The PIO_PISO program source is given as follows:
/* -------------------------------------------------------------- */
/* Find all PIO_PISO series cards in this PC system */
/* step 1 : plug all PIO_PISO cards into PC
/* step 2 : run PIO_PISO.EXE
/* ------------------------------------------------------------- */
#include "PIO.H"
WORD wBase,wIrq;
WORD wBase2,wIrq2;
int main()
{
int i,j,j1,j2,j3,j4,k,jj,dd,j11,j22,j33,j44;
WORD wBoards,wRetVal;
WORD wSubVendor,wSubDevice,wSubAux,wSlotBus,wSlotDevice;
char c;
float ok,err;
clrscr();
wRetVal=PIO_DriverInit(&wBoards,0xff,0xff,0xff);
printf("\nThrer are %d PIO_PISO Cards in this PC",wBoards);
if (wBoards==0 ) exit(0);
printf("\n-----------------------------------------------------");
for(i=0; i<wBoards; i++)
{
PIO_GetConfigAddressSpace(i,&wBase,&wIrq,&wSubVendor,
&wSubDevice,&wSubAux,&wSlotBus,&wSlotDevice);
printf("\nCard_%d:wBase=%x,wIrq=%x,subID=[%x,%x,%x],
SlotID=[%x,%x]",i,wBase,wIrq,wSubVendor,wSubDevice,
wSubAux,wSlotBus,wSlotDevice);
printf(" --> ");
ShowPioPiso(wSubVendor,wSubDevice,wSubAux);
}
PIO_DriverClose();
}
*/
*/
/*for PIO-PISO */
User Manual, Ver. 3.0, Jun. 2018, PMH-015-30, Page: 44

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pci-1002hPci-1002luPex-1002hPci-1002huPex-1002l

Table of Contents