Section 7. Installation
273
'Public Variables
Public
ValueRead, SelectedSpeed
As String
* 50
'Main Program
BeginProg
'Return the selected speed and logger type for display.
#If
LoggerType = 3000
SelectedSpeed = "CR3000 running at " & Speed & " intervals."
#ElseIf
LoggerType = 1000
SelectedSpeed = "CR1000 running at " & Speed & " intervals."
#ElseIf
LoggerType = 800
SelectedSpeed = "CR800 running at " & Speed & " intervals."
#ElseIf
LoggerType = 6
SelectedSpeed = "CR6 running at " & Speed & " intervals."
#Else
SelectedSpeed = "Unknown Logger " & Speed & " intervals."
#EndIf
'Open the serial port
SerialOpen
(ComC1,9600,10,0,10000)
'Main Scan
Scan
(ScanRate,Sec,0,0)
'Measure using different parameters and a different SE channel depending
'on the datalogger type the program is running in.
#If
LoggerType = 3000
'This instruction is used if the datalogger is a CR3000
VoltSe
(ValueRead,1,mV1000,22,0,0,_50Hz,0.1,-30)
#ElseIf
LoggerType = 1000
'This instruction is used if the datalogger is a CR1000
VoltSe
(ValueRead,1,mV2500,12,0,0,_50Hz,0.1,-30)
#ElseIf
LoggerType = 800
'This instruction is used if the datalogger is a CR800 Series
VoltSe
(ValueRead,1,mV2500,3,0,0,_50Hz,0.1,-30)
#ElseIf
LoggerType = 6
'This instruction is used if the datalogger is a CR6 Series
VoltSe
(ValueRead,1,mV1000,U3,0,0,50,0.1,-30)
#Else
ValueRead = NAN
#EndIf
NextScan
EndProg
7.7.17 Measurement: RTD, PRT, PT100, PT1000
Related Topics:
• CRBasic Editor Help for PRTCalc()
• Resistance Measurements — Details
(p. 367)
This manual includes this discussion of PRTs because of the following:
•
Many applications need the accuracy of a PRT.
•
PRT procedures confuse many users.
Содержание CR3000 Micrologger
Страница 2: ......
Страница 3: ......
Страница 4: ......
Страница 6: ......
Страница 30: ......
Страница 34: ......
Страница 36: ......
Страница 96: ......
Страница 200: ...Section 7 Installation 200 FIGURE 42 Running Average Frequency Response FIGURE 43 Running Average Signal Attenuation ...
Страница 485: ...Section 8 Operation 485 8 11 2 Data Display FIGURE 110 Keyboard and Display Displaying Data ...
Страница 487: ...Section 8 Operation 487 FIGURE 112 CR1000KD Real Time Custom ...
Страница 488: ...Section 8 Operation 488 8 11 2 3 Final Storage Data FIGURE 113 Keyboard and Display Final Storage Data ...
Страница 489: ...Section 8 Operation 489 8 11 3 Run Stop Program FIGURE 114 Keyboard and Display Run Stop Program ...
Страница 491: ...Section 8 Operation 491 FIGURE 116 Keyboard and Display File Edit ...
Страница 495: ...Section 8 Operation 495 Low power standby whenever possible Low power bus sets bus and modules to low power ...
Страница 496: ......
Страница 502: ......
Страница 564: ...Section 11 Glossary 564 FIGURE 126 Relationships of Accuracy Precision and Resolution ...
Страница 566: ......
Страница 594: ......
Страница 598: ......
Страница 600: ......
Страница 602: ......
Страница 624: ......
Страница 642: ......
Страница 643: ......