Crestron
e-control Mail SW-MAIL
65
••
Appendices
Installation & Reference Guide — Doc. 5798
Appendix C: Signal Reference
Definition of Terms
Address
The e-mail address, for example, “
,” or
the account name part thereof (in this case, “jdoe”).
Connection
A connection to a system which can be either serial
(RS-232) or EtherNet (TCP/IP).
Data fields
The indirect text fields which receive the data that is echoed
when a record is opened (“picked”).
List fields
The indirect text fields in scrollers. There can be more than
one field (column) per row in the scroller.
Name
The real, human-readable (“friendly”) name, such as “John
Doe” as opposed to the e-mail address.
Recipient
The e-mail account referred to by the address that appears in
the e-mail “To:” header.
Scroller
(1) Scrolling lists as displayed on touchscreens, made up of
(a) a column of buttons containing indirect text fields, along
with (b) transport buttons, and (c) an optional analog gauge
object serving as a scrollbar. Also (2) the signal block which
services such a construct.
Sender
The e-mail account referred to by the address that appears in
the “From:” header.
Server
The Crestron Software Server. That is,
swserver.exe
running on a Windows PC.
Signal Block
Active component within the Server which listens for and
responds to signals from connected control systems. For
example, each scroller requires its own signal block. If not
specified explicitly as some other type of signal block, this
term refers to a custom scroller signal block.
System
A Crestron
control processor along with appropriate
programming.
String Proxies
The various
Echo
signals keep a server-side “proxy” of the data last sent to the
system. Before sending, the new value is compared with the proxy and is only
actually sent if it differs. The proxy is then updated to match the new value. In this
way, identical string data are not continually resent.
Bit Patterns
For those unfamiliar with bit patterns, here is a primer.
Base 2 Basics
A quantity is represented in computer memory as a binary (base 2) number (
i.e.,
a
string of 1s and 0s). As you know, in base 10, the least significant (low-order)
“digits” are on the right, and the most significant (high-order) are on the left. This is