Hi Ray, I read an ealier post where someone named Fred posted this problem. Now I am having a very similar problem. IT parks either pointing West or East and...
Thanks Sander, I have been reading and re-reading the docs and just could not get the right expression. It turns out that this is the answer: X.Tracking =...
I have 2 Belkin F5U109, the issue appears to be with the driver, the problem occurs when ReadTotalTimeoutMultiplier = MAXDWORD and ReadIntervalTimeout =...
Hi Peter, yes, this is how properties work. You can read them or set them. You were already setting the Connected property which is why I said you were 99.99%...
Hi Chris, OK, thanks. That clarifies things... ASCOM is apparently using SYSTEM::IO. Timeout values in SYSTEM::IO are set in VC++ by: _serialPort = gcnew...
HaHa thanks for that, certainly sound like the issue I'm having. BTW the Linux kernel has a driver for MTC devices, the header has some documentation of the RE...
Hello to the group. I am a student at Pima Community College here in Tucson. I am working on a self guided study program looking at oscillations from...
Haha! :^) Thanks Tom, I needed that. Ok, tonight I found the problem and I want to report what it was. You must let CCDAP link to the software and fire up The...
I'm adding a SupportedAction for my ASCOM Dome controller: Action "SlewContinuously". This has parameters of "Clockwise", "CW", "CounterClockwise" and "CCW"....
Hi Chris, There's nothing wrong with your nomencalture. It conveys what you want. So go ahead and use it. I wrote my own dome control (unpublished) where I...
You really DO have to tell us what the error messages SAID. (there are many twisty messages, nearly all alike... so the text of the message is critical in...
Hi Dick, Andrew and anbody else who can help, I have also have what sounds like a very similar problem with PHD as reported under this topic but this time the...
Gday Peter ... Its 100% sure not to be this problem then. The 497s store all their setup data in EEProm hence have no need to walk linked lists. Andrew...
It is amazing how drivers appear in every language in the native syntax of that language. There are properties (variables) and methods (function calls). -- Bob...
No, the Autostar-caused timeout has nothing to do with your error message (at least the log you posted) You are getting an "800A01A9" error, which is: ...
Tom, I've updated all SBIG drivers through February 2012 but no Joy. I'm confused as to whether FocusMax uses SBIG drivers to run the camera or whether I have...
Hi, I would ask the SoftBisqueUser group (http://groups.yahoo.com/group/SoftBisqUser/) or the FocusMax group. IIRC, FocusMax uses CCDSoft camera control to...
FM only controls the focuser not the camera. FM calls whatever control program you have (FM only works with MaxIm or CCDSoft). In FM you need to set which...
Tried testing ASCOM.SiTechDll.Telescope The python code and a few results are shown, not sure yet if I will be able to send this HUB driver instruction from...
Hello, Im not the most technical person in the world, let me explain my setup, and how it was working. LX200 Classic, Wedge, Moonlite focuser with Rigel...
Hello group, Problem with install on new win7-64 ASCOM fails to finalise with some write to registry errors I think. I ran install as administrator. ...
Hello group, Problem with install on new win7-64 ASCOM fails to finalise with some write to registry errors I think. I ran install as administrator. ...
Hello, Im not the most technical person in the world, let me explain my setup, and how it was working. LX200 Classic, Wedge, Moonlite focuser with Rigel...
Excellent analogy, Tim. Thanks. As far as adding my own custom functions, I don't know what I did, but I am having no issue now. I can add them, and they are...
Actually, scratch what I said about calling custom functions. Here is my problem. I create the following function in the driver.cs file. public string ROM { ...
... You are calling your driver through DriverAccess and that only implements the ITelescopeV3 properties and methods, it doesn't have your method so it fails....