run_num_mgr.10c

Purpose:

Manage and assign run numbers for CyFlex applications, incrementing based on hot or cold cycles and requesting new blocks when necessary.

Enter:

run_num_mgr.10c <app_name> <rnm_filename> <run_num_lbl> <temp_flag_lbl>

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. 

Example:

run_num_mgr.10c   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.10c   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 manager 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 change. Check for changes before proceeding. The engine serial number must be in a CyFlex variable for proper operation.

See Also:

CVS Run Number Management