ecg_header.10c
Purpose:
-
Generate a file that contains information that ecg reads. The name of the file is a spawning argument to ecg.
Enter:
-
ecg_header.10c <ci_specs=name1> <esvd_specs=name2> <outp_file=name3> <star6_file=name4> <star3_file=name5> <asset_file=name6> <furball_file=name7> <cycle=name8>
Where:
-
ci_specs=name1
Specify the name of the ci_specs input file customer specified data.
esvd_specs=name2
Specify the name of the esvd_specs file that contains CyFlex label data.
outp_file=name3
Specify the name of the output file that is generated by this process. It then is used as an input file by ecg.
star6_file=name4
Specify the name of the star6 file that will be created by ecg. The name is contained in the output file that is generated by this process.
star3_file=name5
Specify the name of the star3 file that will be modified by ecg. The name is contained in the output file that is generated by this process.
asset_file=name6
Specify the name of the asset file that will be an input to ecg. The name is contained in the output file that is generated by this process.
furball_file=name7
Specify the name of the furball file that will be created by ecg. The name is contained in the output file that is generated by this process.
cycle=name8
Specify the name of the cycle that is being built. ecg. The name is contained in the output file that is generated by this process.
Example:
-
ecg_header.10c ci_specs=/esvd_data/CTH_EUL/cvs_specs.dat
esvd_specs=/esvd_data/specs/esvd_specs.dat
outp_file=/esvd_data/ecg.inpt
star6_file=/esvd_data/CTH_EUL/TorqueCurve320/star6_10c.SimColdFTP
star3_file=/esvd_data/CTH_EUL/TorqueCurve320/star3_10c.tca
asset_file=/esvd_data/CTH_EUL/TorqueCurve320/asset_file_10c.tca
furball_file=/esvd_data/CTH_EUL/TorqueCurve320/furball_10c.SimColdFTP
cycle=SimColdFTPNOTE:
– /e/<s>/’esvd_specs.dat’
– /e/<t>/’cvs_specs.dat’
– /e/’ecg.inpt’
– /e/<t>/<m>/’star6_10c’.< c >
– /e/<t>/<m>/’star3_10c.tca’
– /e/<t>/<m>/’asset_file_10c.tca’
– /e/<t>/<m>/’furball_10c’.< c >where:
< e > = esvd_data
< t > = the test plan id of the emission test being analyzed.
< m > = the map value of the emission test being analyzed
< st > = the step number of the emission test being analyzed
< r > = the run number of the emission test being analyzed.
< c > = the name of the cycle that was run.
< s > = specs. Contains specifications that apply to all tests
‘ ‘ = The quoted string is a generic filename that is ultimately replaced by the actual filename when the script ‘cvs_file_naming.10c’ is run.This is normally run from a script and uses a script called cvs_file_naming in /specs/cmds/ which generates the the correct path names and files for this task.
Notes:
-
This process is intended to be used and is embedded in a script file. Each ‘option=’ entry must be specified exactly as shown above. The ‘name’ value can be any valid path name.