发表于:2006-01-08 17:26:00
2楼
大哥 我在上面放个发光二极管都亮了啊!
就是在调用函数是读不出来值啊!
不就是这样吗?
init501718(slot);
for(i=0;i<8;i++)
{ while(AiUpdate(slot,&channel)==0)
{ get501718(slot,&channel,pValue);
printf("channel=%d,data=%d",channel,*pValue);
}
}-------这样我试过了读不出来,都是0。
不就是这样吗?
大哥 帮我分析一下 啊!
在问下这个函数:AiUpdate();
到底是在该函数返回值=0还是!=0时,才开始读模块的值啊?
怎么回事 啊?
init501718(slot);
for(i=0;i<8;i++)
{ while(AiUpdate(slot,&channel)!=0)
{ get501718(slot,&channel,pValue);
printf("channel=%d,data=%d",channel,*pValue);
}
}-------这样我却读出了值,怎么和你们介绍的不一样啊?
还望高手帮我侃侃啊!
摆脱了啊