UPDATE: Found a solution after creating the post. Reinstalled PWI3, all works now.
* * *
Hi all,
Having problems running FocusOffsets.:
Starting FocusOffset run...
Selected Empty as reference
Start slew to FocusArea...
(wait for slew to complete)
(slew complete)
Using PWI3 for focus control
**Script Error (Tracking has been stopped)**
Source: Microsoft VBScript runtime error
Message: ActiveX component can't create object: 'ASCOM.PWI3.Focuser'
Location: line 192 column 9.
Script Context:
189: Set PWIFocuser = CreateObject("ASCOM.PWI_Foc_20.Focuser")
190: ElseIf PWAutoFocus.FocusServer = "PWI3" Then
191: Console.printLine("Using PWI3 for focus control")
=> 192: Set PWIFocuser = CreateObject("ASCOM.PWI3.Focuser")
^
193: ElseIf PWAutoFocus.FocusServer = "PWI4" Then
194: Console.printLine("Using PWI4 for focus control")
195: Set PWIFocuser = CreateObject("ASCOM.PWI4.Focuser")
-- end --
I have PWI3. Autofocus works. Any ideas where could be the problem?
Max