run_num_mgr.12

Purpose:

Manage and assign run numbers for applications, processing requests, handling engine serial numbers, and interacting with block number managers to ensure sequential numbering.

Enter:

run_num_mgr.12 <app_name> <rnm_filename> <run_num_lbl> [temp_flag_lbl] [specified_cell_number]

Where:

app_name

Specify the application name associated with this task 

rnm_filename

Specify the full path to the file where the last run number is stored.

run_num_lbl

Specify the label of the run number label variable.

temp_flag_lbl

Optional. Specify the label that indicates whether a hot or cold cycle is being run. Do not use this argument if run numbers are not CVS run numbers. 

specified_cell_number

Optional. Specify a cell number if needed. 

Example:

run_num_mgr.12   CVS_EAST   /cell/tables/rnm_file   runNum_CVS   hot_cycle
Starts the run number manager with labels ‘runNum_CVS’ for the run number and ‘hot_cycle’ for the hot/cold cycle flag. The run number mgr’s application is ‘CVS_EAST’. The run number information is located in file /cell/tables/rnm_file. If the hot_cycle variable value is FALSE, the run number will be incremented to the next group of 10

run_num_mgr.12   ICD_RN    /cell/tables/icd_file    incidentNum
Starts the run number manager with labels ‘incidentNum’ for the run number and the run numbers are not CVS run numbers. The run number mgr is an ICD_RN application. The run number information is located in file /cell/tables/icd_file.

Notes:

If there is a problem getting a run number, the previous value will not be changed; verify changes before proceeding with a new test.

See Also:

CVS Run Number Management