2 applications, Applications, 1. powerup.ini commands – Campbell Scientific NL115 Ethernet Interface and CompactFlash Module User Manual

Page 24

Advertising
background image

NL115 Ethernet and CompactFlash

®

Module

Device = the device to which the associated file will be copied

Options are CPU:, USR:, and CRD:. If left blank or with an invalid

option, it will default to CPU:.

TABLE 7-1. Powerup.ini Commands

Command

Description

1

Run always, preserve CF data files

2

Run on power-up

5

Format

6

Run now, preserve CF data files

9

Load OS (File = .obj)

13

Run always, erase CF data files now

14

Run now, erase CF data files now

By using

PreserveVariables() instruction in the datalogger CRBasic program,

with options 1 and 6, data and variables can be preserved. The powerup.ini

code is shown below.

EXAMPLE 7-1. Powerup.ini code.

'Command = numeric power-up command
'File = file on CF associated with the action
'Device = the device to which File will be copied. Defaults to CPU:

'Command,File,Device
13,Write2CRD_2.cr1,CPU:

7.2.3.2 Applications

Commands 1, 2, 6, 13, and 14 (Run Now and / or Run On Power-up). If a

device other than CRD: drive is specified, the file will be copied to that

device.

Commands 1, 2, and 13 (Run On Power-up). If the copy (first application,

above) succeeds, the new Run On Power-up program is accepted. If the

copy fails, no change will be made to the Run On Power-up program.

Commands 1, 6, 13, and 14 (Run Now). The Run Now program is

changed whether or not the copy (first application, above) occurs. If the

copy does succeed, the Run Now program will be opened from the device

specified.

Commands 13 and 14 (Delete Associated Data). Since CRD:powerup.ini

is only processed at power-up, there is not a compiled program to delete

associated data for. The information from the last-running program is still

available for the datalogger to delete the files used by that program.

18

Advertising