I changed my SchedulerAutoFocus script to prevent a pier flip, it works and as far as I can see if safe. I mean what if the next thing for scheduler is on the same side the mount is at now. Not like pier flip takes a century to run anyway.


'dns 20141114 keep on same side to focus
If Telescope.SideOfPier = 0 Then
CT.Azimuth = 270
Else
CT.Azimuth = 90
End If
CT.Elevation = 80