Appendix B. Status, Settings, and Data Table Information (Status/Settings/DTI)
Table 184. Status/Settings/DTI: U
Keyword
Alias,
Access,
Description
Read/Write,
DataType,
Units
Default
Value
Normal
Range
UDPBroadcastFilter
Settings Editor: IP Broadcast Filtered
Keyboard: Settings (TCP/IP) ≈ line 34
read/write
UINT2
0
0 to 65535
USRDriveFree
Keyboard: Settings (General) ≈ line 17
CRBasic: variable = settings.keyword;
SetSettings()
Bytes remaining on the USR: drive. USR: drive is
user-created and normally used to store .jpg and
other files.
read only
LONG
bytes
0
?
USRDriveSize
Settings Editor: USR: Drive Size
Keyboard: Status Table ≈ line 19
CRBasic: variable = settings.keyword;
SetSettings()
Configures the USR: drive. If 0, the drive is
removed. If non-zero, the drive is created. A change
will cause the CRBasic program to recompile.
read/write
LONG
bytes
0
8192
minimum
UTCOffset
Settings Editor: UTC Offset
Keyboard/display: Settings (General) ≈ line 15
CRBasic: variable = settings.keyword;
SetSettings()
Difference between local time (CR1000 clock) and
UTC. Used in email and HTML headers (these
protocols require the time stamp to be UTC), and by
GPS(), NetworkTimeProtocol(), and
DaylightSavingTime() instructions.
read/write
LONG
seconds
-1 (disabled)
-43200 to
43200
(-1=disable)
Table 185. Status/Settings/DTI: V
Keyword
Alias,
Access,
Description
Read/Write,
DataType,
Units
Default
Value
Normal
Range
VarOutOfBound
Station Status: VarOutOfBound
Keyboard/display: Status Table ≈ line 26
CRBasic: variable = status.keyword
Number of attempts to write to an array outside of
the declared size. The write does not occur.
Indicates a CRBasic program error. If an array is
used in a loop or expression, the pre-compiler and
compiler do not check to see if an array is accessed
out-of-bounds (i.e., accessing an array with a
variable index such as arr(index) = arr(index–1),
where index is a variable).
read only
LONG
counts
0
≥ 0
0 = reset
631