CommandString()
Posted: 09 Dec 2018, 17:26
Hello,
I'm having issues with the script function Telescope.Receive and assuming it to be an issue with telescope controlling software Gemini II, I started a post on the Gemini II yahoogroup.
This is the question I posted:
"I use to control my G-11 mount apart from Gemini II HC and ASCOM Driver.net via AstroArt5 script. After I discovered that the Gemini system supports a subset of the Meade LX200 Command Set (8.4 Serial Line Protol, Gemini Users Manual Level 4) I wanted to apply this method and test it before.
The script language of AstroArt is based on BASIC and provides the two commands _Telescope.Send(string)_ and _Telescope.Receive_ for controlling the mount per Serial Line Protocol. What I experienced is: The mount accepts the send strings and reacts correct but does not return indicated Returns anyway.
If for example the script contains the lines
Telescope.Send(":Cm#")
RET$ = Telescope.Receive
the string RET$ should read "No object!#" if the mount is not aligned or no object was selected, otherwise the name of the selected object used "<object name>#" should be returned. However in every case the string RET$ contains nothing.
The mount is connected to the PC via Ethernet.
Can someone please give me a hint where I'm going wrong or what I missed?"
And here is one reply to my question:
"I'm not familiar with AstroArt script, so the first thing I'd suggest is that you confirm the syntax for sending a command and receiving a result. I assume that you are using Gemini.NET ASCOM driver with AstroArt. In this case, there is only one ASCOM command that AstroArt could be using to both, sending and receiving a result: CommandString(...). It appears from your script that somehow this is broken up into two commands, which may or may not be correct.
Since ASCOM driver does work fine with other software, you may need to get help from AstroArt to see why this is not working from their script."
I'm actually using the Gemini.NET ASCOM driver with AstroArt5. So can someone please give an explanation to the above expressed assumption? It would be very much appreciated.
Thanks,
Rolf
I'm having issues with the script function Telescope.Receive and assuming it to be an issue with telescope controlling software Gemini II, I started a post on the Gemini II yahoogroup.
This is the question I posted:
"I use to control my G-11 mount apart from Gemini II HC and ASCOM Driver.net via AstroArt5 script. After I discovered that the Gemini system supports a subset of the Meade LX200 Command Set (8.4 Serial Line Protol, Gemini Users Manual Level 4) I wanted to apply this method and test it before.
The script language of AstroArt is based on BASIC and provides the two commands _Telescope.Send(string)_ and _Telescope.Receive_ for controlling the mount per Serial Line Protocol. What I experienced is: The mount accepts the send strings and reacts correct but does not return indicated Returns anyway.
If for example the script contains the lines
Telescope.Send(":Cm#")
RET$ = Telescope.Receive
the string RET$ should read "No object!#" if the mount is not aligned or no object was selected, otherwise the name of the selected object used "<object name>#" should be returned. However in every case the string RET$ contains nothing.
The mount is connected to the PC via Ethernet.
Can someone please give me a hint where I'm going wrong or what I missed?"
And here is one reply to my question:
"I'm not familiar with AstroArt script, so the first thing I'd suggest is that you confirm the syntax for sending a command and receiving a result. I assume that you are using Gemini.NET ASCOM driver with AstroArt. In this case, there is only one ASCOM command that AstroArt could be using to both, sending and receiving a result: CommandString(...). It appears from your script that somehow this is broken up into two commands, which may or may not be correct.
Since ASCOM driver does work fine with other software, you may need to get help from AstroArt to see why this is not working from their script."
I'm actually using the Gemini.NET ASCOM driver with AstroArt5. So can someone please give an explanation to the above expressed assumption? It would be very much appreciated.
Thanks,
Rolf