Ov4.3.1 file: edit – Campbell Scientific CR5000 Measurement and Control Module User Manual

Page 22

Advertising
background image

CR5000 Overview

OV-18

OV4.3.1 File: Edit

The Program Editor in PC9000 is recommended for writing and editing
datalogger programs. Changes in the field can be made with the keyboard
display.

Press Ins

ESC

CPU:

TCTEMP.CR5

0

RACE.CR5

0

CR5000
' TCTemp.CR5

Public TREF,TC(3),FLAG(8)

D ataTable (Temps,1,1000)
Sample (1,TREF,IEEE4)
Sample (3,TC(),IEEE4)
E dT bl

ENTER

Edit Instruction
Blank Line
Create Block

List of Program files on CPU: or
CRD: For Example:

Cursor to desired Program
and Press Enter

Edit Directly or 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 (Temps,1,1000)

Cursor down to
highlight desired
block and press
Enter

To insert a block created by this
operation, cursor to desired place in
program and press Ins.

Save Changes?

Yes
No

Advertising