Measurement Computing TempScan/1100 User Manual
Page 105

TempScan / MultiScan User's Manual
889897
System Operation 5-15
Example 13b. Query & Clear Current HLL Registers (U5) with No HLL Terminator
(1)
PRINT#1, “OUTPUT07;F0,0X Q1,0,0,0,0X”
(2)
PRINT#1, “OUTPUT07;C1-4,1X”
(3)
(Command lines to configure and start an acquisition.)
(4)
PRINT#1, “OUTPUT07;U5X”
(5)
PRINT#1, “ENTER07”
(6)
INPUT A$
+1450.20 S 12:23:21.700,03/24/97
+0850.20 S 12:35:09.300,03/24/97, +0950.30
+0450.20 S 02:00:29.500,03/24/97
+0057.60 S 10:35:00.400,03/24/97, +0250.60
+0045.50 S 11:03:51.700,03/24/97
-0110.10 S 12:55:09.100,03/24/97, -0050.80
+0150.70 S 03:39:01.200,03/24/97
-0085.20 S 05:25:17.300,03/24/97, +0010.90
(7)
PRINT#1, “OUTPUT07;S?X”
(8)
PRINT#1, “ENTER07”
(9)
INPUT A$
S 13:20:00.100,03/24/97
(10)
PRINT#1, “OUTPUT07;U4X”
(11)
PRINT#1, “ENTER07”
(12)
INPUT A$
+0980.20 S 13:20:01.700,03/24/97
+0959.20S13:20:09.300,03/24/97, +0975.80
+0260.70 S 13:20:29.500,03/24/97
+0245.60S13:20:00.400,03/24/97, +0257.60
-0047.50 S 13:20:51.700,03/24/97
-0051.10S13:20:09.100,03/24/97, -0049.80
+0015.70 S 13:20:01.200,03/24/97
+0008.20S13:20:17.300,03/24/97, +0010.40
The next example demonstrates how to reset the High and Low values along with their associated
Time/Date Stamps. It also shows the effect of specifying no HLL terminator; only one
ENTER
command
returns all of the HLL data.
• Line 1: Set the data format to Degrees Celsius (
°C) with HLL terminator of
None
.
• Line 2: Configure four channels – 1, 2, 3, and 4.
• Line 3: Provide the appropriate command lines to configure and start an acquisition.
• Line 4: After an indiscriminate amount of time, query and then reset the current HLL settings.
• Line 5: Get the response.
• Line 6: The screen will show the scan data for Channels 1 through 4 in the HLL Registers. Notice that
only one
ENTER
command returned all of the HLL data.
• Line 7: Now get the current time.
• Line 8: Get the response.
• Line 9: The screen will show the current time.
• Line 10: Now again, query (but do not reset) the HLL settings.
• Line 11: Get the response.
• Line 12: The screen will show the reset HLL data.