06-07-2012 09:25 AM
hi, i've been facing a problem when trying to communicate with a DIO 6527, i have the DAQmx and traditional DAQ both installed on the pc, when i try to write or read the ports of the DIO it works fine for the traditional DAQ but not for the DAQmx
if theres something i can do to fix the problem
i'll appreciate your help
06-07-2012 09:39 AM - edited 06-07-2012 09:44 AM
I don't think using both in the same application is a great idea, not sure it would work in fact!
I've looked through this page and I don't think the PCI 6527 is supported with DAQmx.
EDIT:
Oh, maybe yes in fact : http://www.ni.com/white-paper/6910/en
What is the issue with DAQmx? Can you give more details about what you're trying to do and that doesn't work?
Have you tried with DAQmx only or is there still some DAQ trad in your software?
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-07-2012 01:02 PM
I have used the 6527 using DAQmx and Traditional DAQ, just not at the same time. Your problem is probably that the Traditional DAQ is taking control of the card and then DAQmx can't access it. Mixing both technologies in a single program is not recommended (I speak from personal experience).
06-07-2012 01:04 PM
thats exactly what is happening, so you recommend me to uninstall the traditional and just leave the DAQmx ??
06-07-2012 01:07 PM
the issue is what "crossrulz" said, maybe the traditional is taking control of the 6527, when i test the ports on the measurement and automation software the DIO only responds to the traditional but not to the DAQmx. so i guess i have to uninstall the traditional.
06-07-2012 01:20 PM
@Tokyghy wrote:
...so i guess i have to uninstall the traditional.
Depending on what version of drivers you are using, some of the equipment drivers (DMM for example) used to depend on Traditional DAQ. I'm not saying to uninstall Traditional DAQ. I'm just saying I would replace your Tradition DAQ calls with DAQmx calls.
06-07-2012 01:46 PM
i dont know how to do that,is it some special configuration in the software or how can i do it
06-07-2012 01:48 PM
im using the newest daqmx (daqmx 9.5) when trying to read or write to the DIO it does not respond, i already uninstall the traditional but still nothing
06-07-2012 01:53 PM
Interesting. It should work fine. The DAQmx Compatibility List does have the NI-6527 listed as a device compatible with DAQmx 9.5.1.
Can you give us more information, or post your code so we can help diagnose this problem?
Rob
06-07-2012 03:04 PM
this is a simple example i just made, the vi and some pics are attached, hope you can help me