01-22-2009 02:50 PM
01-26-2009 03:01 AM
Hey,
The DAQmx driver supports your MIO Card. How do you determine that your card does not work?
Christian
01-26-2009 02:57 PM
01-27-2009 03:33 AM
So, the card works, but you get errors with your application.
I don't know why exaclty this expansions chassis configuration is resulting in this errors, however if you tell me the error numbers I'm pretty sure we find some hints to get rid of them.
Christian
01-27-2009 03:20 PM
Hi Christian, Thanks for your reply.
Here are some errors that I had:
1. NIMEX_startTask failed...
??? Error using ==> NIMEX_startTask
The specified resource is reserved. The operation could not be completed as specified.
Task Name: _unnamedTask<0>
Status Code: -50103
2. Error using ==> NIMEX_readAnalogF64
NIMEX_readAnalogF64: Invalid NIDAQmx TaskHandle: NULL.
3. NIMEX_Callbacks/processDoneCallbackInMatlabThread - NIDAQmx status indicates warning: The specified operation cannot be performed because a task has been aborted or a device has been removed from the system. Handle this situation as required by the application and then, if appropriate, attempt to perform the operation again.
Task Name: _unnamedTask<55>
Status Code: -88709
4. NIMEX_Callbacks/processDoneCallbackInMatlabThread - NIDAQmx status indicates warning: A transfer was aborted because of a hardware error on the bus on which the transfer was occurring.
Task Name: _unnamedTask<9E>
Status Code: -50413
5.NIMEX_Callbacks/processDoneCallbackInMatlabThread - NIDAQmx status indicates warning: A hardware buffer has overflowed.
Task Name: _unnamedTask<A5>
Status Code: -50409
6. NIMEX_Callbacks/processDoneCallbackInMatlabThread - NIDAQmx status indicates warning: A transfer was aborted because of a hardware error on the bus on which the transfer was occurring.
Task Name: _unnamedTask<79>
Status Code: -50413
01-27-2009 03:30 PM
Sounds like the expansion box is at fault, I doubt that DAQ vs DAQmx is the issue.
Can you put the MIO card inside the PC and move one of the other cards to the expansion box to see if there is any difference?
-AK2DM
01-28-2009 02:07 AM
Yes, I agree, seems that there is somethings wrong with the chassis.
I would also suggest to change the chassis under each other and the cards to get sure.
Christian
01-28-2009 03:42 PM
01-28-2009 03:50 PM
sorry, I should put it this way:
I don't know whether the new driver is more demanding than the traditional driver, which is not compatible with such external PCI slots.