Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
reporting_engine_labview_library [2018/12/05 08:19] admin [Reporting Engine LabVIEW Library] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Reporting Engine LabVIEW Library===== | ||
- | The Labview library is designed to create test reports based on the Microsoft Word templates. | ||
- | The main advantage for the user is the ability to change a lot of settings without recompiling the application: | ||
- | * Report templates | ||
- | * Value formats. For example: “1 V” or “1000 mV”, “01/01/2018” or “01.01.18” | ||
- | * Calculation formulas | ||
- | * GUI user fields | ||
- | |||
- | You can evaluate library functionality using [[https://testpatron.app/testpatron-report-creator-demo/|demo software]]. | ||
- | |||
- | [[Reporting Engine Template Edition Rules|Template Edition Rules]]\\ | ||
- | [[Reporting Engine Value Format Editing GUI|Value Format Editing GUI]]\\ | ||
- | [[Reporting Engine Formula Edition Rules|Formula Edition Rules]]\\ | ||
- | [[Reporting Engine Customizable Table For User Data Input|Customizable Table For User Data Input]]\\ | ||
- | [[Reporting Engine Automatic Report Name generator|Automatic Report Name generator]]\\ | ||
- | |||
- | ====GUI Overview==== | ||
- | |||
- | The library provides the user with ample opportunities to configure protocols using the built-in graphical interface. | ||
- | |||
- | The [[Reporting Engine Customizable Table For User Data Input|Customizable Table]] allows the user to configure the fields required for the protocol. For example, to describe a DUT or a customer, it is often necessary to add new fields to the software without recompiling.\\ | ||
- | {{:reporting_engine:dut_info_page.png}} | ||
- | |||
- | The [[Reporting Engine Customizable Table For User Data Input|Customizable Table]] supports various types of data: number, date, string, listbox, boolean. | ||
- | You can edit the table using the built-in text editor. | ||
- | |||
- | {{:reporting_engine:dut_info_settings_editor.png?1000}} | ||
- | |||
- | |||