Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ASCOM-Talk · ASCOM Initiative Discussion List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3666
  • Category: Astronomy
  • Founded: Nov 21, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2025 - 2054 of 29948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2025 plalbrecht Send Email Mar 26, 2003
2:56 pm
Hi, I've twice tried to download ASCOM 2.1 full setup (since I'm running Win 98). Intended application is Meade LX200 GPS and "Cartes du Ciel" charting...
2026 Bob Denny
dc3dreamer Send Email
Mar 27, 2003
12:59 am
Phil -- The downloads are coming from a huge/fast Yahoo-hosted web server. I can't tell you what might be happening, but it's really unlikely that they have a ...
2027 Larry Weber
larryweberpl... Send Email
Mar 27, 2003
1:59 am
Jon, I gave your script a try and it does the exact same thing as FocusMax. The Focuser Simulator is launched but it only shows up as a entry on the Windows ...
2028 BREWSTER,JON A (HP-Co...
jon_brewster Send Email
Mar 27, 2003
3:34 am
Hi Larry, Now we're cooking! ... The new Scope simulator should behave the same way (minimized if launched automagically) Are you running the new scope sim? ...
2029 plalbrecht Send Email Mar 27, 2003
3:47 am
I'd look to your ISP, who might be ... I'm on AOL. It's never done it before. I've downloaded entire multi- megabyte-long star catalogs, letting my dialup run...
2030 Bob Denny
dc3dreamer Send Email
Mar 27, 2003
4:25 am
... Not any more, thanks to Jon. When a "server" is activated not by the user, but in response to a scripting object creation, it -should- start mminimized (at...
2031 Bob Denny
dc3dreamer Send Email
Mar 27, 2003
4:27 am
... Hmm.. let me know, as I am paying for this space -- it's a business-class webhosting account and for what I am paying Yahoo, it definitely should be there....
2032 plalbrecht Send Email Mar 27, 2003
4:47 am
Hi, Bob. ... class webhosting account and for what I am paying Yahoo, it definitely should be there. Well, whatever the problem was earlier, (and it seemed to...
2033 BREWSTER,JON A (HP-Co...
jon_brewster Send Email
Mar 27, 2003
9:55 pm
I'm fooling around with some hub code and discovered a reentrancy problem in chooser (I think). A script uses chooser to select my hub. [Properties] brings up...
2034 BREWSTER,JON A (HP-Co...
jon_brewster Send Email
Mar 28, 2003
12:29 am
What does FindHome do? How is it different than Park? Is tracking killed? How do I un-Home? Can I tell the difference between a Homed and a Parked scope ...
2035 astronomywizard Send Email Mar 28, 2003
4:37 pm
Hi all, I'm rather new to ASCOM and somewhat new to programming (just getting off the old BASIC wagon and into the world of object-oriented). I was just...
2036 BREWSTER,JON A (HP-Co...
jon_brewster Send Email
Mar 28, 2003
5:39 pm
VB looks to be the language of choice. There is some C++, but it can be very complicated if you're new to objects, and windows API's. The VB code found in...
2037 astronomywizard Send Email Mar 28, 2003
10:25 pm
Is JAVA used at all? Because that's the one being taught at school, so I'm learning that already... lol. -Andy ... getting ... I ... guys...
2038 Tim Long
t_p_long Send Email
Mar 28, 2003
10:41 pm
I'm not necessarily recommending it, but C# (C-Sharp) is worth a look. You can either view it as 'C++ for dummies' or 'C++ for Rapid Development&#39;. All depends...
2039 Chris Rowland
scope_sapiens Send Email
Mar 28, 2003
10:56 pm
IMHO... The best language to use is one that you know - and the best way to learn a language is to use it to do something that you are interested in. I haven't...
2040 Edward Kort
edwardkort Send Email
Mar 28, 2003
11:12 pm
Andy, I have written astronomy-related code using the ASCOM libraries in both C++ and Java. Hands down, Java was a lot easier. However, you will need a...
2041 Tim Long
t_p_long Send Email
Mar 28, 2003
11:19 pm
Since ASCOM is intended specifically to support scripting, JavaScript is a definite option, although I haven't tried this myself (I have used VBScript a bit)....
2042 Jonathan Fay
bearcreekobs... Send Email
Mar 28, 2003
11:26 pm
I have been building a full set of support objects for C# and VB.NET (or any .NET language). I have already sent out the telescope API wrapper and I have...
2043 Bob Denny
dc3dreamer Send Email
Mar 29, 2003
5:12 pm
... Thanks to the others who replied to the above, I don't have much to add except that maybe you should look at scripting level learning with VBScript and/or...
2044 ralphvanniekerk Send Email Mar 30, 2003
10:02 am
I want to access the Scope Object from C++ Builder 5. The ACP intro says that " ACP exposes the same set of objects to external programs via OLE-Automation";. ...
2045 Tim Long
t_p_long Send Email
Mar 30, 2003
12:08 pm
There is a C++ example on the ASCOM web site that you can download. It isn't pretty ;-) --Tim ... From: ralphvanniekerk [mailto:ralphvanniekerk@...] ...
2046 Bob Denny
dc3dreamer Send Email
Mar 30, 2003
2:11 pm
It's akin to accessing Java or Smalltalk objects from C++. Really tough. Not the right tool for the job. But it can be done! -- Bob...
2047 Tim Long
t_p_long Send Email
Mar 31, 2003
5:16 pm
I was browsing the proposed camera standard and I've a few comments. I've only recently joined the ASCOM group and I apologize if this is old hat... I noticed...
2048 Douglas B. George
maximccd Send Email
Mar 31, 2003
5:58 pm
... I am not aware of any reason for the hardware to behave differently for a bias frame, nor am I aware of any camera designs where it does. Can you explain...
2049 matthias.busch@...
asteroid7687 Send Email
Mar 31, 2003
7:40 pm
... I think he just didn't notice the Boolean parameter "Light" of CCDCamera.StartExposure ( Duration, Light ) ... ACK - and this one is needed only *once*, so...
2050 Douglas B. George
maximccd Send Email
Mar 31, 2003
8:06 pm
... It's pretty simple stuff... why don't you throw something together, post it here, and see if anyone has suggestions. Doug ... Doug George ...
2051 Tim Long
t_p_long Send Email
Apr 1, 2003
2:35 am
Goug, I'm no expert on the intricacies of CCD chips. My understanding from an end user's perspective is that a bias frame is the shortest possible exposure....
2052 Tim Long
t_p_long Send Email
Apr 1, 2003
2:38 am
You're correct - I didn't notice that parameter :-( Doh! So that solves the problem of how to do dark and bias frames. --Tim ... differently for ... does. Can...
2053 Jasdhari Send Email Apr 1, 2003
2:38 am
Hello, I read that ASCOM is an 'open source' project, please correct me if I'm wrong. If it is open source, it's released under which license(s)? The reason...
2054 PHERCAD
phercad@... Send Email
Apr 1, 2003
6:02 am
Many users will appreciate such an initiative. I've invested much money and efforts on Windows programs, and having an alternative would be great. I believe...
Messages 2025 - 2054 of 29948   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help