locoSmokeRep
Purpose:
-
Analyze data from a logger file for locomotive smoke cycles, perform calculations for each mode, and generate a report.
Enter:
-
locoSmokeRep <cyc> <tot> <tes> <rep> <cel> <bas> [uni]
Where:
-
cyc
Specify the smoke cycle number.
tot
Specify the total number of smoke cycles in test.
tes
Specify the emissions test number.
rep
Specify the test repeat number.
cel
Specify the test cell number.
bas
Specify the base filename string for Realtime Smoke Data input.
uni
Optional. Specify the units type of English or Metric. Default: E
Example:
-
locoSmokeRep
The above example creates the report for the most tests at the current cell.locoSmokeRep cyc=1
The above example creates a cycle report for cycle 1.locoSmokeRep cyc=3 bas=lsmk.3 tes=8 rep=158 uni=M
The above example executes the locoSmokeRep task using the lsmk.3.8.158.3 logger file. The data within the logger file is metric.
Notes:
-
locoSmokeRep reads smoke data files in /data/PC_format and writes smoke reports in /data/fed_smoke directory.