QHY9 and Cooling

I’m at a bit of a loss here…

I did some testing with versions v21 and v23 and my QHYCCD cameras, a QHY22 and a QHY168C. The QHY168C worked fine under both versions, cooling down to my setpoint (-10 for testing) in 10 minutes. I have ASCOM logs for this camera, but since it worked, I don’t know if it would be of any help.

The QHY22 is another matter. It works fine under v21, cooling down to -20 in 10 minutes, but under v23, it does a very slow cooldown and after 10 minutes, stops at about 1 C at 20% TE power. This is quite repeatable. Unfortunately, I can find no logs for this driver, so I don’t know what it is doing. If I reinstall v21, then all works as normal. I don’t know if the SGP logs would help as all it says is changing from 8.38 to -20.00 in 600 seconds, then says complete 10 minutes later.

Frank Z…

I posted something similar to my above on the QHY forum (in the Tech Q and A) and Dr Qiu replied with the following.

    In old driver. the temperature control is done by the host 

computer and the software will check the temperature every two seconds.
At this time the QHY22 sdk will do a temperature control.

   I guess the SGP new version is checking the temperature with a 

longer time so QHY22 sdk can not do the temperature control on time.
Maybe SGP just check the temperature every 20sec? So the QHY22 control
will become very slow.

      In our new ASCOM it control 

the temperature by the timer itself. So may not effect by the
modification of the SGP control method.

      I will check how to do it. Maybe allow our new SDK support QHY22 etc."

Since I don’t know how SGP interfaces with the QHY cameras, you may be able to make use of his reply. In a way it makes sense with what I am seeing…the QHY22 does cool down, but at a very slow rate, so after my 10 minute cooldown time, it is only half way there.

Thank,
Frank Z…

@fbzolt

That is interesting. That said, the cooldown process is not dependent on reading temperature (except once at the beginning). The fact that SGPro only hits the camera once every 20 seconds or so should not have any impact on the cooldown process itself.

Ken,

How often did v21 hit the camera during cooldown? I noticed that in addition to my QHY22 cooling down to set temp in v21, the QHY168C, which works in v23, also seemed to cool down quicker under v21 than v23.

Frank Z…

SGPro has no need to query the temperature during cooldown.

What do you mean by this? A cooldown happens over a user defined period of time. When you say that it used to be quicker, do you mean that when you just set the TEC temp (no cooldown), it is slower?

I’m using a QHY9 with v2.6.0.21 and only noticed one issue, probably user generated.

I set up some sequences and equipment profiles at work, then copied the sgp, sge, and the sg_ui_config.xml files to my field laptop. That night I could not connect to TEC to see anything, the panel would not come up. I removed SGP and resinstalled 2.6.0.21 and it worked fine after that.

I just assumed it was a bad copy of the xml file or the settings on the first computer, paths, etc didn’t match the second.

Happy to do any testing you might need.

Jeff

What I mean is that the percent power of the TE was greater for v21 over v23. For v21, the power was hanging around 50% or so most of the cycle until it hit the set point, while under v23, it stayed lower, about 25%, then ramping up near the end to the set point. In both cases, the starting temp was the same and the final power was the same. There was about an hour of off/unpowered time of the camera between the runs. Like I said…a head scratcher…

Frank Z…

I see. Ya, not sure on that one, SGPro cannot control TEC power, just temperature so that is the QHY driver making decisions on how much power to use.

I performed several camera cooling tests this morning on my QHY8L camera. I brought the camera into the house and then tried cooling it down first using V21 and then using V23. In my profile I have “Cool down to -15 in 7 min”.

Big differences between versions:

Minute Temp Power%

V21
Min 1: 15.6 6%
Min 2: 16.4 11%
Min 3: 9.2 41%
Min 4: 1.7 46%
Min 5: -2.7 43%
Min 6: -4.6 44%
Min 7: -7.2 50%
Min 8: -9.5 59%
Min 9: -14.0 70%
Min10: -16.5 66%

V23
Min 1: 0.0 2%
Min 2: 13.3 4%
Min 3: 17.0 4%
Min 4: 17.5 6%
Min 5: 17.2 8%
Min 6: 16.0 10%
Min 7: 14.7 12%
Min 8: 13.3 14%
Min 9: 12.0 16%
Min10: 10.7 18%
Min11: 9.5 20%
Min12: 8.2 22%
Min13: 7.0 24%
Min14: 5.7 26%
Min15: 4.3 28%
Min16: 2.9 30%
Min17: 1.5 34%
Min18: -1.1 36%
Min19: -2.4 38%
Min20: -3.6 40%
Min21: -4.8 42%
Min22: -6.4 44%
Min23: -8.2 46%
Min24: -9.7 48%
Min25: -10.8 50%
Min26: -11.5 50%
Min27: -12.0 51%
Min28: -12.3 51%
Min29: -12.5 51%
Min30: -12.7 52%
Min31: -13.0 52%
Min32: -13.2 53%
Min33: -13.2 53%
Min34: -13.3 53%
Min35: -13.4 54%
Min36: -13.5 54%
Min37: -13.7 55%
Min38: -13.8 55%
Min39: -13.9 55%
Min40: -14.0 55%

The first log is V21, second is V23.

sg_logfile_20170602110905.txt (22.9 KB)
sg_logfile_20170602114747.txt (23.0 KB)

Thanks for the report. Unfortunately we have plenty of data on the SGPro side. We don’t see any issue with the SGPro process to cool the camera. What we need is to see what the camera is doing. Has anyone found how to produce QHY camera logs?

So it does seem like this is the issue. I’ll contact QHY to see if they can address this behavior. Even with a cool down of 0 it still takes FOREVER for the temp to actually cool. SGP does not control the power. We only set the temperature. So setting a temp of -20 on my QHY11 I would expect it to eventually hit that temperature no matter how often I check that temperature. Apparently though, the QHY driver will only increase the power when we poll for the temperature. So if we never ask for the temperature the driver will never increase the TEC power to make the camera cooler. And likewise I guess it will only increase it a certain amount per poll.

We’ll decrease the poll period and I’ll also contact QHY about addressing this in a manner that doesn’t rely on the client asking for the temperature to make the TEC functional.

Thanks,
Jared

HI Ken,

Dr Qiu said that he may be able to get a new version of the ASCOM driver out for the QHY22 and maybe the other older cameras that is incorporated into the new capture/guiding ASCOM drivers. This way all the cameras will behave the same as my 168C, which has no problem with v23. Also we will get ASCOM logging. Keep your fingers crossed…he said maybe this weekend.

Frank Z…

Any word on the release of new drivers?

1 Like

are there any updates about the new drivers?

Hi

At the risk of stating the obvious, this is also a significant issue for the QHY10 and its ASCOM driver.

Dean

Hi

Does anyone know if there is a stable solution to the qhy8l and cooling problems described in this thread?

best regards
John

I’m not sure about the drivers. But we addressed this a while back in SGP and it should be working in pretty much any version after 2.6.0.23. If you find otherwise please let us know.

Thanks,
Jared

Hello John,

I had the problem with my QHY9 for the cooling -

I installed the version that Jared said and now it works perfectly. So if you install that version it should work normally.

Francesco

Me too☹️ With the same problem

No problems with qhy8l and cooling. I am using SGP version 2.6.0.24

best regards John