ICP DAS USA I-8014W User Manual page 67

250 ks/s, 16-bit, 8-channel differential/16-channel single-ended analog input module
Table of Contents

Advertisement

Example
[C++]
int slot,ch,gain;
float fVal=0.0;
slot = 0;
gain = 0;
// "+/-10V"
for(ch=0;ch<8;ch++)
{
i8014W_ReadAI( slot, ch, gain, & fVal);
Print("\n[%02d]= [ %05.4f ]",ch,,fVal);
}
I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: service@icpdas.com
67

Advertisement

Table of Contents
loading

Table of Contents