发表于:2004-11-08 23:37:00
楼主
AI_9118_Config(0,P9118_AI_BiPolar|P9118_AI_SingEnded,0,0,0)AI_AsyncDblBufferMode (0, 0); //不用dbl方式
AI_ContReadMultiChannels(0,2,9,8, AD_B_5_V,AD_B_5_V, ai_buf, data_size,sample_rate, ASYNCH_OP);
出现的错误是
2874, 43 Type error in argument 3 to `AI_ContReadMultiChannels'; found 'int' expected 'pointer to U16'.
2874, 72 Type error in argument 7 to `AI_ContReadMultiChannels'; found 'pointer to U16' expected 'F64'.
请老师指点