diff --git a/tangostationcontrol/tangostationcontrol/devices/ccd.py b/tangostationcontrol/tangostationcontrol/devices/ccd.py index e053d26c4e879fca236a4277742c96c0f119d350..56978e75a2d4b961e57a05ec3a49adf3f99e5054 100644 --- a/tangostationcontrol/tangostationcontrol/devices/ccd.py +++ b/tangostationcontrol/tangostationcontrol/devices/ccd.py @@ -128,7 +128,7 @@ class CCD(opcua_device): if self.read_attribute("CCDTR_I2C_error_R"): raise Exception("I2C is not working. Maybe power cycle subrack to restart CLK board and translator?") else: - raise Exception("CCD clock is not locked") + logger.warning("CCD not locked, this may indicate the clock has not yet warmed up") def _disable_hardware(self): """ Disable the CCD hardware. """