codeman
2008-07-08 20:40:12 UTC
We have a legacy app using Traditional DAQ that we want to upgrade to DAQmx for porting to Vista. The 32hs board is line configurable, meaning that you can configure input and output lines on the same port. In Traditional DAQ, we used the "line direction map" input on the "DIO Port Config.vi" to set this up and were then able to use normal port reads and writes with line masking. I don't see a way of doing this with DAQmx other than setting up a DAQmx task with the individual line reads/writes. Is there an easier way to do line direction mapping with DAQmx?