Section 7. Installation
228
MenuItem
("Accept/Clear",CycleNotes)
MenuPick
(Accept,Clear)
EndSubMenu
SubMenu
("Control ")
'Create Submenu named PanelTemps
MenuItem
("Count to LED",CountDown)
'Create menu item CountDown
MenuPick
(15,30,45,60)
'Create a pick list for CountDown
MenuItem
("Manual LED",toggleLED)
'Manual LED control Menu Item
MenuPick
(On,Off)
EndSubMenu
EndMenu
'End custom menu creation
'Main Program
BeginProg
CycleNotes = "??????"
'Initialize Notes Sub Menu,
'write ????? as a null
Scan
(1,Sec,3,0)
'Measurements
PanelTemp
(RefTemp,250)
'Measure Reference Temperature
'Measure Two Thermocouples
TCDiff
(TCTemp(),2,mV20C,1,TypeT,RefTemp,True,0,_60Hz,1.0,0)
CallTable
TempC
'Call data table
'Menu Item "Make Notes" Support Code
If
CycleNotes = "Accept"
Then
CallTable
Notes
'Write data to Notes data table
CycleNotes = "Accepted"
'Write "Accepted" after written
Delay
(1,500,mSec)
'Pause so user can read "Accepted"
SelectNote = ""
'Clear pick list note
EnterNote = ""
'Clear free entry note
CycleNotes = "??????"
'Write ????? as a null prompt
EndIf
If
CycleNotes = "Clear"
Then
'Clear notes when requested
SelectNote = ""
'Clear pick list note
EnterNote = ""
'Clear free entry note
CycleNotes = "??????"
'Write ????? as a null prompt
EndIf
'Menu Item "Control" Menu Support Code
CountDown = CountDown - 1
'Count down by 1
If
CountDown <= 0
'Stop count down from passing 0
CountDown = 0
EndIf
If
CountDown > 0
Then
StartFlag = True
'Indicate countdown started
EndIf
If
StartFlag = True
AND
CountDown = 0
Then
'Interprocess count down
'and manual LED
ToggleLED = True
StartFlag = False
EndIf
If
StartFlag = True
AND
CountDown <> 0
Then
'Interprocess count down and manual LED
ToggleLED = False
EndIf
PortSet
(4,ToggleLED)
'Set control port according
'to result of processing
NextScan
EndProg
Содержание 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: ......