Jump to content

ASA Scope Fan control on Autoslew


TimC

Recommended Posts

Hi,

I have my scope's fans connected to the ASA mount DDM85's fan controller facility. I can switch my fans on and off by using the slider control on the Autoslew software. Is there a way to switch the Fan control slider on and off using visual basic scripting?? I have scripts to park the mount etc, but is there a way to use script for the fan control slider?? I currently find that to slide the slider half way across gives a good fan speed on my scope.

 

Thanks and regards,

Tim

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 years later...

After 3 years... did you have a response on this?  I'm having the same issues.

I'm trying to write a small script to do this; but it doesn't work.  It doesn't trigger an error, but I don't hear the fans working.

Option Explicit
On Error Resume Next

Dim scope
Set scope = CreateObject("AstrooptikServer.Telescope")
scope.Action "Telescope: StartFans","10"
Set scope = Nothing
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...