ecg_header.12
Purpose:
-
Generate an input file for the CyFlex ecg process by reading and processing data from specified specification files.
Enter:
-
ecg_header.12 <tri_specs=name1> <esvd_specs=name2> <outp_file=name3> <star6_file_12=name4> <star3_file_12In=name5> <asset_file=name6> <furball_file=name7> <cycle=name8> <config=name9> [confidential_text=string of text]
Where:
-
tri_specs
Specify the name of the tri_specs input file for customer specified data.
esvd_specs
Specify the name of the esvd_specs file that contains CyFlex label data.
outp_file
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_12
Specify the name of the star6 file that will be created by ecg.
star3_file_12In
Specify the name of the star3 file that will be modified by ecg.
asset_file
Specify the name of the asset file that will be an input to ecg.
furball_file
Specify the name of the furball file that will be created by ecg.
cycle
Specify the name of the cycle that is being built. ecg.
config
Specify the configuration name used to run ecg.
confidential_text
Specify optional text to appear at the bottom of the ecg report.
Example:
-
ecg_header.12 tri_specs=/esvd_data/CTH_EUL/tri_specs.dat
esvd_specs=/esvd_data/specs/esvd_specs.dat
outp_file=/esvd_data/ecg.inpt
star6_file_12=/esvd_data/CTH_EUL/TorqueCurve320/star6_10c.SimColdFTP
star3_file_12In=/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=SimColdFTP
config=TorqueCurve320confidential_text=”TRP Confidenital Data”-
NOTE:
– /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 ‘tri_file_naming.12’ is run.
-
Notes:
-
This process is intended for use within a script and requires exact specification of options as shown.