AutomaDome Dome Object

AutomaDome version 1.00.010 and later offers the AutomaDome.Dome automation object.

 

This object supercedes (that is, it replaces) the RASCOM Dome Object to automate dome control.

 

To convert existing scripts that use the RASCOM Dome Object to the AutomaDome.Dome object, replace all occurrences of:

 

Set objDome = WScript.CreateObject("RASCOM.RASCOMDome")

 

with:

 

Set objDome = WScript.CreateObject("AutomaDome.Dome")