-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smooth warming for ASI CCD #700
Conversation
I believe this should be in INDI::CCD layer and not just limited to ZWO. There is already a gradual cooling functionality in the CCD (degrees per minute). Maybe on setting a high temperature, it should gradually warm until reaching the ambient temperature? |
Yes, I have seen that function of ramping too. But to implement it clean like this, the indicdd should define the enableCooler switches and delegation to enableCooler like SetTemperature ... |
Any chance you can re-work this for INDI::CCD? We can't just have it for this camera. |
bumping |
Because of the silicon oil issue of the asi 2600 cameras, I have implemented a smooth warming procedure, if cooler is switched off.
In this case the temperature is stepped in 2 degree up (has to settle for at least aprox. 5 seconds) until the temp does not reach the next 2 deg step within 5 minutes. This indicates the end of the warming procedure.