User Tools

Site Tools


software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software [2023/01/01 23:58] holtzsoftware [2025/05/26 04:45] (current) holtz
Line 51: Line 51:
  
 Download [[http://diffractionlimited.com/product/boltwood-cloud-sensor-ii/| Clarity II]] for the Boltwood II Weather Station (under Downloads tab). When starting the software it may complain about a missing file, MCI32.ocx. This used to be included in older versions of Windows, but not in the current version of Windows 10. If you need it you can get a copy from the [[http://www.diffractionlimited.com/forum/forums/boltwood-cloud-sensors.9/| Clarity II Support Forum]] (look for a thread titled Clarity II and Windows 10 - missing file). Put the MCI32.ocx file in the C:/Windows/SysWOW64 folder.  Download [[http://diffractionlimited.com/product/boltwood-cloud-sensor-ii/| Clarity II]] for the Boltwood II Weather Station (under Downloads tab). When starting the software it may complain about a missing file, MCI32.ocx. This used to be included in older versions of Windows, but not in the current version of Windows 10. If you need it you can get a copy from the [[http://www.diffractionlimited.com/forum/forums/boltwood-cloud-sensors.9/| Clarity II Support Forum]] (look for a thread titled Clarity II and Windows 10 - missing file). Put the MCI32.ocx file in the C:/Windows/SysWOW64 folder. 
-Once Clarity II launches successfully hit setup and enter the COM port for the Boltwood II (currently COM4, check device manager to determine current COM ports)+Once Clarity II launches successfully hit setup and enter the COM port for the Boltwood II (currently COM5, check device manager to determine current COM ports)
  
 Download and install [[https://www.astronomylog.co.uk/focusmax-downloads/| Focusmax 3.8]]. Focusmax 3.8.0.20 was the last free version. Focusmax 4 now requires a purchase/license. AAVSO can send you the installer, or it’s available on the web at the above link (at least as of the time of writing). Download and install [[https://www.astronomylog.co.uk/focusmax-downloads/| Focusmax 3.8]]. Focusmax 3.8.0.20 was the last free version. Focusmax 4 now requires a purchase/license. AAVSO can send you the installer, or it’s available on the web at the above link (at least as of the time of writing).
Line 59: Line 59:
 In Focusmax, click ‘choose’ next to ‘not connected’. Select the Optec driver.  In Focusmax, click ‘choose’ next to ‘not connected’. Select the Optec driver. 
 Click properties, to set up the focus properties.  Click properties, to set up the focus properties. 
-Select the COM port for the focuser. Currently COM5+Select the COM port for the focuser. Currently COM4
  
 In March 2021, switched to FocusMax v4, needed for new large format camera. License purchased. IN 2022, switched to FocusMax v5 In March 2021, switched to FocusMax v4, needed for new large format camera. License purchased. IN 2022, switched to FocusMax v5
Line 77: Line 77:
 Set up camera using Advanced button on ASCOM setup. Set up camera using Advanced button on ASCOM setup.
  
-Open Servoconfig, setup COMM port, and enter the COM port for the telescope (currently COM 6).+Open Servoconfig, setup COMM port, and enter the COM port for the telescope (currently COM3).
 Open SiTech.exe, config, change config, misc, select COM Port for the telescope. Open SiTech.exe, config, change config, misc, select COM Port for the telescope.
  
 Dome control is usually done through ACP, but low-level checks can be done through ASCOM Dome Control directly.  Dome control is usually done through ACP, but low-level checks can be done through ASCOM Dome Control directly. 
 Open ASCOM Dome Control, Select dome, and select the MaxDome II driver.  Open ASCOM Dome Control, Select dome, and select the MaxDome II driver. 
-Click Setup Dome, select COM port (Currently COM10). +Click Setup Dome, select COM port (Currently COM6). 
  
 Now we should be able to connect to everything. It’s time to tweak the setup. Now we should be able to connect to everything. It’s time to tweak the setup.
Line 165: Line 165:
  
 - Run focusoffsets script, creates FilterInfo.txt in ACP Config, or copy existing FilterInfo.txt don't put offsets in MaximDL or they will get applied twice! - Run focusoffsets script, creates FilterInfo.txt in ACP Config, or copy existing FilterInfo.txt don't put offsets in MaximDL or they will get applied twice!
-To get webcam images in ACP web interface, setup webcam.py (in ACP Web Data/Doc Root/webcam) to run from crontab on reboot. Create TelescopeWebcam tiddler per Bill Ketzeback instructions and add into MainMenu.+ 
 +To get webcam images in ACP web interface, setup webcam.py (in ACP Web Data/Doc Root/webcam) to run from crontab on reboot. Create TelescopeWebcam tiddler per Bill Ketzeback instructions and add into MainMenu. New tiddler code: 
 +<code> 
 +<script> 
 +  return "<html><table width=100%> <TR> <TD><a href=http://tmocam.nmsu.edu:88/cgi-bin/CGIProxy.fcgi?cmd=openInfraLed&usr=admin&pwd=ha6563 target=dummy> LED on </a> // <a href=http://tmocam.nmsu.edu:88/cgi-bin/CGIProxy.fcgi?cmd=closeInfraLed&usr=admin&pwd=ha6563 target=dummy> LED off  </a> (will open new tab, need to select original tab to return) <TD><a href=http://128.123.30.24:88/cgi-bin/CGIProxy.fcgi?cmd=openInfraLed&usr=admin&pwd=ha6563 target=dummy> LED on </a> // <a href=http://128.123.30.24:88/cgi-bin/CGIProxy.fcgi?cmd=closeInfraLed&usr=admin&pwd=ha6563 target=dummy> LED off  </a>(will open new tab, need to select original tab to return) <tr>  </html> [img[/webcam/tmocam.jpg?" + new Date().getTime()+"]] [img[webcam/tmocam2.jpg?" + new Date().getTime()+"]]"; 
 +</script> 
 +<<RefreshTiddler Refresh "Refresh Display" 5 >> 
 +</code> 
 + 
 +To get focuser position in ACP web, add focus stuff in ACP Web Data/Doc Root/ac/acsystemstatus.asp, and add code in SystemStatus tiddler: 
 +<code> 
 +                <tr title="Focuser position"> 
 +                    <td class="telemlabel">Focus:</td> 
 +                    <td id="sm_focus" class="telemetry"><span>-----</span></td> 
 +                </tr> 
 + 
 +</code> 
 + 
 +Various asp files plus tiddler files are attached in {{wiki:ACP.tar}}
  
  
software.1672617491.txt.gz · Last modified: 2023/01/01 23:58 by holtz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki