table_report
Purpose:
-
Generate a report summarizing transducer calibrations by comparing the most recent calibration to the previous one and reporting any deviations that exceed specified tolerances.
Enter:
-
table_report [table_age=days] [tolerance=value] [cal_age=days] [back=days] [+f]
Where:
-
table_age
Optional. Specify the minimum age in days between the most recent adjusted calibration and the previous one to skip multiple calibrations on the same day. The default value is 3 days.
tolerance
Optional. Specify the maximum deviation allowed between calibrations before flagging a warning. The default value is 0.01 (1%).
cal_age
Optional. Specify the maximum age in days for a table to be included in this report. The default value is 1825 (5 years).
back
Optional. Specify the number of days to subtract from the current date to compare against prior calibrations instead of the most recent. The default value is 0 days.
+f
Optional. Specify this flag to include only calibrations where the drift exceeds the tolerance.
Example:
-
table_report >/ram/cal_report
table_report | more
table_report table_age=1 > /ram/cal_report
Use 1 day table_age requirementtable_report +exceptions
Report only ‘out-of-tolerance’ tablestable_report back=180
Notes:
-
The program processes calibration files and flags deviations based on tolerances, noting that file formats may vary but only supported formats are used.