ICP DAS USA I-8088W Api Reference Manual page 48

I/o module
Table of Contents

Advertisement

Examples
[C]
int slot,ch,enBit[8];
Slot=0;
unsigned int dival=0;
i8088W_GetDI(slot, &diVal,enBit);
Print ("DI Vaule = %02X\n",diVal);
for (ch=0; ch< 8; ch++)
{
Print ("DI[%d]= %d\n",ch, enBit[ch]);
}

Advertisement

Table of Contents
loading

Table of Contents