Specifications

Chapter 4 45
Preparing for Accurate Measurement
Performing Calibration
4. Preparing for Accurate
Measurement
Lines 2640 to 2650 Prompts the user to confirm whether to define the delay time and
waits until the user presses the y or n key.
Lines 2660 to 2730 If the user presses the y key in response to line 2650, the program
acquires the delay time from user input and configures the standards
accordingly.
The Inp_data subprogram in lines 2790 to 2900, which lets the user enter the necessary
data, is described below.
Line 2810 Returns to the start line of input if an error occurs due to an invalid
entry or similar reason. This allows the user to make an entry again.
Lines 2830 to 2840 Prompts the user to enter a data value specified by Mes$ and waits
until the user actually enters the value.
Lines 2860 to 2870 Displays the value entered and waits until the user confirms the entry
by pressing the y or n key.
Line 2880 Returns to the entry start line if the key the user pressed in line 2870 is
not the y key.