[SCHEDULER-797]  Hardware Dome closure synchronization
Type Bug
Priority High
Severity Major
Component Dispatch Scheduler Engine
Fixed In Version [3.53.5
Versions Affected [3.43.4
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 2/15/2012

Description
See this Comm Center post and my replies. Need to gracefully handle the situation where the weather station does a hardware close of the dome on weather unsafe. There may be several cases. For example if the weather unsafe comes in while the dome is being opened by the Scheduler, it's fatal.

Comments
3/14/2012 10:21:58 AM   Bob Denny
Nope. This got refactored as part of 816. Closing this one now.
2/22/2012 3:29:04 PM   Bob Denny
So far so good.
2/17/2012 3:24:53 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 266
Affected files /trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/SchedulerSetup/SchedulerSetup.vdproj (Modified)
Check-in comment Delay after calling OpenShutter to allow process to start (MaxDome). GEM:797
2/17/2012 3:21:09 PM   Bob Denny
Failed! There is a delay after calling OpenShutter() before the ShutterStatus changes from Closed to Opening. I put a 10 second delay after calling OpenShutter() which should be plenty. Who cares? Posted a BETA-2 to tester (Lau).
2/15/2012 2:42:15 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 265
Affected files /trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/Engine.cs (Modified)
/trunk/Scheduler/ISequencer.cs (Modified)
/trunk/Scheduler/SimulatorSequencer.cs (Modified)
Check-in comment Graceful handling of hardware dome closure during opening shutter. GEM:797
2/15/2012 2:40:50 PM   Bob Denny
Posted to Lau (the reporter) as 3.5 BETA for him to test.
2/15/2012 12:48:14 PM   Bob Denny
Actually this looks rather straightforward. The DomeOpen() method of Sequencer could come back with the dome closed. I