Difference between revisions of "Custom equipment list in report"

From RadiWiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Question=
 
=Question=
Can I get a custom equipment list in report using the report generator?
+
Can I get a custom equipment list in report using the [[report generator]]?
  
 
=Answer=
 
=Answer=
Yes, it is possible to get a custom list in your report.
+
Yes, it is possible to get a custom list of used equipment in your report. You can specify what kind of information you want to have included in the report. It is possible to include this information by including device specific report generator codes in the report generator templates. See the examples below:
==Device specific keywords==
 
With device specific keywords you can, select the information you want to have. lets make an example.
 
  
Example1:
+
Example 1:
  From the signal generator we want to know the Brand and the type. The test performed is a Conducted immunity test.  
+
  From the signal generator we want to know the Brand and the type. The test performed is a Conducted immunity Test.  
 
*Open the manual, chapter Report generator and Equipment for conducted immunity tests
 
*Open the manual, chapter Report generator and Equipment for conducted immunity tests
*The key words needs are
+
*The report generator code needed are:
 
** SIGNAL GENERATOR '''BRAND'''
 
** SIGNAL GENERATOR '''BRAND'''
 
** SIGNAL GENERATOR '''TYPE'''
 
** SIGNAL GENERATOR '''TYPE'''
  
so the overall template could  be:
+
so the total text in the report generator template can be:
 
  Signal generator: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||,  ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||
 
  Signal generator: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||,  ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||
 
or:
 
or:
Line 20: Line 18:
 
   Brand: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||
 
   Brand: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||
 
   Type: ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||
 
   Type: ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||
 +
 +
Example 2:
 +
From the spectrum analyser we want to include the hardware version and when the calibration is expired into the report.
 +
The test performed is a Radiated emission test.
 +
*Open the manual, chapter Report generator and Equipment for Radiated Emission Tests
 +
*The report generator code that are needed are:
 +
** SPECTRUM ANALYSER '''HARDWARE VERSION'''
 +
** SPECTRUM ANALYSER '''CALIBRATION EXPIRES'''
 +
 +
{{Note|The information of the hardware version and calibration expire date, can only be inserted correctly when this information is specified in the device driver configuration window of [[RadiMation]].}}
 +
 +
 +
[[Category:RadiMation]]
 +
[[Category:Report generator]]

Latest revision as of 11:48, 4 June 2007

Question

Can I get a custom equipment list in report using the report generator?

Answer

Yes, it is possible to get a custom list of used equipment in your report. You can specify what kind of information you want to have included in the report. It is possible to include this information by including device specific report generator codes in the report generator templates. See the examples below:

Example 1:

From the signal generator we want to know the Brand and the type. The test performed is a Conducted immunity Test. 
  • Open the manual, chapter Report generator and Equipment for conducted immunity tests
  • The report generator code needed are:
    • SIGNAL GENERATOR BRAND
    • SIGNAL GENERATOR TYPE

so the total text in the report generator template can be:

Signal generator: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||,  ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||

or:

 Signal generator
 Brand: ||RI 80-1000 MHZ|SIGNAL GENERATOR BRAND||
 Type: ||RI 80-1000 MHZ|SIGNAL GENERATOR TYPE||

Example 2:

From the spectrum analyser we want to include the hardware version and when the calibration is expired into the report.
The test performed is a Radiated emission test.
  • Open the manual, chapter Report generator and Equipment for Radiated Emission Tests
  • The report generator code that are needed are:
    • SPECTRUM ANALYSER HARDWARE VERSION
    • SPECTRUM ANALYSER CALIBRATION EXPIRES
Information.png
Note: The information of the hardware version and calibration expire date, can only be inserted correctly when this information is specified in the device driver configuration window of RadiMation.