Description - Advantech ADAM-5511 Manual

Table of Contents

Advertisement

Read Overflow
Syntax:
void ReadOverflowFlag(int slotno, char *pValue)

Description:

Check if counter value reach max. count limit
Parameter
slotno
*pValue
Return Value:
The overflow value returned
Example:
void main ()
{
char overflag_value[4];
int i;
ReadOverflowFlag(0, &(overflag_value[0]));
for (i=0;i<4;i++)
printf("channel %d over_flag_value=%d\n",i,overflag_value[i]);
}
Remarks:
None.
Description
The specific slot inserted with
ADAM-5080
0-3 or slot0-slot3
The value returned

Advertisement

Table of Contents
loading

Table of Contents