Example extractions from the log files

The command line entry used to retrieve log data using studyrlt is:

studyrlt.exe <study> -message <sequence> <message ID> <occurrence> <item> [-unit SI|Metric|English]

Example 1

Show the highlighted screen output value in SI units from the Fill+Pack (Flow) output, where the analysis sequence used is Cool + Fill+Pack and the study file used is cpu_base.sdy.

Screen output excerpt:
Packing phase results summary for the part :
   Bulk temperature - maximum          (at   1.168 s) =    238.7674 C
Type in the command prompt:
studyrlt.exe cpu_base.sdy -message 2 40410 2 1 

Example 2

Show the highlighted screen output value in SI units from the Fill output, where the analysis sequence used is Fill and the study is cpu_base.sdy.

Screen output excerpt:
Filling phase results summary for the part :
   Bulk temperature - maximum          (at   0.948 s) =    240.9522 C
Type in the command prompt:
studyrlt.exe cpu_base.sdy -message 1 40410 1 1 
Note: In this case, the sequence is 1 because Fill is the only analysis sequence specified.

Example 3

Write the screen output for the Fill+Pack analysis, in English units, to the file flow_English.txt, where the analysis sequence used is Cool + Fill+Pack + Warp and the study is cpu_base.sdy.

Type in the command prompt:
studyrlt.exe cpu_base.sdy -exportoutput 2 -output flow_English -unit English

Example 4

Write the screen output for all analyses in the study cpu_base.sdy to the file cpu_base.txt using SI units.

Type in the command prompt:
studyrlt.exe cpu_base.sdy -exportoutput