Notes on upgrading observatory computer to Windows 10, Summer 2020

From Telescope
Revision as of 16:48, 24 July 2020 by Ejensen1 (Talk | contribs) (RCOS TCC install notes)

Jump to: navigation, search

Just as we did for the upgrade of the computer from Windows XP to Windows 7 in 2012, this page is to document the process of installing a new computer in the observatory, and noting any steps we need to take or problems we encountered. It is mostly for our own internal records, but perhaps it could help someone else installing observatory software as well.


Software installation

  • Installed UltraVNC on both old and new computers so we can transfer files easily via VNC.
  • Installed ASCOM platform 6.5 from here.
    • As part of that installation, I found that the system required me to enable Microsoft .NET 3.5. Ultimately that only worked when logged in to my normal user account, not the telescope account; probably related to trying to contact the local Windows Update server, but not being logged into the Swarthmore domain.
  • Installed the ASCOM 2X mount adapter for TheSky (used to be called "TheSky-controlled telescope driver") from the Software Bisque site, linked from the ASCOM page.
  • Now working on the RCOS TCC. This could be exciting as they went out of business and the software is so old. Fortunately we have good notes from the previous update.
  1. Download the full installation package (1.5.17) and the update (1.5.26) from the archived RCOS support site. I'm going to keep local copies of these installers this time, in case they disappear off the web.
  2. The last full installer there is 1.5.17, so download and install that first.
  3. Then download and copy over just the 1.5.26 RCOS-ae.exe file into the Program Files (x86) -> RCOS TCC folder.
  4. These programs run into problems with Windows User Account Control, so we either need to turn that off completely, or do the workaround below:
    • Make shortcuts for both RCOS TCC and RCOS-ae on the desktop.
    • Right-click and then choose "Properties", and in that dialog, select "Run as administrator."
    • Before the TCC starts up, you will then always be asked if it's OK to run a program from an unknown publisher - just click "Yes".
  5. In order for the TCC to run under Windows 10, the executable RCOS-ae has to be run first (just once per reboot). When you run this, nothing appears to happen, but if you don't the TCC won't work - you'll just get "unable to connect to RCOS COM object". To make this simple:
    • Move the shortcut for RCOS-ae (created in the step above) into the "Startup" folder in the Start menu (under the "All Programs" listing).
    • RCOS-ae will then run at startup without any user intervention, and so starting the TCC is just as simple as before - just double-click the file.
  6. Finally, to get the presets from the old install, copy over the file RCOS.dat from the Program Files -> RCOS TCC folder. This has those values saved.

Hardware / system settings

  • Formatted D: drive as NTFS, named as "Telescope data".

To consider for later

  • Windows subsystem for Linux (enable via Control Panel - turn on features
  • Anaconda Python distribution