David's Astronomy Pages
|
![]() Notes (S1328) |
![]() Notes Main |
![]() Home Page |
![]() Notes (S1329) |
![]() |
Session Aims & Highlights |
- Observing Result - Night Summary Plot - Session Event Log |
|
![]() |
Operational Issues |
- Critical Issues (1),
Major Issues (1),
Minor Issues (7),
Small Defects (8), Continuous Improvement
(10) |
|
- Figures (7) | |
![]() |
No Images from Session >> |
![]() |
Investigation - USB / COM Port Failures (S1329A) |
Main aims
Equipment & Software
Highlights
Summary Plots & Logs
Observing Plan![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observing Result |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Night Sky Summary Plot Top axis: Sky Brightness at Zenith (in ADU/s) Lefthand axis: Local Time (hh LT). Righthand axis: Sun Altitude (degs) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Event Log | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Session Alerts & Alarms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Back to Top
Telescope Coords (ASCOM) Ok RA 0-99 00 00.000, Dec: -99 00 00.00 (Current Epoch) ASCOM
Telescope Coords (TheSky6) Ok RA 00 00 00.000, Dec: +00 00 00.00 (Current Epoch) TheSky6
Telescope Coords (TheSky6) Alert TheSky6's scope is reporting a RA=0/Dec=0 position
1) Latest3hVideo queued at 04:49:58 (exceptions
at 04:50:00)
2) Latest3hVideo queued at 04:50:08
(exceptions at 04:50:08)
3) Latest3hVideo queuded at
04:50:19 (finally uploaded at 04:50:24)
It's unclear what process
is 'holding' onto the file before 'releasing' it. A fix has been added
to AstroAllSky 1.23.7 so that a delay of 60s is applied before this
particular file is submitted for upload.
23:47:14.43 | Set ScopeMode(Waiting) Info | ObsManager setting
ScopeMode=Waiting and bFollowScope=True
23:47:14.43 | Set
ShowScope Info |
TP.ShowScope (Scope Waiting)
23:47:19.44 | Set ScopeMode(Waiting)
Info | ObsManager setting ScopeMode=Waiting and bFollowScope=True
23:47:19.44 | Set ShowScope
Info | TP.ShowScope (Scope Waiting)
23:47:24.44 | Set
ScopeMode(Waiting) Info | ObsManager setting ScopeMode=Waiting and
bFollowScope=True
23:47:24.44 | Set ShowScope
Info | TP.ShowScope (Scope Waiting)
If gObservatoryMode = omManual And
bRunningParkScope = False Then ' added bRunningParkScope condition
2024-11-19 (SD S1172)
If ScopeUse.ScopeMode <>
ScopeMode.Parked AndAlso ' add ScopeUse.ScopeMode condition 2024-11-16 (SD
S1269)
Scope.Connected AndAlso Scope.TrackingIsOn =
False And
Scope.SlewInProgress = False Then ' added
Scope.SlewInProgress = False condition 2024-11-08 (MI S1264A)
If TP.bFollowScope = False Or ScopeUse.ScopeMode <> ScopeMode.Waiting Then
WriteLogFileRecord(szTargetName + " (ObsManger)", "Info", "Set",
"ScopeMode(Waiting)",
"ObsManager setting ScopeMode=Waiting and bFollowScope=True")
SetScopeMode(ScopeMode.Waiting)
TP.FollowScope("Scope Waiting")
End If
End If
End If
Telescope Coords (ASCOM) Ok RA 0-99 00 00.000, Dec: -99 00 00.00 (Current Epoch) ASCOM
2025-05-25 21:30:16.69 | Parameter must be positive and < Height.
Parameter name: y
2025-05-25 21:30:16.69 |
System.ArgumentOutOfRangeException: Parameter must be positive and < Height.
Parameter name: y
at System.Drawing.Bitmap.SetPixel(Int32 x, Int32
y, Color color)
at
AstroAllSky.ImageViewer.DrawNightSummaryPlotLine(Int32 LineOffset, String
Hour, String OddImageHour,
Int32 bStarFrame, Boolean bSunAltMark,
Int32 SunAltMarkNo)
in C:\Users\david\Documents\Visual Studio
2022\Projects\AstroAllSky\ImageViewer.vb:line 4019
For i = 0 To HeightSm - 1
bm_ImageNightSummary1.SetPixel(TopMargin + i, iColumn, bm_Column.GetPixel(0,
i))
Next
The exception is caught at a latter point in
the DrawNightSummaryPlotLine () routine and likely leads to useful code
being passed over when the exception occurs. Fix implemented in
AstroAllSky 1.23.8 - conditons have been added to the SetPixel line and for
further assurance a Try..Catch..EndTry block is placed around the conditions
check/setpixel lines. Fig 1. Anomalous large/sharp increase in Y Axising reading (2025-05-23 08:34 UT)
Fig 2. Anomalies in
magnetometer readings
a) shift due to outage in
temperature correction (temperature data absent) c. 16:00-17:00 UT
b)
unexplained increase in X/Y readings at 03:00 UT
Fig 3. Comparison between X Axis Reading and those at Scandinavian Stations
Fig 4. Temperature data over the same period as Figs 2 & 3
Fig 5. Rain data over roughly the same period as Figs 2 & 3
Fig 6. Comparison between X Axis Reading and those at Scandinavian Stations
Fig 7. False-Positive Object/Bird Detections in AstroNorthCam 1.4
[ Prev | Next ]
Back to Top
Issue
1) Several COM Ports had failures during
Attempted Session S1329A
2) interaction reference id : I-20816825
Description
Several COM Ports failed during the
S1329A session, beginning with problems withe SBIG Camera / CCDCamera
Analysis
23:35:47.34 | Start FocusFrame 17/23 (RunTakeQuickFocusShot())
23:35:50.44 | CcdCamera is Pending
23:36:19.84 | Timed out on
Camera.TakeImage
23:36:21.86 | Image failed (Timed-out)
23:36:23.88 | Start RestartCCDSoft - CCDSoft being restarted (attempt to
fix frozen CcdCamera)
23:37:20.88 | Exception In CCDCamera.Connect -
SBIG driver: Device not found.
23:37:22.35 | Start FocusFrame 17/23*
(RunTakeQuickFocusShot())
23:37:26.16 | Exception In
CCDCamera.Connect - SBIG driver: Device not found. (Attempt 2)
23:37:26.16 | RestartCCDSoft - Finished RestartCCDSoft() with
gCameraConnected= False (<< Failed Camera Connection)
23:38:00.38 | Taking Focus Frame 0.3s (C) 17/23*
23:38:14.46
| Take Image command accepted
23:38:45.15 | Timed out on
Camera.TakeImage
23:38:47.15 | Image failed (Timed-out)
23:38:49.17 | Start RestartCCDSoft - CCDSoft being restarted (attempt to
fix frozen CcdCamera)
23:39:08.62 | SBIG Power has switched on
(23:39:08, off time 12 sec)
23:39:09.48 | Scope Port closed at
23:39:09
23:39:09.48 | Exception in Scope.GetRaDec - The port is
closed.
23:39:13.60 | Powerbox port seems to have been lost at
23:39:13
23:39:17.02 | Scope Port closed at 23:39:09
23:39:18.60 |
Powerbox Connection appears to have failed
23:39:18.90 | Obs.Manager
attempting to restart UPB Software & Services
23:39:28.62 | Powerbox
port (COM4) is connected again. Outage was 1,202s
23:39:33.07 |
Killing Process ASCOM.OptecTCF_S.Server
23:39:37.43 | Waiting 50s for
TCF-S Focuser to initialise
23:39:46.19 | CCDSoft.Camera -
Exception In CCDCamera.Connect - SBIG driver: Device not found.
23:39:46.19 | CCDSoft.Camera - Exception in ConnectCamera() - SBIG
driver: Device not found.
23:39:46.19 | RestartCCDSoft Fail - Camera
not connected after first attempt
23:39:46.19 | Sleeping for 5s
before repeating connect camera attempt
23:39:51.53 | CallMethod
Fail - Exception In CCDCamera.Connect - SBIG driver: Device not found.
23:39:51.53 | Connect CCDSoft.Camera Fail - Exception in ConnectCamera()
- SBIG driver: Device not found.
23:39:51.53 | RestartCCDSoft -
Finished RestartCCDSoft() with gCameraConnected= False (<<
Failed Camera Connection)
23:40:27.70 | Get
FocusExposureTime timed out after 2s (<< CCD Camera Pending)
23:40:27.70 | Taking Focus Frame 0.3s (C) 18/23
23:40:38.43 | Focuser1 - Service started (ASCOM.OptecTCF_S.Focuser)
23:40:39.78 | TakeImageAsync - Calling Camera.TakeImage (Asynchronous)
23:40:40.91 | RestartCCDSoft - User request to Restart CCDSoft
(incl. SBIG Camera reset)
23:40:40.92 | CCDCamera - Call TakeImage
took 1.134s
23:40:40.92 | TakeImageAsync - Return Camera.TakeImage
23:40:40.92 | TakeImageAsync - Take Image command accepted
23:40:40.92 | TakeImageAsync - Setting TimeOutPoint as 23:41:11.08
23:40:43.12 | TakeImageAsync - Cancelling Image as CCDSoft/SBIG
Camera have been restarted
23:40:50.38 | SbigPower - SBIG Power
has switched off (23:40:50, on time 1.7 min)
23:41:02.40 | SbigPower
- SBIG Power has switched on (23:41:02, off time 12 sec)
23:41:02.44 | SbigPower - SBIG Power has switched off (23:41:02, on time
0 sec) (<< Unexpected)
23:41:09.40 | SbigPower - SBIG
Power has switched on (23:41:09, off time 7 sec) (<<
Unexpected)
23:41:51.44 | CCDSoft.Camera - CCDSoft.Camera has been
connected
23:41:53.96 | RestartCCDSoft - Finished RestartCCDSoft()
with gCameraConnected= True (<<
Successful Camera Connection)
23:41:54.29 | CCDCamera -
Set Asynchronous(0) took 0.008s
(<< CcdCamera isn't frozen)
23:41:54.29 | FocusFrame - Image failed
(no SbigDriverException)
23:41:54.29 | FocusFrame - Calling
RestartCCDSoft()
(<< This is unnecessary )
23:41:54.29 | FocusField - Holding
FocusProfile whilst CCDSoft/SBIG Camera are restarted
23:41:56.30 |
RestartCCDSoft - CCDSoft being restarted (attempt to fix frozen
CcdCamera) (<< Successful Camera Connection)
23:42:54.34 | Foc1 - Start FocusFrame 18/23*
23:43:02.10 |
FocusFrame - Taking Focus Frame 0.3s (Ha) 18/23*
23:43:06.93 |
RestartCCDSoft - Finished RestartCCDSoft() with gCameraConnected= True
23:43:07.21 | CCDCamera - Set Asynchronous(1) took 0.009s
(<< CcdCamera isn't frozen)
23:43:07.51 | TakeImageAsync - Calling
Camera.TakeImage (Asynchronous)
23:43:07.53 | CCDCamera - Call
TakeImage took 0.022s
23:43:07.53 | TakeImageAsync - Take Image
command accepted
23:43:07.53 | TakeImageAsync - Setting TimeOutPoint
as 23:43:38.81
23:43:07.60 | TakeImageAsync - Camera.Status: Taking
picture
23:43:38.03 | Overseer - TakeFocusImage/TakeImage is
taking a long time? (Camera.TakeImage)
23:43:38.96 | FocusFrame -
Image failed (Timed-out)
23:43:38.96 | FocusFrame - Calling
RestartCCDSoft()
23:43:38.96 | FocusPoint - Aborting Focus Point
after 2nd attempt
23:43:40.96 | RestartCCDSoft - CCDSoft being
restarted (attempt to fix frozen CcdCamera)
23:43:48.06 | SbigPower -
SBIG Power has switched off (23:43:48, on time 1.5 min)
23:43:49.13 |
FocusProfile - Holding FocusProfile whilst CCDSoft/SBIG Camera are
restarted
23:44:00.08 | SbigPower - SBIG Power has switched on
(23:44:00, off time 12 sec)
23:44:03.15 | UserAction - User
request to Restart TheSky6
23:44:03.15 | RestartTheSky6 - TheSky6
being restarted (resolve unresponsive TheSky6)
23:44:35.14 |
CCDSoftCamera - Created Camera object (CCDsoft.Camera)
23:44:37.01 | TheSky6Telescope - Local Sidereal Time (LST) 14 24 03.557
23:44:37.02 | TheSky6Telescope - Telescope Coords (ASCOM) RA 0-99 00
00.000, Dec: -99 00 00.00 (Current Epoch) ASCOM
23:44:37.05 |
TheSky6Telescope - Telescope Coords (TheSky6) RA 00 00 00.000, Dec: +00
00 00.00 (Current Epoch) ASCOM
23:44:37.08 | TheSky6Telescope -
TheSky6's scope is reporting a RA=0/Dec=0 position
23:44:37.17 |
23:44:37.45 | CCDCamera - Exception In CCDCamera.Connect, SBIG driver:
Device not found.
23:44:37.46 | CCDSoft.Camera - Exception in
ConnectCamera(), SBIG driver: Device not found.
23:44:37.46 |
RestartCCDSoft - Camera not connected after first attempt
23:44:37.46
| RestartCCDSoft - Sleeping for 5s before repeating connect camera
attempt
23:44:38.19 | ScopeMonitor - ScopeMonitor is Pending
(38s)
23:44:38.19 | ScopeMonitor - ScopeMonitor is Pending (38s)
23:44:42.74 | CCDCamera - Exception In CCDCamera.Connect, SBIG
driver: Device not found.
23:44:42.74 | CCDSoft.Camera - Exception in
ConnectCamera(), SBIG driver: Device not found.
23:44:42.74 |
RestartCCDSoft - Finished RestartCCDSoft() with gCameraConnected= False
(<< Failed Camera Connection)
23:44:42.94 |
Start FocusFrame 19/23 (RunTakeQuickFocusShot)
23:44:44.94 |
CCDCamera - Set BinX/BinY(2) timed out after 2s
(<< CCDCamera is Pending)
23:45:14.21 | Cloud
Alert - Critical Conditions: Cloud
23:45:14.21 | Cloud Alert -
Obs.Manager will close the Dome
23:45:33.07 | TakeImageAsync -
Calling Camera.TakeImage (Asynchronous)
23:45:35.08 | CCDCamera -
Call TakeImage timed out after 2s
23:45:35.08 | TakeImageAsync -
Return Camera.TakeImage
23:45:35.08 | TakeImageAsync - Take Image
command accepted
23:45:35.08 | TakeImageAsync - Setting TimeOutPoint
as 23:46:04.37
23:45:35.08 | TakeImageAsync - TakeImage operation has
been aborted (HardSuspend)
23:45:37.08 | CCDCamera - Call Abort timed
out after 2s
23:48:06.68 | UserAction - User request to
disconnect telescope from TheSky6
23:48:06.71 | TheSky6Telescope -
Service Stopped
23:48:48.79 | UserAction - User request to stop Hub
services (Dome & Scope)
23:48:48.81 | Scope - Setting
objScope.Connected = False
23:48:48.82 | AscomScope - Service stopped
23:50:11.88 | UserAction - User request to restart UPB Software &
Services
23:51:44.52 | UserAction - User request to start Hub
services (Dome & Scope)
23:51:59.73 | Scope.ComPort - Port already
set to COM6
23:52:21.06 | ScopeMode - Scope Mode : Connected
23:52:57.54 | UserAction - User request to connect telescope in TheSky6
23:53:10.89 | TheSky6Telescope - Telescope Coords (ASCOM) Az 204.9, Alt:
80.9 (ASCOM)
23:53:12.44 | TheSky6Telescope - Telescope Coords
(TheSky6) Az 205.4, Alt: 81.4 (TheSky6 with TPoint)
23:53:12.44 |
TheSky6Telescope - Coords Difference 0.4 degs difference between DH &
TheSky6 coordinates
Conclusion
Actions:
Update
'ResolveScopePortIssue' variables, flags and routines renamed as
'FixScopePortIssue'
FixPortScopeIssue() - Routine to Resolve
PortScope Issue
bFixingScopePortIssue - Flag to indicate that we are
in the process of Fixing the ScopePortIssue
bScopePortHasClosed - A new Flag to indicate that a call to
Scope.objscope or to TheSky6.Telescope has produced a 'port is closed'
exception.
When ScopePortHasClosed ObsManager should test for and
confirm that Exceptions are occuring
bFixScopePortIssueIsRequired key flag used to
Back to Top
This Web Page: | Notes - Session 1329 Attempt (2025-05-18) |
Last Updated : | 2025-05-31 |
Site Owner : | David Richards |
Home Page : | David's Astronomy Web Site |