06-20-2006 03:36 AM
06-22-2006
04:43 AM
- last edited on
07-27-2026
02:36 PM
by
Content Cleaner
Hi Bushman,
These errors usually occur when you address the instrument with a PXI resource descriptor [ex. PXI1::15::INSTR] instead of a DAQ resource descriptor [ex. DAQ::1::INSTR for Traditional DAQ, Dev1 or PXI1Slot1 for DAQmx]. Since the NI Switch drivers use NI-DAQ to detect and communicate to the boards, you must use the DAQ descriptor to open a session to them with these drivers.
See KB 33A96PCW (linked below) for a detailed description of a DAQ resource descriptor.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kJk5SAE&l=en-US
Hope this helps
AdamB
06-22-2006 04:46 AM
Put simply:
Try using the descriptor "Switchcard" format for the resource descriptor rather than "PXI2::13::INSTR".
Thanx
AdamB
06-23-2006 05:10 AM
06-23-2006 08:09 AM
Thanks fellas.
I have sorted the problem out now by using DAQmx to control my PXI-2564 card.
Somewhere along the line I updated NI Device drivers on one system and not the other, hence causing confusion!
Thanks for your help
Mark
06-23-2006 08:16 AM