Campbell RF410 Bedienerhandbuch Seite 101

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 100
Appendix F. CR510PB w/ P193 Master to CR205s Network
F-3
Standby Mode = “< 24 mA always on” (other modes work in some
situations if other network radios are the same).
CR205 Settings and Program
1. Configure all CR205s with the same radio address, network address, and
hopping sequence using the same settings as the RF400 has.
2. Configure each CR205 with a unique PakBus address (“Datalogger
Address” in PakCom) starting with address “1” and ending with address
“5.
3. Configure CR205 Power Mode = RFpinEn
(this is the minimum average power mode).
Configure CR205 Radio Force On = 0
4. In LoggerNet CRBasic key in the following program for the CR205s:
'CR200
Public TimeUntilTx 'store time-slot and clock from Host
Public HostResponse '0=success, -1=rcvd permit denied, -2=rcvd
insuff resources
Public Host(3)
Alias Host(1) = HostBattery
Alias Host(2) = HostTemp
Alias Host(3) = Number
Dim Remote(3)
Alias Remote(1) = Batt_volt
Alias Remote(2) = Therm_C
Alias Remote(3) = Therm_F
Public Thermister_C
Public Thermister_F
Dim Vout
DataTable(Table1,1,-1)
DataInterval(0,1,min)
Sample(1,Batt_Volt)
Sample(1,Therm_C)
Sample(1,Therm_F)
EndTable
BeginProg
Scan(1,sec) ‘ TimeUntilTx requires a scan interval of 1 second ***
Therm109 (Thermister_C,1,1,Ex1,1.0,0)
Therm_C = Thermister_C
Therm_F = Therm_C*9/5 +32
Battery(Batt_Volt)
TimeUntilTx = TimeUntilTransmit(1) ’1 = RF com port, 2 = RS-232
com port
If TimeUntilTx = 0 Then
Seitenansicht 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare