Hello, we are using the PCI-1424 card with a Dalsa linescan camera, and are having trouble trying to do ring acquisitions with different buffer sizes. The camera either times out or always returns the number of lines that it is first set to, ie; if the original number of lines is 100, and the number of lines is then set to 1000 (and confirmed using imgGetAttribute(DisplaySid, IMG_ATTR_ACQWINDOW_HEIGHT, &nBufSize);).
I've noticed that the 1424 board does not pass 2 of the diagnostic tests in MAX. The details it returns are:
--------
Advanced Control Circuitry failed
Configuration could not be written to when Confwren bit was set. [F1.5]
Timing Circuitry failed
Counter configuration could not be loaded. [T1.0
]
-------
Is this a programming error on my part? I am closing the session and the interface, which in my opinion should be all that is needed to reset the board to the default settings. This does not work, even the snap acquisition in MAX fails.