Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Black Forest, CO
    Posts
    297

    Default FocusMax & RCOS TCC -- FocusMax Will Not Close

    Anyone else have an issue with FocusMax NOT closing? It will even forbid Maxim to close. And eventually it will lead to a system crash.

    It appears that it has to do with the connection to the TCC.... I've tried it both ways, using the RCOS TCC.exe and the RCOS_ae.exe.

    If the system doesn't evenually crash, I need to kill the process in taskmgr.

    In my startup script, I AM connecting to the TCC temperature object and turning on the primary cooling fans.

    So several questions....

    - Anyone else experiencing this issue?
    - What do you have in settings for FocusMax -- Connect automatically? I like to have FocusMax turn on/off the Temperature Compensation

    Note, I do not use the Aquire Star feature within FocusMax.

    Thanks.
    Matt Russell

  2. #2
    Join Date
    Mar 2006
    Location
    Black Forest, CO
    Posts
    297

    Default

    I figured it out....

    I have to force some settings in my shutdown script:

    'FocusMax settings
    Dim FMx
    Set FMx = CreateObject("FocusMax.Focuser")
    'Since we have a link, we can do some things...
    If FMx.Link = True Then

    If FMx.TempCompAvailable = True Then
    FMx.TempComp = False
    End If

    If FMx.TempComp = False Then
    Console.PrintLine("FocusMax Temp Compensation has been turned off.")
    Else
    Console.Printline("**** FocusMax Temp Compensation has not been turned off. ****")
    End If
    End If

    FMx.Link = False 'disconnect to the RCOS focuser
    Matt Russell

  3. #3
    Join Date
    Oct 2005
    Location
    Mesa, AZ
    Posts
    33,773

    Default

    Good work!! Usually there is a "right" answer to these things :-)
    -- Bob

 

 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RCOS TCC not working Win7 64
    By Bill McLaughlin in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 9
    Last Post: Aug 9, 2019, 13:30
  2. Rcos tcc
    By Matt Russell in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 15
    Last Post: Aug 7, 2013, 18:18
  3. Semi ACP Related RCOS TCC Software Issue
    By Bill McLaughlin in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 6
    Last Post: Sep 9, 2011, 04:00
  4. RCOS TCC Problem with ACP
    By Paul Shulins in forum Hardware/Software/Driver Topics Not Directly Related to Our Software
    Replies: 0
    Last Post: Apr 26, 2011, 01:01
  5. RCOS TCC isn't showing up as focuser choice
    By John K in forum FocusMax and PoleAlignMax Questions
    Replies: 1
    Last Post: Feb 26, 2010, 04:59

Posting Permissions

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