Many entry fields permit sexagesimal entry (h:m:s.s or °:':"). You can easily spot such fields because the units label for an empty field will show hms or °'". Sexagesimal entry is flexible in that you can specify one to three fields, as you desire. As you enter enter data the units display will update to show you what is going on.
Position entry widgets assume that a single field is decimal hours or degrees (h.h or °.°) and two fields are hours (or degrees) and minutes (h:m.m or °:'.'). Entry rules are as follows:
Here are some examples:
Note: sexagesimal offsets and durations are entered in the same fashion, but a single field is decimal arc-seconds or seconds ('.' or s.s) and two fields are (arc) minutes and seconds (':"." or m:s.s).
Offset and duration entry widgets assume that a single field is decimal arc-seconds or seconds ('.' or s.s) and two fields are (arc) minutes and seconds (':"." or m:s.s). Entry rules are as follows:
Note: sexagesimal positions are entered in the same fashion, but a single field is decimal hours or degrees (h.h or °.°) and two fields are hours (or degrees) and minutes (h:m.m or °:'.').
This document describes the keywords TUI uses when issuing error messages. Such messages are rare (most messages come from instruments, tcc or hub), but there are a few cases where TUI must chime in. These include command timeout and command failure due to the user disconnecting from the hub.
Warning: for the sake of efficiency, TUI's messages are not sent through the keyword dispatcher, and thus cannot be sensed using keyword variables (RO.KeyVariable). If that becomes a problem, it can easily be changed.
A command has been aborted.
Actor and Cmd will also be supplied.
Specifies an actor. This never appears alone, but supplements other information (e.g. for Timeout).
Specifies the command string for a command. This never appears alone, but supplements other information (e.g. for Timeout).
A keyword. This never appears alone, but supplements other information (e.g. for RefreshFailed).
A refresh command failed and has been disabled (to prevent the requestor from repeatedly issuing the command).
A refresh command is a command issued by a keyword variable to refresh its contents. The keyword variable automatically issues its refresh command whenever a connection is made or the data is invalidated. If the command does not provide the desired information, it is disabled to prevent the keyword variable from repeatedly asking for the information. This disablement persists until the user selects Refresh Display or quits and restarts TUI.
Actor and Keyword will also be supplied.
Explanatory text.
A command has timed out.