Input Mask Output Examples; Url Resources - AMX MVP-9000i Operation And Reference Manual

9" modero viewpoint touch panel with intercom
Hide thumbs Also See for MVP-9000i:
Table of Contents

Advertisement

Appendix A: Text Formatting
evaluated. Overflow continues to work until a field with no overflow value is set or no more fields remain (i.e. reached
first field).
If a character is typed and that character appears in the Next Field list, the keyboard should move the focus to the next
field. For example, when entering time, a ":" is used as a next field character. If you enter "1:2", the 1 is entered in the
current field (hours) and then the focus is moved to the next field and 2 is entered in that field.
When entering time in a 12-hour format, entry of AM and PM is required. Instead of adding AM/PM to the input mask
specification, the AM/PM should be handled within the NetLinx code. This allows a programmer to show/hide and
provide discrete feedback for AM and PM.

Input mask output examples

The following are some common input masking examples:
Output Examples
Common Name
IP Address Quad
Hour
Minute/Second
Frames
Phone Numbers
Zip Code

URL Resources

A URL can be broken into several parts. For example, with the URL http://www.amx.com/company-info-home.asp, this
URL indicates that the protocol in use is http (HyperText Transport Protocol) and that the information resides on a host
machine named www.amx.com. The image on that host machine is given an assignment (by the program) name of
company-info-home.asp (Active Server Page).
The exact meaning of this name on the host machine is both protocol dependent and host dependent. The information
normally resides in a file, but it could be generated dynamically. This component of the URL is called the file
component, even though the information is not necessarily in a file.
A URL can optionally specify a port, which is the port number to which the TCP/IP connection is made on the remote
host machine. If the port is not specified, the default port for the protocol is used instead. For example, the default port
for http is 80. An alternative port could be specified as: http://www.amx.com:8080/company-info-home.asp.
Any legal HTTP syntax can be used.
172
Input Mask
[0|255]{.}
[1|12]{:}
[0|59]{:}
[0|29]{:}
(999) 000-0000
00000-9999
MVP-9000i 9" Modero® ViewPoint® Touch Panel with Intercom
Input
Any value from 0 to 255
Any value from 1 to 12
Any value from 0 to 59
Any value from 0 to 29
(555) 555-5555
75082-4567

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents