[ACP-828]  Dome.Slew() method is broken
Type Bug
Priority Low
Severity Trivial
Component Main Program
Fixed In Version [7.07.0
Versions Affected [6.0.46.0 Hot Fix 4
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 3/28/2012

Description
Calling Dome.Slew() with slaving disabled does nothing, no error. It appears that it was originally written for slave-slewing, but it really isn't used for that. No one used it until I needed it for the panel/screen enhancement to flats in ACP-667.

Comments
3/28/2012 7:06:43 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 375
Affected files /trunk/ACP Help/autoflat.htm (Modified)
/trunk/ACP Interop Assembly (Scheduler)/Interop.ACP.dll (Modified)
/trunk/ACP.vbp (Modified)
/trunk/AutoFlatConfig.txt (Modified)
/trunk/DomeControl.cls (Modified)
/trunk/Scripts/AutoFlat.vbs (Modified)
/trunk/Util.cls (Modified)
/trunk/acp-ref.exe (Modified)
Check-in comment Combined changes for Panel/Screen flats as well as correcting the behavior of Dome.Slew for two problems GEM:828. Help changes for this will be part of the next commit, a giant rollup for V7 which has all HTML files changed for copyright 2012. GEM:667
3/28/2012 4:08:21 PM   Bob Denny
Another bug in Slew(). If no optional Altitude argument is given, it still tries to slew to 0 (the default for the optional arg) and it won't do this with the shutter closed. Must be able to call Slew() with one argument only and have it skip the SlewToAltitude().