Results 1 to 3 of 3

Threaded View

  1. #3

    Default

    Edit: Hopefully this doesn't drag up an old thread, but I wanted to leave a breadcrumb and put in what I've learned for anyone else with a ScopeDome.

    There are two ways to work with the dome... if you're in javascript etc then you can do things like this...
    Code:
    var dome = new ActiveXObject(“ASCOM.ScopeDomeUSBDome.DomeLS”); 
    
    humidity = dome.commandString(“Humidity_Humidity_Sensor”);
    temp = dome.commandString(“Temperature_Humidity_Sensor”);
    If you are doing it on the command line then you can do this...

    Code:
    LightCtrlProgram      C:\ScopeDome\Driver_LS\ASCOM.ScopeDomeUSBDome.exe
    LightOnCommand        Rel_Light_On      ; Command string to turn light on and set/change brightness
    LightOffCommand       Rel_Light_Off     ; Command string to turn light off
    In a command window you just do

    C:\ScopeDome\Driver_LS\ASCOM.ScopeDomeUSBDome.exe ?

    To get a full list of commands ... some will report back values, some will turn on and off relays etc.
    Last edited by James Pierce; Apr 4, 2020 at 00:30.

 

 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ScopeDome slaving vs ACP dome slaving and scheduler Shutdown
    By Shai Kaspi in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 5
    Last Post: Dec 8, 2015, 18:32
  2. Will ACP tolerate mount power being turning off for safety?
    By Barry Megdal in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 5
    Last Post: Mar 17, 2014, 14:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •