From 04bcebcaa902f192fd9bf385ec2b16325e783acc Mon Sep 17 00:00:00 2001
From: Gijs Schoonderbeek <schoonderbeek@astron.nl>
Date: Fri, 25 Mar 2022 14:46:13 +0100
Subject: [PATCH] Working changes, reading and working with the fan monitor

---
 CCD_I2C.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CCD_I2C.py b/CCD_I2C.py
index ceda9df..8065380 100644
--- a/CCD_I2C.py
+++ b/CCD_I2C.py
@@ -342,9 +342,14 @@ if READ_SET_FAN :
     read_tacho()
     set_fan_off()
     sleep(10)
+    read_tacho()
     set_fan_speed(75)
     sleep(10)
     read_tacho()
+    set_fan_speed(100)
+    sleep(10)
+    read_tacho()
+
 
 if READ_SENSOR:
     ccd_sensors()
-- 
GitLab