The .rpt file defines the report content, the report template and optional formatting controls
The information in the .rpt file is case-insensitive, entered as comma separated values. Use an apostrophe ('), or a hash (#) to indicate comments. Some of the arguments are required, while others are optional. The layout of this file is:
- Template, <Name>, <Left>, <Top>, <Bottom>, <Right>
- Option, <Item>, <Value>
- TitlePage, <Report Name>, <Author>
- AddImage, <Image Name>, <Title>
- AnalysisInformation
- GeometryInformation, <Orientation>
- MeshInformation <Advanced>
- MaterialInformation <Advanced>
- ProcessInformation
- OnePlot, <Plot Name>, <Orientation>
- OnePlotFourViews, <Plot Name>, <OrTopLeft>, <OrTopRight>, <OrBottomLeft>,<OrBottomRight>
- TwoPlots, <Plot Name>, <Orientation>, <Plot Name>, <Orientation>
- FourPlots, <Plot Name1>, <Or1>, <Plot Name2>, <Or2>, <Plot Name3>, <Or3>, <Plot Name4>, <Or4>
- OnePlotWithNotes,
- OneAnimation, <Plot Name>, <Orientation>
- StopAnimation, <Plot Name>, <Rows>, <Columns>, <Or1>, <Or2>, <IsDisplay Text>, <IsText Left>
- OneHistogram, <Plot Name>, <Number of Bars>, <Show_Statistics>
- OneHistogramOnePlot, <Plot Name>, <Orientation>, <Number of Bars>, <Show_Statistics>
Note: Replace <Plot Name> with the <result ID> if you prefer. For example, use '1540' instead of 'Temperature', to plot a temperature result.
For example, warp.rpt:
TEMPLATE,Model.potm, 155
GEOMETRYINFORMATION
MESHINFORMATION, ADVANCED
MATERIALINFORMATION, ADVANCED
ANALYSISINFORMATION
PROCESSINFORMATION, ADVANCED
TEMPLATE,Filling.potm, 155
OnePlot, "Fill time", CURRENT
OnePlot, "Pressure at end of fill", CURRENT
OnePlot, "Temperature at flow front", CURRENT
StopAnimation, "Fill time", 2, 3, CURRENT
StopAnimation, "Pressure", 2, 3, CURRENT
TEMPLATE,Packing.potm, 155
OnePlot, "Volumetric shrinkage", CURRENT
OnePlot, "Time to reach ejection temperature", CURRENT
OnePlot, "Clamp force:XY Plot", CURRENT
TEMPLATE,Warp.potm, 155
OnePlotFourViews, "Deflection, all effects:Deflection", Top, Front, Back, Isometric