Appendix B. Status, Settings, and Data Table Information (Status/Settings/DTI)
Name of a file to be included at the end of the current
CRBasic program, or that can be run as the default
program. See section 'Include File'
(p. 147). Specify
{drive}:{filename}, where drive: = CPU:, USR:,
USB: or CRD:
(p. 653). Program file extensions must
be valid for the CRBasic program (.dld, cr1).
IPAddressCSIO()
Settings Editor: CS I/O IP Address
Keyboard: Settings (TCP/IP) ≈ line 13
CRBasic: variable = settings.keyword;
SetSettings()
read/write
STRING
array
0.0.0.0
0–255.0–
255.0–255.0–
255
IPAddressEth
Settings Editor: Ethernet IP Address
Keyboard: Settings (TCP/IP) ≈ line 7
CRBasic: variable = settings.keyword;
SetSettings()
Specifies the IP address for the Ethernet interface. If
zero, the address, net mask, and gateway are
configured automatically using DHCP. Made
available only if an Ethernet link is connected. A
change will cause the CRBasic program to
recompile.
read/write
4B STRING
0.0.0.0
0–255.0–
255.0–255.0–
255
IPGateway
Settings Editor: Ethernet Default Gateway
AKA: Default Gateway
Keyboard: Settings (TCP/IP) ≈ line 9
CRBasic: variable = settings.keyword;
SetSettings()
Specifies the address of the IP router to which the
CR1000 will forward all non-local IP packets for
which it has no route. A change will cause the
CRBasic program to recompile.
read/write
4B STRING
0.0.0.0
0–255.0–
255.0–255.0–
255
IPGatewayCSIO()
Settings Editor: CS I/O Default Gateway
Keyboard: Settings (TCP/IP) ≈ line 15
CRBasic: variable = settings.keyword;
SetSettings()
read/write
STRING
array
0.0.0.0
0–255.0–
255.0–255.0–
255
IPInfo
Settings Editor: TCP/IP Info
Keyboard: Settings (TCP/IP) ≈ line 1
CRBasic: variable = settings.keyword;
SetSettings();
IPInfo()
Indicates current parameters for IP connection.
read only
STRING
n/a
IPMaskCSIO()
Settings Editor: CS I/O Subnet Mask
Keyboard: Settings (TCP/IP) ≈ line 14
CRBasic: variable = settings.keyword;
SetSettings()
read/write
STRING
array
255.255.255.
0
0–255.0–
255.0–255.0–
255
IPMaskEth
Settings Editor: Ethernet Subnet Mask
Keyboard: Settings (TCP/IP) ≈ line 8
CRBasic: variable = settings.keyword;
SetSettings()
Specifies the subnet mask for the Ethernet interface.
This setting is made available when an Ethernet link
is connected. A change will cause the CRBasic
program to recompile.
read/write
STRING
255.255.255.
0
0–255.0–
255.0–255.0–
255
IPTrace
Obsolete. Aliased to IPTraceComport
618