HMI Report

Introduction

The HMI report can be presented in the browser as a set of HTML documents. The documents that make up the report are interlinked and can be navigated using the navigation bar. Other output formats are CSV and Excel. The information provided by this report can allow you to answer several questions regarding your solution. These can include, but are not limited to:

  • How many bitmaps are loaded in my solution?
  • How many of these bitmaps are actually being used within my solution?
  • What is the biggest/smallest bitmap within my solution?
  • What controls/widgets/behaviors/texts are contained in my solution, and where are they used?

The HMI report will be presented in the browser as a set of HTML documents. The documents that comprise this report are interlinked and can be navigated by using the navigation bar.


Generating the Report

Upon opening Scene Composer and loading your solution, click Report within the main toolbar. Select the HMI Report... option to display the HMI Report dialog box, in which you can customize several aspects of your report.


drawing-4-1686704097.png

1

Customize the sub-reports included in the generated HMI report. Check the checkboxes for the items to be output. For details on each item, see Report Content.

2
Styling file

This will specify where to retrieve the custom .css file to apply to HTML the documents. If left blank, a default styling file will be used. 

Report Output Path This is where you specify the output location for the documents.
3

This option specifies the format of the output report. See Output Formats for more information.

After selecting the report’s output path, style file, and contents, press the Generate report button to proceed with generating your report. 


Report Content

Report Sites

Report Options fill generate the following report pages:

Output Formats


File Structure

HMI Reporting binaries are located within the Reporting folder of the bin directory (bin/Reporting).


Standard HTML Assets

HMI Reporting assets for HTML pages like css, icons, and js are available under /bin/ HMIReportAssets.  



Using the Command Line for Report Generation


In command line run /bin/FTCCmd.exe Report {SolutionFile} /outfile {OutputFilePath} /cssfile {CssFilePath} /reports {ReportList}.

SolutionFile is the absolute path to the .scs file of the solution. 
OutputFilePath is the desired output folder path. 
CssFilePath is an alternative absolute css file path. 
ReportList is a list of sub-reports  that should be generated separated by #. 




Revision #9
Created 2023-02-13 13:31:21 UTC by Tsuyoshi.Kato
Updated 2023-12-13 08:34:59 UTC by Elisabeth Zauner