HP ACC2 Aurora manual ACC2 Control Files, Run file, RUN filename, Timer file

Models: ACC2 Aurora

1 33
Download 33 pages 397 b
Page 10
Image 10

10

CHAPTER 5 THE ACC2 CONTROL FILES:

The control files for the ACC2 program is located at the C:\acc\seq directory. The ACC2 program uses 3 control files: The run file, the timer file and the sequence file.

The operator should write these three files. The recommended editor is the Windows 95 notepad program. EDIT in DOS can also be used. The format of the control files has to be DOS ASCII. (MARK: Then do not use Word, Word Pad etc. ..)

1)The run file:

-----------------

The run file is named RUN.ACC .

The RUN.ACC file contains 1 executable line.

Lines starting with # in first column are comment lines.

When the first line in the RUN.ACC line has the content:

RUN <filename>

The <filename> is the full path of the timer file the camera should run.

Example:

RUN c:\acc\seq\timer_2.fil

2)The TIMER file:

--------------------

The current timer file is the filename after the RUN in run file. In the Example above the current timer file is named "timer_2.fil" in c:\acc\seq\ directory. It is recommended the operator uses DOS compatible file names when he creates new timer files.

The timer file defines the intervals when the camera should run.

The timer file has the format:

start yyyy-mm-dd hh:mm:ss stop yyyy-mm-dd hh:mm:ss <filename>

The <filename> is the full path of a sequence file.

Note: The sequence file name can be different at different lines in the timer file.

Example:

start 1997-11-12 06:36:30 stop 1997-11-12 22:38:00 c:\acc\seq\test_a.seq start 1997-11-13 06:36:30 stop 1997-11-13 22:38:00 c:\acc\seq\test_b.seq start 1997-11-14 06:36:30 stop 1997-11-14 22:38:00 c:\acc\seq\test_a.seq

Page 10
Image 10
HP ACC2 Aurora manual ACC2 Control Files, Run file, RUN filename, Timer file