
Appendix E. CR510PB w/ P190s to CR205s Network
E-3
4. In LoggerNet CRBasic key in the following program for the CR205s:
Public AirTemp_C
Public RF_Strength
DataTable (AirTemp,1,1000)
DataInterval (0,1,min)
Average (1,AirTemp_C,0)
EndTable
BeginProg
Scan(10,sec)
'Make Measurements
Therm109 (AirTemp_C,1,1,Ex1,1.0,0)
RF_Strength=(Status.rfsignallevel(1,1)) ‘ Indicates CR205’s relative
received signal strength (RSSI)
CallTable AirTemp
NextScan
EndProg
5. Save it as TEMP_PROBE.dld and compile it.
6. Using PakCom, send TEMP_PROBE to each CR205 in network.
7. Connect power supply and antenna to each CR205.
8. Add 109-L probe to each CR205 or add 10KΩ/22KΩ resistors to simulate
109-L per Quick Start section Step 9.
CR510PB Settings and Program
1. In Edlog key in the following program:
*Table 1 Program
01: 5 Execution Interval (seconds)
1: Batt Voltage (P10)
1: 1 Loc [ Battery ]
2: Internal Temperature (P17)
1: 2 Loc [ PanelTemp ]
3: Data Table (P84)
1: 0 Seconds into Interval
2: 10 Seconds Interval
3: 0 (0 = auto allocate, -x = redirect to inloc x)
4: Battery_PanelTempAVGs Table Name
4: Average (P71)
1: 1 Reps
2: 1 Loc [ Battery ]
5: Average (P71)
1: 1 Reps
2: 2 Loc [ PanelTemp ]
Kommentare zu diesen Handbüchern