I find Y! has a tendency to half forget you have logged in. It will still have the "Hello <yournamehere>" up at the top left but won't open the members only...
27227
qteaser2002
Apr 19, 2012 7:04 pm
IM not sure who made it or if it was made by any member of this group but I want to thank you for the ascom driver for the trutech superslim filter wheel. It...
27228
peschman2001
Apr 19, 2012 8:08 pm
Hi John, Actually, my earlier email to you said "Yes, the driver works under Win7 64-bit", not that it should work. The ASCOM ServoCAT driver v4.4.4 passed ...
27229
waynewatson95959
waynewatson9...
Apr 19, 2012 8:53 pm
Thanks for your response. I discovered that last night when I decided to install the software. I probably need to go the ASCOM site to see the standards and...
27230
jwswitzer2
Apr 19, 2012 11:18 pm
Thanks to both Bob and Peter for your suggestions. I will give both POTH and Sky Charts a try when I get a chance. I have had the scope set up in the living...
27231
Tim Long
t_p_long
Apr 20, 2012 3:05 am
Wayne, Make sure you've downloaded and installed the Developer Tools from the ASCOM-Standards web site. This will give you some Visual Studio templates and a...
27232
phototwist
Apr 20, 2012 6:41 am
Let me start by saying that I am the most rank of amateurs in software development, despite having a degree in CS, and Windows software development, in...
27233
Chris
scope_sapiens
Apr 20, 2012 6:49 am
Hi Greg, This is an easy one. The problem is in the IsMinimumRequiredVersion parameters. It should be (6, 0) NOT (6.0). This is because...
27234
Bob Denny
dc3dreamer
Apr 20, 2012 3:34 pm
Can you be a bit more clear? What do you mean "stops working"? -- Bob...
27235
Bob Denny
dc3dreamer
Apr 20, 2012 3:35 pm
Thank YOU for the kind words. Is it possible that TrueTech themselves made the driver? -- Bob...
27236
Bob Denny
dc3dreamer
Apr 20, 2012 3:38 pm
Also PLEASE read the Developer information on the ASCOM web site at http://ASCOM-standards.org/Developer/Index.htm. -- Bob...
27237
Mark Acker
markacker
Apr 20, 2012 3:46 pm
I believe this was done by Jared Wellman. Mark ________________________________ From: Bob Denny <rdenny@...> To: "ASCOM-Talk@yahoogroups.com"...
27238
Greg Marshall
phototwist
Apr 20, 2012 3:50 pm
Thanks, Chris, that did it. Greg ________________________________ From: Chris <chris_group_mail@...> To: ASCOM-Talk@yahoogroups.com Sent: Thursday,...
27239
jwswitzer2
Apr 20, 2012 3:51 pm
Peter, I downoaded and ran the ASCOM Compliance Check App. I received the following message: "Incompatible Driver (ServoCAT.Telescope} This 32 bit driver...
27240
peschman2001
Apr 20, 2012 4:21 pm
Conform needs to bed run in 32-bit mode when testing 32-bit drivers under Windows 64-bit. It may be best to continue this thread by private email, especially...
27241
jwswitzer2
Apr 20, 2012 5:19 pm
Peter, Thanks for the update. Let me know where to go from here. John...
27242
Mike
mikerushford
Apr 21, 2012 3:06 am
Bob; I am experienced/beginner at Python, leaning jargon and coding by examples. This is my first Windows/COM experience inspired by the python code example in...
27243
Greg Marshall
phototwist
Apr 21, 2012 3:17 am
After making the change as Chris directed the Inno Setup compile worked, but when I run the installer it produces this error: Unable to register the DLL/OCX:...
27244
Frank Mraz
starman_florida
Apr 21, 2012 3:17 am
Hi Bob, Will Mount/Telescope X2 work for BOTH TheSkyX Proas well as the older The Sky ? Or do I need both plugins ? Frank M. To: ASCOM-Talk@yahoogroups.com ...
27245
Bob Denny
dc3dreamer
Apr 21, 2012 3:41 am
X2 is only for TheSky X. For TheSky 6 you need the old TeleAPI plugin. -- Bob...
27246
Chris Rowland
scope_sapiens
Apr 21, 2012 7:06 am
Running as administrator is a slippery thing in W7, not only do you need to have an administrator account but you need to explicitly run the application as...
27247
Chris
scope_sapiens
Apr 21, 2012 7:14 am
Joe, I've not forgotten. The data that the logs return from the scope looks correct so it's a bit of a mystery why the Ra and Dec are not getting updated. I...
27248
Chris
scope_sapiens
Apr 21, 2012 7:26 am
It would help if I were to read what you posted Greg :-) The run as administrator solution I suggested is probably correct for VS but the installer issue is...
27249
boudinet1
Apr 21, 2012 9:39 am
Hello I want connected my telescope with the hub Ascom in the idea to use The Sky X pro with Maxim DL. My setup is window seven 64 -The SkyX pro vers 1.0.1.11...
27250
Tim Long
t_p_long
Apr 21, 2012 11:32 am
Mike, the difficulty with this type of post is that the developers, being developers, want to help a fellow developer learning a new skill, but they are...
27251
Tim Long
t_p_long
Apr 21, 2012 11:43 am
Greg, blaming the dev tools is a rookie mistake ;-) The concern here is that your setup is trying to register a 'legacy39; (non-.NET) dll. If you are developing...
27252
Tim Long
t_p_long
Apr 21, 2012 11:45 am
Chris, Visual Studio uses RegAsm not RegSvr32. An ASCOM driver (or its setup) probably shouldn't need to use RegSvr32 to register a legacy DLL. --Tim ... From:...
27253
Peter Simpson
peter_w_g_si...
Apr 21, 2012 12:00 pm
Hi Mike, I've not used Python before so apologies if any of this is pyNonsense! I don't know yet why DriverHelper.Util is failing for you but I have had ...
27254
yodie.geo
Apr 21, 2012 12:38 pm
For my Meade programmers out there . . . What is the difference between :MS# and :MA# ? Todd...
27255
Ralph Pass
rppassiii
Apr 21, 2012 1:38 pm
You need to set a target before the slew. In the MS case you set RA and Dec, in the MA case you set Az, El. Ralph...