pylabrobot.kbiosystems.ultraseal_epro.KBiosystemsUltrasealEPRO.STATUS_MESSAGES
-
KBiosystemsUltrasealEPRO.STATUS_MESSAGES: Dict[IntFlag, str] = {<UltrasealEPROStatus.NoFoil: 1>: 'No foil detected.', <UltrasealEPROStatus.Error: 2>: 'Error', <UltrasealEPROStatus.Busy: 4>: 'Device not ready. Make sure instrument is initialized, film loaded, door closed, tray out, and control software is on main menu', <UltrasealEPROStatus.NotAtSealTemperature: 8>: 'Waiting for seal temperature', <UltrasealEPROStatus.PlateNotPresent: 16>: 'No plate detected.', <UltrasealEPROStatus.NotInitialised: 32>: 'Sealer not initialized.', <UltrasealEPROStatus.ForceSensorActivated: 64>: 'Force sensor activated.', <UltrasealEPROStatus.ParkMode: 128>: 'Park mode.'}