View Single Post
  #109  
Old 28-05-2020, 07:50 PM
peter_4059's Avatar
peter_4059 (Peter)
Big Scopes are Cool

peter_4059 is offline
 
Join Date: Jun 2007
Location: SE Tasmania
Posts: 4,574
Quote:
Originally Posted by RobF View Post
What does the VB code do Peter? Is that for a separate GUI to the generic ASCOM driver interface?
The VB code takes the raw sensor data string that the Arduino sends down the serial interface via the computer com port (the sketch I posted above makes this happen) and manipulates that into a set of data to be presented on the PC including a prediction of cloud cover based on ambient temperature, sky temperature and relative humidity.

A lot of the code is about the PC GUI that I've shown in previous screenshots in this thread. All up it is about 1000 lines of visual basic code. It also generates a text file that the generic Ascom driver reads to create an interface to image control software like SGP.
Reply With Quote