![Campbell CR23X Скачать руководство пользователя страница 336](http://html1.mh-extra.com/html/campbell/cr23x/cr23x_operators-manual_489029336.webp)
TD ADDENDUM—SECTION 8. PROCESSING AND PROGRAM CONTROL EXAMPLES
AD-8-6
8.5 SDM-A04 ANALOG OUTPUT
MULTIPLEXER TO STRIP CHART
This example illustrates the use of the SDM-
A04 4 Channel Analog Output Multiplexer to
output 4 analog voltages to strip chart.
While of questionable value because of current
requirements and strip chart reliability, some
archaic regulations require strip chart backup on
weather data. The SDM-A04 may be used with
the CR10 to provide analog outputs to strip charts.
The output values in this example are wind speed,
wind direction, air temperature, and solar radiation.
Instruction 103 is used to activate the SDM-
A04. The 4 millivolt values to output must be
stored in adjacent Input Storage locations, the
first of which is referenced in Instruction 103.
The following program measures the sensors
every 5 seconds. The readings are moved to
another 4 locations and scaled to a 0 to 1000
millivolt output for the SDM-A04. Wind direction
is changed from a 0-360 degree input to output
representing 0 to 540 degrees. This conversion
is done in a subroutine which is described in the
next example.
The example also includes instructions to
output wind vector and average temperature
and solar radiation every hour.
Input Location Labels:
1:WS
2: WD_360
3:TEMP_F
4:Solar_Rad
5:WS_output
6:WD540_out
7:TEMP_out
8:SR_out
10:WD_540
*
1
Table 1 Programs
01:
5
Sec. Execution Interval
01:
P3
Pulse
01:
1
Rep
02:
1
Pulse Input Chan
03:
22
Switch closure; Output Hz.
04:
1
Loc [:WS ]
05:
1.789
Mult
06:
1
Offset
02:
P4
Excite,Delay,Volt(SE)
01:
1
Rep
02:
14
250 mV fast Range
03:
1
IN Chan
04:
1
Excite all reps w/EXchan 1
05:
5
Delay (units .01sec)
06: 1000
mV Excitation
07:
2
Loc [:WD_360 ]
08:
.7273
Mult
09:
0
Offset
03:
P11
Temp 107 Probe
01:
1
Rep
02:
2
IN Chan
03:
2
Excite all reps w/EXchan 2
04:
3
Loc [:Temp_F ]
05:
1.8
Mult
06:
32
Offset
04:
P1
Volt (SE)
01:
1
Rep
02:
2
7.5 mV slow Range
03:
3
IN Chan
04:
4
Loc [:Solar_Rad]
05:
.14493 Mult
06:
0
Offset
05:
P54
Block Move
01:
4
No. of Values
02:
1
First Source Loc WS
03:
1
Source Step
04:
5
First Destination Loc
[:WS_output]
05:
1
Destination Step
06:
P86
Do
01:
1
Call Subroutine 1
07:
P53
Scaling Array (A*loc +B)
01:
5
Start Loc [:WS_output]
02:
10
A1 Scale WS, 0-100 MPH
= 0-1000 MV
03:
0
B1
04:
1.8519
A2 Scale WD, 0-540 DEG
= 0-1000 MV
05:
0
B2
06:
5.7143
A3 Scale TEMP, -25 - 100
F = 0-1000 MV
07:
25
B3
08: 1000
A4 Scale RADIATION, 0-
1KW/M^2 = 0-1000 MV
09:
0
B4
08:
P103
SDM-A04
01:
4
Reps
02:
30
Address
03:
5
Loc WS_output
09:
P84
Data Table
01:
0
Seconds into interval
02: 3600
Seconds interval
03:
0
Records (0=auto; -=redirect)
Содержание CR23X
Страница 8: ...CR23X TABLE OF CONTENTS vi This is a blank page ...
Страница 12: ...CR23X MICROLOGGER OVERVIEW OV 2 1 2 3 A 4 5 6 B 7 8 9 C 0 D FIGURE OV1 1 CR23X Micrologger ...
Страница 34: ...CR23X MICROLOGGER OVERVIEW OV 24 This is a blank page ...
Страница 50: ...SECTION 1 FUNCTIONAL MODES 1 16 This is a blank page ...
Страница 72: ...SECTION 4 EXTERNAL STORAGE PERIPHERALS 4 8 This is a blank page ...
Страница 88: ...SECTION 6 9 PIN SERIAL INPUT OUTPUT 6 10 This is a blank page ...
Страница 103: ...SECTION 7 MEASUREMENT PROGRAMMING EXAMPLES 7 15 CR23X AVW1 FIGURE 7 15 2 Well Monitoring Example ...
Страница 110: ...SECTION 7 MEASUREMENT PROGRAMMING EXAMPLES 7 22 This is a blank page ...
Страница 134: ...SECTION 8 PROCESSING AND PROGRAM CONTROL EXAMPLES 8 24 This is a blank page ...
Страница 164: ...SECTION 9 INPUT OUTPUT INSTRUCTIONS 9 30 This is a blankpage ...
Страница 188: ...SECTION 11 OUTPUT PROCESSING INSTRUCTIONS 11 8 This is a blankp age ...
Страница 221: ...SECTION 13 CR23X MEASUREMENTS 13 21 FIGURE 13 5 1 Circuits Used with Instructions 4 9 ...
Страница 229: ...14 3 1 2 3 A 4 5 6 B 7 8 9 C 0 D FIGURE 14 3 1 CR23X Battery Pack and Panel ...
Страница 239: ...SECTION 14 INSTALLATION AND MAINTENANCE 14 13 S A N Y O FIGURE 14 11 6 Removal of band clamp and battery ...
Страница 240: ...SECTION 14 INSTALLATION AND MAINTENANCE 14 14 This is a blank page ...
Страница 244: ...APPENDIX A GLOSSARY A 4 This is a blank page ...
Страница 268: ...APPENDIX B CONTROL PORT SERIAL I O INSTRUCTION 15 B 24 This is a blank page ...
Страница 276: ...APPENDIX C BINARY TELECOMMUNICATIONS C 8 This is a blank page ...
Страница 278: ...This is a blank page ...
Страница 282: ...APPENDIX F DYNAGAGE SAP FLOW P67 F 4 This is a blank page ...
Страница 299: ...APPENDIX I TD OPERATING SYSTEM ADDENDUM FOR CR510 CR10X AND CR23X MANUALS ...
Страница 300: ...This is a blank page ...
Страница 302: ...This is a blank page ...
Страница 308: ...TABLE DATA ADDENDUM AD 6 This is a blank page ...
Страница 324: ...TD ADDENDUM SECTION 1 FUNCTIONAL MODES AD 1 8 This is a blank page ...
Страница 340: ...TD ADDENDUM SECTION 8 PROCESSING AND PROGRAM CONTROL EXAMPLES AD 8 10 This is a blank page ...
Страница 342: ...This is a blank page ...
Страница 373: ...This is a blank page ...