Advantech ADAM-5511 Manual page 225

Table of Contents

Advertisement

Set Initial Value
Syntax:
int SetInitCounterVal(int slotno, int channel, unsigned long Value)
Description:
Set initial counter value (between 0 to 4,294,967,295)
Parameter
slotno
channel
Return Value:
None
Example:
void main ()
{
unsigned long int i;
i=1000;
//set 1000 to the initial counter value
SetInitCounterVal(0,0,i);
}
Remarks:
None.
Description
The specific slot inserted with
ADAM-5080
0-3 or slot0-slot3
The specific channel in ADAM-5080
0-3

Advertisement

Table of Contents
loading

Table of Contents