Displays a setup dialog, allowing the user to set telescope-specific values such as baud rate, geodetic position, etc.
Telescope.SetupDialog()
The method syntax has these parts:
Part | Description |
---|---|
Return (Nothing) | Does not return a value. |
The SetupDialog must contain, at a minimum, two graphical elements:
NOTE: The setup dialog typically includes selection of the serial (COM) port to be used for telescope communication. If this is implemented in the setup dialog, then it should include the ability to dynamically discover and offer for selection all COM ports on the system. If dynamic discovery is not included, then at least 32 COM ports should be offered for selection. This is necessary because most newer systems use USB-to-serial adapters, and these devices may appear on high-numbered COM ports. Again, dynamic discovery is preferred.
. A click on the icon must open a web browser to the ASCOM Initiative home page at http://ASCOM-Standards.org/. The image should also display a hover tool-tip that indicates that the image is a hyperlink to the ASCOM Initiative web site.