Appendix B. Status, Settings, and Data Table Information (Status/Settings/DTI)
Security(3)
Settings Editor: Security Level 3
AKA: Security Code 3
Keyboard: Settings (General) ≈ line 4
CRBasic: variable = settings.keyword;
SetSettings()
Third level in an array of three security codes. Not
shown if security is enabled. 0 disables level 3. See
Security(1)
(p. 627) and section Security — Overview
(p. 92).
read/write
LONG
0
0 to 65535 (0
= deactivated)
SerialNumber
Settings Editor: Serial Number
Keyboard: Status Table ≈ line 7
CRBasic: variable = status.keyword
CR1000 serial number assigned by the factory.
Stored in flash memory.
read only
LONG
n/a n/a
ServicesEnabled()
Obsolete. Replaced by/aliased to HTTPEnabled,
PakBusTCPEnabled, PingEnabled,
TelnetEnabled, TLSEnabled
SkippedRecord()
Station Status: Skipped Records in XXXX
Keyboard/display: DataTableInfo ≈ line 2
CRBasic: variable = status.keyword
Reports how many records have been skipped in a
data table. Array elements are in the order that data
tables are declared in the CRBasic program.
read only
LONG array
counts
0
≥ 0
0 = reset
SkippedScan
Station Status: Skipped Scans
Keyboard: Status Table ≈ line 27
CRBasic: variable = status.keyword
Number of skipped program scans
(p. 487) that have
occurred while running the current program instance.
Does not include scans intentionally skipped as may
occur with the use of ExitScan and Do / Loop
instructions. Includes the number of CPI frame
errors. See MeasureTime
(p. 621), MaxProcTime (p.
620),
ProcessTime (p. 625), MaxProcTime (p. 620).
read/write
LONG
counts
0
≥ 0
0 = reset
SkippedSlowScan()
Station Status: Skipped Slow Scans
Keyboard: Status Table ≈ line 29
CRBasic: variable = status.keyword
Integer for each SlowSequence scan in the CRBasic
program. Number of skipped scan. See
LastSlowScan
(p. 619), MaxSlowProcTime (p. 620),
SlowProcTime
(p. 629).
read/write
LONG
counts
0
≥ 0
0 = reset
SkippedSystemScan()
Station Status: Skipped System Scans
Keyboard: Status Table ≈ line 28
CRBasic: variable = status.keyword
Number of scans skipped in the auto (background)
calibration. Auto-calibration runs in a hidden slow-
sequence type scan. Enter 0 to reset. See
LastSystemScan
(p. 619), MaxSystemProcTime (p.
621),
SystemProcTime (p. 629), and section CR1000
Auto Calibration — Overview
(p. 92).
read/write
LONG
count
0
≥ 0
0 = reset
628