Atik Cameras

Author Topic: 460ex makes sequence generator hang  (Read 4859 times)

pesa

  • Newbie
  • *
  • Posts: 9
460ex makes sequence generator hang
« on: December 13, 2014, 11:01:17 pm »
Hi

The scenario is this:
Intel NUC with 64bit win7
newest ASCOM and Sequence generator pro.
some other ASCOM stuff, ASA mount, scopeDome, lakeside focuser and SX filterwheel.I dont use guider.
The camera is atik 460ex.
I get this error sometimes even when focuser and filter Wheel isnt connected.
I start the focus and frame loop which runs fine for a while, after some time frame and focus-image doesnt get updated but is forever showing "downloading"
Have to use process handler (correct term?) to shut down SGP.

I've had the suggestion that this is a problem with my Atik, not with SGP so therefore I post here.

Any other with this particular problem?

I have included last piece of the atik log when this error occured
"SetPointControl, level 65, minlvl 0, maxlvl 255, setpoint -488
01:25:06.439 CoolerPower get 25,4901960784314
01:25:07.051 ImageReady false, CameraState cameraExposing
01:25:07.101 ImageReady false, CameraState cameraExposing
01:25:07.151 ImageReady false, CameraState cameraExposing
01:25:07.201 ImageReady false, CameraState cameraExposing
01:25:07.251 ImageReady false, CameraState cameraExposing
01:25:07.301 ImageReady false, CameraState cameraDownload
01:25:07.351 ImageReady false, CameraState cameraDownload
01:25:07.401 ImageReady false, CameraState cameraDownload
01:25:07.440 CanSetCCDTemperature get True
01:25:07.440 CCDTemperature get
"
download progress bar in SGP keeps on forever
Note that I didnt truncate last line, nothing is written in log after "get"

Any help would be greatly appreciated.

Pelle

NickK

  • Full Member
  • ***
  • Posts: 249
Re: 460ex makes sequence generator hang
« Reply #1 on: January 05, 2015, 02:29:06 pm »
This could be due to the other issue related to size - the difference between what the camera has been told to give an what the computer is expecting.

Well worth contacting ATIK support on that - if it's occurring with ArtemisCapture.
ATIK 383L+, Titan, 16IC, EFW2, OAG | Pentax 105SDP | NEQ6
Author of the ATIK OSX Drivers and AOSX - Astronomy on OSX

Chris

  • Full Member
  • ***
  • Posts: 134
Re: 460ex makes sequence generator hang
« Reply #2 on: January 22, 2015, 10:30:44 am »
I've been working with Atik to try to resolve this issue and there's a new version of the ASCOM driver in the current download package.

I wasn't able to fully reproduce what Pesa reported but it seemed to be associated with getting the temperature during an image read.  The hang was happening in a lower level driver.  What I've dine is to add locks so other camera control commands couldn't be done during the whole image download process.  Before that the locks were only round individual commands.

I also went through the connecting and enumeration process to make running the setup dialog more reliable with a second camera when the first one is already connected.

Please try this and let us know if it helps.

Chris.