Applications; Program Execution - Campbell CompactFlash CFM100 Manual

Hide thumbs Also See for CompactFlash CFM100:
Table of Contents

Advertisement

®
CFM100 CompactFlash
Module
CRBasic 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.1.3.2 Applications

7.1.3.3 Program Execution

8
TABLE 7-1. Powerup.ini Commands
Command
1
Run always, preserve CF data files
2
Run on power-up
5
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 the PreserveVariables() instruction in the datalogger CRBasic
program, with options 1 and 6, data and variables can be preserved.
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.
Command 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.
After File is processed, the following rules determine what datalogger program
to run:
1) If the Run Now program is changed, it will be the program that runs.
2) If no change is made to Run Now program, but Run on Power-up program
is changed, the new Run on Power-up program runs.
Description
Format

Advertisement

Table of Contents
loading

Table of Contents