Runtimes
Establish the connection to a TwinCAT Reporting Server.
Name (Local)
Establishes a connection to a Reporting Server with the corresponding AMS Net Id.
![]() | If it is a Remote Reporting Server, pay attention to the ADS route configuration of the two systems. |

Configuration
The configuration is a basic layout of the report file. Various things such as header, logo or similar can be predefined here.
Header
- Add a heading to the report.
Style files
- Add CSS files to your report. These can be used to customize the style of the report. Pay attention to the implementation order here.
Script files
- Add JavaScript files to your report. These can be used to integrate your own lines of code or third-party libraries. These can be libraries for creating graphics, for example.
Standard information
- Create a table with fixed data that is displayed in every report.
Data configuration
- Adjustments to individual keys from the later report can be configured here. These can be settings such as a sorted order.
Memory type
- Configuration of the buffer during the creation process.
Footer
- The footer of the report can be customized here.
Logo
- Under Logo, customer-specific logos can be inserted into the reporting form.
Memory destination
- Specify what the generated report is to be used for. A distinction is made between e-mail and file publish.
Signature configuration
- Add your own signature to the report. Signing reports is only possible if the Reporting Server has a full license (no trial license).
Settings for handwritten signatures
- Add an image of the required handwritten signature.
Settings for digital signature
- Add a digital signature to your report.
Placeholder
Placeholders can be set within the configuration.
{date} | Current date |
{time} | Current time of day |
{page} | Current page number |
{total-pages} | Current number of all pages |
{html-title} | Not implemented |
{pdf-title} | Not implemented |
{url} | Not implemented |