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

I/o module
Table of Contents

Advertisement

Examples
[C]
int slot,ch, burstCount;
slot = 0;
burstCount=10000;
for(ch=0;ch<8;ch++)
{
pac_i8088W_SetBurstCount (slot,ch, burstCount);
}
[C#]
using pac8088WNet;
int slot,ch, burstCount;
slot = 0;
burstCount=10000;
for(ch=0;ch<8;ch++)
{
pac8088W.SetBurstCount (slot,ch, burstCount);
}
I-8088W API Reference Manual, Version 1.0.0, Aug. 2010
--- 65

Advertisement

Table of Contents
loading

Table of Contents