Search the web
Sign In
New User? Sign Up
m1oasys
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
M1 communication   Message List  
Reply | Forward Message #165 of 190 |
Re: Re: [m1oasys] M1 communication


Hi Bob,
 
I sent you the basics for communicating.  That coupled with the command protocols listing in the ELK docs I think Chris sent to you  is all you need.  If you are asking if there is source code for the existing software, sorry, no it is proprietary.

Regards,
Chuck Faranda
http://ccdastro.com
 
 
----- Original Message -----
Sent: Friday, June 19, 2009 4:04 PM
Subject: Re: Re: [m1oasys] M1 communication

Chris:
My question still remains.  I will write my own code to automate the roof closure.  I appreciated the fact that other software exists to accomplish this function (I own CCDAutoPilot).  Where is the documentation, which would allow me to interface with the driver with a vbasic program.  I have everything I need...M1 installed, vbasic, ASCOM v5, ASCOM driver, I just need documentation e.g. CCSSoft Help nicely describes the Methods, Properties and Events that allow a vb program to either Call CCSoft or interface with CCDSoft as a plugin.
 
My kingdom for the documentation.
 
Bob Gillard
Plano, Texas



Jun 17, 2009 08:28:43 AM, m1oasys@yahoogroups.com wrote:


Hi Bob,  The ASCOM driver is included on your m1OASYS Installation CD.  The filename is m1OASYS.exe.  You can use this driver to communicate with CCDAutoPilot or ACP or CCDCommander.  It allows you to automate the opening and closing of the roof to coinside with your imaging runs.

This driver connects to the ELM M1 Gold system in the same fashion as your VB program would, i.e. through the m1XEP Ethernet adapter using the ASCII protocol we sent you earlier.  The driver requires ASCOM Platform 5 be installed prior to installing it.  Sorry the directions are not very clear on this...we are working on a much improved driver and installation guide.

Here is a blurb from our upcoming webpage....
The m1OASYS system includes an ASCOM driver that will integrate your observatory functions and automation rules, with popular image automation programs such as CCDAutopilot, ACP or CCD Commander. Included in our upcoming release of this driver is the ability to monitor, control and automate functions in your observatory based on weather conditions (support for a variety of weather stations as well as Boltwood I and II) and observatory conditions (such as AC Power Loss or Internet Failure).

-Chris
--- On Tue, 6/16/09, Bob Gillard <bobgillard@...> wrote:

From: Bob Gillard <bobgillard@...>
Subject: Re: [m1oasys] M1 communication
To: m1oasys@yahoogroups.com
Date: Tuesday, June 16, 2009, 12:37 PM

Chuck:
Please explain.  I know how to connect a vbasic program to TheSky or CCDsoft, but I'm not sure what ASCOM driver you are talking about.  Is there any documentation of commands for this ASCOM driver?  What is the file name of the Driver?
Bob Gillard
 
----- Original Message -----
Sent: Tuesday, June 16, 2009 10:29 AM
Subject: Re: [m1oasys] M1 communication

Bob,

Can you connect using the supplied ASCOM driver?

Regards,
Chuck Faranda
http://ccdastro. net

----- Original Message -----
From: "Bob Gillard" <bobgillard@verizon. net>
To: <m1oasys@yahoogroups .com>
Sent: Tuesday, June 16, 2009 9:14 AM
Subject: [m1oasys] M1 communication

> Folks:
> I'm working slowly, but surely in the implementation of the M1 system for
> my RoRo. Everything wired, able to connect via Ethernet with both the
> ELK-RP and browser. However, in the never ending quest to reinvent the
> wheel, I am writing vbasic code to coordinate imaging with unattended roof
> closure. I know, there is software that preforms this task.....but bear
> with me.
>
> My current problem is communicating with the M1 and the unencrypted port
> 2101. Despite turning off ALL Spyware and Firewalls I cannot connect my
> computer with the M1 thru this port e.g. HyperTerminal. I can connect
> HyperTerminal with the M1 thru port 2601, but the data is encrpyted. Any
> ideas and/or solutions will be appreciated.
>
> Kindest regards,
> Bob Gillard
> Plano, Texas
>
>
>
> ------------ --------- --------- ------
>
> Yahoo! Groups Links
>
>
>
>



Fri Jun 19, 2009 8:24 pm

cfaranda24
Offline Offline
Send Email Send Email

Forward
Message #165 of 190 |
Expand Messages Author Sort by Date

Folks: I'm working slowly, but surely in the implementation of the M1 system for my RoRo. Everything wired, able to connect via Ethernet with both the ELK-RP...
Bob Gillard
drbobplano
Offline Send Email
Jun 16, 2009
1:14 pm

Bob, Can you connect using the supplied ASCOM driver? Regards, Chuck Faranda http://ccdastro.net ... From: "Bob Gillard" <bobgillard@...> To:...
Chuck Faranda
cfaranda24
Offline Send Email
Jun 16, 2009
3:30 pm

Chuck: Please explain. I know how to connect a vbasic program to TheSky or CCDsoft, but I'm not sure what ASCOM driver you are talking about. Is there any...
Bob Gillard
drbobplano
Offline Send Email
Jun 16, 2009
5:45 pm

Bob, Didn't you get the installation CD with m1OASYS Live on it? This SW is the ASCOM driver and control for the m1. Regards, Chuck Faranda ...
Chuck Faranda
cfaranda24
Offline Send Email
Jun 16, 2009
9:12 pm

Hi Bob,  The ASCOM driver is included on your m1OASYS Installation CD.  The filename is m1OASYS.exe.  You can use this driver to communicate with...
Chris Hetlage
chrishet55
Offline Send Email
Jun 17, 2009
1:28 pm

Chris: My question still remains. I will write my own code to automate the roof closure. I appreciated the fact that other software exists to accomplish this...
bobgillard@...
drbobplano
Offline Send Email
Jun 19, 2009
8:05 pm

Hi Bob, I sent you the basics for communicating. That coupled with the command protocols listing in the ELK docs I think Chris sent to you is all you need....
Chuck Faranda
cfaranda24
Offline Send Email
Jun 19, 2009
8:24 pm

Bob, Also, check out the ASCOM Dome driver's exposed methods/properties that you can access via scripts by looking in your 'Start/All Programs/ASCOM...
Chuck Faranda
cfaranda24
Offline Send Email
Jun 19, 2009
8:32 pm

Chuck: I really appreciate your information and patience. Here is my current sticking point. I have written a vbasic program using the Client/Server Winsock...
bobgillard@...
drbobplano
Offline Send Email
Jun 19, 2009
9:09 pm

Odd, I have not encountered any issues using port 2101 unless a router or other firewalls were blocking it. Enjoy your vacation, we will sort things out when...
Chuck Faranda
cfaranda24
Offline Send Email
Jun 19, 2009
9:55 pm
Advanced

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