Hi Brad,
That is the bit of information I was looking for ( SerialDisabled(Yes) )! Thanks, I shall try it out.
I have also noticed the length of time it takes for the serial command to respond in the Dalsa. I usually wait for the OK to come back and put in a time out value which is different for every command. Some, like SET for the exposure, only take 300ms but WPC, to save coefficients, can take five seconds.
I believe I know why the 27us limit is on the Mode 6 in the camera file. It has to do with the interaction between the exposure time, SET, and the line rate setting, SSF. The maximum line rate is 35,560Hz which translates to a maximum exposure time of 28us. The point is that if one sets the exposure time to, say, 200us and then sets the mode to Mode 2 (free run) where the line rate is, say, 10,000Hz then there is a conflict that, if I remember correctly, is resolved in favour of the line rate. This means that the exposure time is not what one thought it was. The solution is to set the line rate and then ALWAYS follow that with a command to set the exposure time. If the exposure time conflicts with the line rate an error is returned from the camera.
Still, if one is setting the mode to 6 (triggered capture) in the camera file then this restriction does not need to apply. I have used this camera with another frame grabber and so I know that this is not a restriction imposed by the camera so I can only assume that it is the way that LabView interprets the camera file.
Cheers,
Peter