01-26-2006 06:02 PM
01-27-2006 01:35 PM
01-27-2006 03:03 PM
08-09-2007 02:50 PM
08-10-2007 01:19 PM
Hi Frank-
Those settings are used to allow for data compaction for CDIO operations where the full 32-bit port is not used. For example, you might want to use this for the 62x0 or 62x1 devices where only 8-bits are available on port0 (the correlated dio port).
Under normal conditions (including those shown in the DDK examples) we would read or write 32-bit samples for each port value, regardless of whether the port (or lines in use) are 8- 16- or 32-bits wide. This setting would most likely help if PCI throughput was a problem on the device, but we don't have examples for the DDK and as far as I know NI-DAQmx does not use this hardware mode either. So, I wouldn't worry about making this setting assuming you're getting the performance you need from the examples as written.
Hopefully this helps-