Appendix B. Status, Settings, and Data Table Information (Status/Settings/DTI)
FTPPort
Settings Editor: FTP Service Port
Keyboard: Settings (TCP/IP) ≈ line 17
CRBasic: variable = settings.keyword;
SetSettings()
Configures the TCP port on which the FTP service is
offered. Generally, the default value is sufficient
unless a different value needs to be specified in order
to accommodate port mapping rules in a network
address translation firewall.
read/write
UINT2
21
0 to 65535
FTPUserName
Keyboard: Settings (TCP/IP) ≈ line 21
Settings Editor: FTP User Name
CRBasic: variable = settings.keyword;
SetSettings()
Specifies the user name that is used to log in to the
FTP server. An empty string or "anonymous" (the
default) inactivates the FTP server.
read/write
STRING
"anonymous"
0 to 63
characters
FullMemReset
Keyboard: Status Table ≈ line 36
CRBasic: variable = settings.keyword;
SetSettings()
Enter 98765 to start a full-memory reset. See section
Full Memory Reset
(p. 381).
read/write
LONG
0
to reset, enter
98765
Table 174. Status/Settings/DTI: H
Keyword
Alias,
Access,
Description
Read/Write,
DataType,
Units
Default
Value
Normal
Range
HTTPEnabled
Settings Editor: HTTP Enabled
Aliased from: ServicesEnabled()
Keyboard: Settings (TCP/IP) ≈ line 35
CRBasic: variable = settings.keyword;
SetSettings()
Replaces old ServicesEnabled(). Enables (True) or
disables (False) the HTTP service.
read/write
BOOLEAN
True
True of False
HTTPPort
Settings Editor: HTTP Service Port
Keyboard: Settings (TCP/IP) ≈ line 18
CRBasic: variable = settings.keyword;
SetSettings()
Configures the TCP port on which the HTTP (web
server) service is offered. Generally, the default
value is sufficient unless a different value needs to be
specified in order to accommodate port-mapping
rules in a network-address translation firewall.
read/write
LONG
80
0 to 65535
Table 175. Status/Settings/DTI: I
Keyword
Alias,
Access,
Description
Read/Write,
DataType,
Units
Default
Value
Normal
Range
IncludeFile
Keyboard: Settings (General) ≈ line 14
AKA: Include File Name
Settings Editor: Include File Name
CRBasic: variable = settings.keyword;
SetSettings()
read/write
STRING
no entry
0 to 63
characters
617