Hi,
I have trying to acquire multiple channels of data using the SCAN_Start function on a PCI-MIO-16XE-10 device using the NI-DAQ driver software.
When I try to execute the call to SCAN_Start using the following parameters device=1, buffer = ai_buffer[4096], count = 4096, sampTimebase = 1, sampInterval = 4883, scanTimebase = 1, scanInterval = 1000
I get a status error -10697 which states Unable to convert your timebase/interval pair to match the actual hardware capabilities of this board. But I have used this function before and worked fine. In this particular function I am trying to playout multiple channels of data and simultaneously aquire them back in where as other functions I just acquiring or playing out. The RATE value
I am using is 204.8.
In this particular function the series of function calls are as follows:
Init_DA_Brds
WFM_Scale
Set_DAQ_Device_Info
WFM_Group_Setup
WFM_Load
Select_Signal
Select_Signal
WFM_Rate
WFM_ClockRate
DAQ_Config
DAQ_Rate
SCAN_Setup
WFM_Group_Control
SCAN_Start
WFM_Check
DAQ_Check
WFM_Group_Control
SCAN_Demux
Any help would be gratefully appreciated!
Thanks in advance.