[ACP-519]  Last Successful AutoFocus file
Type Enhancement
Priority High
Severity Major
Component AcquireSupport library
Fixed In Version [6.06.0
Versions Affected [5.1.115.1 Hot Fix 11
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 11/28/2010

Description
Add a property AcquireSupport.LastAutoFocusTime. This must store the time of the last successful autofocus in a file somewhere (ACPApp.Path).

This initially is for Scheduler so it can advance its next AF only if the AF was successful. The idea is for Scheduler's ACP Sequencer code to know the location/name of this file.

Comments
11/28/2010 8:34:46 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 195
Affected files /trunk/ACP Help/relnotes.htm (Modified)
/trunk/AcquireSupport.wsc (Modified)
/trunk/Script Components Master/AcquireSupport.wsc (Modified)
Check-in comment AcquireSupport creates LastAFTime.txt which has the Julian date of the last successful auto focus in it. For Scheduler. GEM:519
11/28/2010 8:25:04 PM   Bob Denny
Forget the property, just make the file at the end of AcquireSupport.AutoFocus().

Put the Julian date in it, to avoid date parsing hell.
11/28/2010 8:13:09 PM   Bob Denny
Save this info in ACPApp\LastAFTime.txt, a single line with a parseable date/time in it. But also add the property which will read the file directly. ANy time a successful AF happens, write to the file immediately thereafter.