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

I/o module
Table of Contents

Advertisement

Examples
[C]
int slot,ch;
slot = 0;
mode=0; //burst mode
for(ch=0;ch<8;ch++)
{
pac_i8088W_ SetPWMCountMode(slot,ch,mode);
}
[C#]
using pac8088WNet;
int slot,ch;
slot = 0;
mode=0; //burst mode
for(ch=0;ch<8;ch++)
{
pac8088W.SetPWMCountMode(slot,ch,mode);
}
I-8088W API Reference Manual, Version 1.0.0, Aug. 2010
--- 63

Advertisement

Table of Contents
loading

Table of Contents