Specifications

CR3000 Overview
OV5.3.1 File: Edit
The CRBasic Program Editor is recommended for writing and editing
datalogger programs. Changes in the field can be made with the keyboard
display.
Press Ins
ESC
CPU:
TCTEMP.CR3 0
RACE.CR3 0
CR3000
' TCTemp.CR3
Public TREF,TC(3),FLAG(8)
D ataTable (Temps,1,1000)
Sample (1,TREF,IEEE4)
Sample (3,TC(),IEEE4)
ENTER
Edit Instruction
Blank Line
Create Block
List of Program files on CPU: or
CRD: For Example:
Move the cursor to desired
Program and press Enter
Edit Directly or move cursor
to first character of line and
press Enter
D
INSERT
Instruction
Function
Blank Line
Block
Insert Off
DataTable
TableName
> Temps
TrigVar
1
Size
1000
Block Commands
Copy
Cut
Delete
Insert blank line
DataTable (Temps,1,1000)
Sample (1,TREF,IEEE4)
Sample (3,TC(),IEEE4)
EndTable
BeginProg
Scan(1,sec,3,0)
Edit Instruction parameters with
parameter names and some pick lists:
DataTable
(
Tem
p
s
,
1
,
1000
)
Move the cursor
to highlight
desired block
and press Enter
To insert a block created by this
operation, move the cursor to
desired place in program and press
Ins.
Save Changes?
Yes
No
OV-42