bld_tables
Purpose:
- Build and update calibration tables by reading from files in the specified directory and linking them to appropriate data structures.
Enter:
- bld_tables [table_name1 [table_name2 …]]
Where:
-
list_of_tables Optional. Specify a list of tables names without the .tbl extension. If not specified, all tables are rebuilt.
Example:
- bld_tables
The above command loads all calibration tables into computer memorybld_tables air_mtr0_p
The above command rebuilds only the air_mtr0_p table from the /cell/tables/air_mtr0_p.tbl filebld_tables air_mtr0_p cmp_in_p cmp_ot_p
The above command rebuilds the air_mtr0_p, cmp_in_p, and the cmp_otP tables
Notes:
- Use the errs command to check for errors after using this command.