It isn't basically any different really, here are some of the 'gotchas' I have found with x64. 1. Be really careful about using absolute paths to things. There...
It's a shame that Silverlight 2.0 is about to change all that ;-) Yes... C# in the browser. Bring it on! Tim Long, Owner & Technology Consultant TiGra Networks...
I've made inquiries on various Celestron scopes asking if people have successfully used TheSky with ASCOM V5 and the Celestron driver. Nobody has reported that...
Good morning Sirs and sorry for my english. I download and installed tenAscom 5.0, but when tried to install in Sky (via Ascom) the Meade Classic and autostar...
Hi all! I'm going to be broadcasting live tonight on Sparkcast at 9:30est. This is the new moon, so I'll be going late. I'll be using my 12' newt on the CGE...
... Yes, I am using the Celestron Driver. Public Sub StopMove() Print #4, "CMD : Stop Move" 'trace log entry Telescope.AbortSlew HandboxStatus.Text = ""...
... All of the drivers are on the web site and the giant Drivers button on the main page takes you there. I'm not sure how much more obvious I could make it...
I've just tried the following script: dim s, ra, dec set s = CreateObject("Celestron.Telescope") s.Connected = true ra = s.RightAscension dec = s.Declination ...
I'll pick apart my code a little bit more and get the intermediary proceedure calls etc so you can follow the chain of thought and execution. I created the...
Hi' After installing the latest ASCOM 5 and the latest Celestron driver After I configured the mount and skymap I'm pleased to report that everything is...
... Step ONE: On this page: http://www.ascom-standards.org/Downloads/Index.htm Have the highlighted paragraph title "Driver Downloads" actually -be- a link to...
Hi all, I'm pleased to announce that the latest Conform beta (1.0.11.11) now includes checks on rotators, switches and domes and so covers the complete ASCOM...
I do believe it is a documentation error in the standard. It should not have a return value. I will fix it and send a revised version to Bob for the ASCOM...
Private Sub EastButton_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) HandboxStatus.Text = "EAST" Print #4, "CMD : Mouse [East]" ...
Hi Doug, ... Well, platform 5 creates an ISwitch interface and installs Jon Brewster's switch simulator so I assumed that the interface was there for use. Is...
Hi Bill, If you're using MoveAxis then stop it with a call setting the axis rate to 0: Telescope.MoveAxis axisPrimary, 0 Telescope.MoveAxis axisSecondary, 0 ...
I am starting to look at coding up support for ASCOM cameras in several programs of mine and looking for a bit of guidance early on to help steer me down the...
Craig -- OyeVeh! I'm not in a position to write all this up so I'll call you. I suspect with a bit of back and forth, it will become clear... Just be aware...
... Which drivers??? There are 6 different driver types, each with its own section. ... I was talking about the HOME page, which most people see first. THAT is...
... Sigh... put two web page designers in a room, and they'll campaign for three different designs. My point was merely that on the Home page we're taught: ...
Bill, you're going to have to be a bit more forthcoming about what is happening; these tiny code snippets and terse comments just don't give me the information...
I am experiencing a problem connecting my Robofocus unit to a PC running Vista. I have Ascom 5 installed together with the latest Robofocus driver and the...
Richard, a typical problem is with the registry of active-x controls and some DLLs. I don't know the components, Robofocus is using but I re- registered all,...