[SCHEDULER-1326]  Switch methods to disable script interrupts on weather unsafe
Type Change Request
Priority High
Severity Major
Component Dispatch Scheduler Engine
Fixed In Version [
Versions Affected [3.73.7
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 3/29/2015

Description
As of ACP-1228 there is a much lighter and more refined way to disable weather unsafe interrupts when running scripts in ACP's console. The new functionality allows simply turning off weather safety interrupts to the scripting engine, leaving weather connected continuously.

Change the ACP Sequencer to use the new Weather.DisableUnsafeInterrupt() and Weather.EnableUnsafeInterrupts() methods of the ACP API.

Comments
6/15/2015 7:59:17 AM   Bob Denny
Testing has confirmed that this works.
3/30/2015 8:41:47 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 558
Affected files /trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/ISequencer.cs (Modified)
/trunk/Scheduler/SimulatorSequencer.cs (Modified)
/trunk/SchedulerSetup/SchedulerSetup.vdproj (Modified)
Check-in comment Change weather handling to use new ACP Disable/Enable weather unsafe interrupt API. GEM:1326