Campbell CR800 Specifications Page 115

  • Download
  • Add to my manuals
  • Print
  • Page
    / 324
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 114
Section 5. Program Declarations
5-5
The example shows the use of the Public declaration.
Dim x( 3 ), y, z( 2, 3, 4 )
Public x, y, z
Public Dim x( 3 ), y, z( 2, 3, 4 ) 'Dim is optional
Public x( 3 ),y, z( 2, 3, 4 )
Public w
SequentialMode
The SequentialMode instruction is used to configure the datalogger to perform
all instructions sequentially as they occur in the program.
Syntax
SequentialMode
Remarks
The datalogger has two processing modes: sequential mode and pipeline mode.
In sequential mode, instructions are executed by the datalogger sequentially as
they occur in the program. In pipeline mode, measurement tasks and
processing tasks are handled separately and executed concurrently.
The default mode of operation is pipeline mode. However, when the
datalogger program is compiled, the datalogger analyzes the program
instructions and automatically switches to sequential mode if the code requires
it. The datalogger can be forced to run in the pipeline or sequential mode by
placing the appropriate instruction at the beginning of the program before the
BeginProg instruction.
See OV2.3 for more description of the Pipeline and Sequential mode.
Station Name
Sets the station name.
Syntax
StationName StaName
Remarks
StationName is used to set the datalogger station name with the program. The
station name is displayed by PC400 or LoggerNet and stored in the data table
headers (Section 2.4).
Page view 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 323 324

Comments to this Manuals

No comments