Hi,
I am currently working on a Tool using the ASCOM Interface to communicate with the ASI 1600 MMC.
So far everything works fine when having Exposures above 1s, but when trying to set an Exposure to < 1 second the "ImageReady" Property of the driver will not turn to true... For every duration from 1 second or above it is working without problems.
(By the way: The same behaviour happens when trying it out in Sequence Generator Pro and will also be stuck in the "downloading" step)
Do you know what's causing this issue?
I am working on Ascom Driver Version 1.0.2.5.
Camera is set to:
Gain 139
Offset 21
Usb Limit 90
Image Type RAW16
EDIT: Some additional info after debugging:
The AscomCamera.startExposure requires two parameters: ExposureTime and a flag "Light" which is true or false. The Ascom Documentation states: "True for light frame, False for dark frame (ignored if no shutter)", but it looks like this flag is not ignored, because when i tried a <1 second value with this flag set to false it is working without a problem.
Regards,
Stefan