just an additional note on daqmx vs. traditional ni-daq in general:
up to now I couldn't find a useful approach for dealing with pc's equipped with different hardware.
with trad. ni-daq, I used to scan the system's devices until a suitable one (detected from the board-id)
found and used this variable (boardnumber) in subsequent calls to config/measure functions.
thus, it would not affect if, e.g., the desired card was device #2 on one and device #4 on another pc.
with daqmx (daq assistant), however, the devices get 'hardcoded' into the generated tasks
(e.g. dev4 on the development-pc), and this is not 'portable' between different targe machines
(dev4 on the devel-pc might be dev1 on a target-pc).
on the other hand, I could use string variables to hold the device name and pass this to
the function generated by daq-assistant, but this breaks of course subsequent use of the assistant.
any ideas on this ?
--
Once the game is over, the king and the pawn go back into the same box.