User Tools

Site Tools


en:infra-convert:dev:parameter_neu

This is an old revision of the document!


Export quality test plans and stamped drawings

With the Targets field, specify that when the Save project command is executed in quality test plans and/or stamped drawings and/or drawing details in infra CONVERT should be exported.

Note We recommend you use the quality test plan format JSONV1 because it supports all the characteristics of infra CONVERT.
See also
Administrator’s Manual infra CONVERT > Export > Quality test plan format JSONV2

Administrator’s Manual infra CONVERT > Export > Quality test plan format JSONV1

Administrator’s Manual infra CONVERT > Export > Quality test plan format DFD
"Targets": [
  {
    "Format":"JSONV2",
    "LanguageCode":"de",
    "Path":"Export/prüfplan.json"
  },
  {
    "Format":"JSONV1",
    "LanguageCode":"de",
    "Path":"Export/prüfplan.json",
    "InspectionPlanVersionExportMode": "Last"
  },
  {
    "Format":"CSV",
    "Path":"Export/prüfplan.csv"
  },
  {
    "Format":"DFD",
    "Path":"Export/DFD/",
    "ExportHint": "MultiFileExport"
  },
  {
    "Format":"DFD",
    "Path":"Export/prüfplan.dfd",
    "ExportHint": "CombinedExport"
  },
  {
    "Format":"PDF",
    "ColorOption":"MonoColorStamp",
    "Path":"Export/PDF/"
  },
  {
    "Format":"Png",
    "Path":"Export/Graphics/"
  },
  {
    "Format":"Jpg",
    "Path":"Export/Graphics/",
    "Mode":"Drawing"
  },
  {
    "Format":"Bmp",
    "Path":"Export/Graphics/",
    "Mode":"Stamps"
  }
]

The following applies for the JSONV2 quality test plan format (available from program version 1.4.2.1):

Parameter Type Value/Content
Format String JSONV2
LanguageCode String de German
en English
Path String Path to the location with the file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).

The following applies for the JSONV1 quality test plan format:

Parameter Type Value/Content
Format String JSONV1
LanguageCode String de German
en English
Path String Path to the location with the file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2

The following applies for the CSV quality test plan format:

Parameter Type Value/Content
Format String CSV
Path String Path to the location with the file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2

The following applies for the DFD quality test plan format:

Parameter Type Value/Content
Format String DFD
Path String Path to the location without a file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2
ExportHint String MultiFileExport Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)
CombinedExport Export partial test plans to collective DFD file

Note This parameter is available as of program version 1.3.7.2

This applies to drawing exports in PDF format:

Parameter Type Value/Content
Format String PDF
Path String Path to storage location, for multiple export (“MultiFileExport”) without file name, for combined export (“CombinedExport”) with file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2

This applies to drawing exports in SVG format:

Parameter Type Value/Content
Format String SVG
Path String Path to storage location, for multiple export (“MultiFileExport”) without file name, for combined export (“CombinedExport”) with file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2

This applies to drawing exports in PNG, JPG, BMP, TIF und GIF format:

Parameter Type Value/Content
Format String Png All drawing sheets and/or all stamped characteristics in extracts as PNG files
Jpg All drawing sheets and/or all stamped characteristics in extracts as JPG files
Bmp All drawing sheets and/or all stamped characteristics in extracts as BMP files
Tif All drawing sheets and/or all stamped characteristics in extracts as TIF files
Gif All drawing sheets and/or all stamped characteristics in extracts as GIF files
Mode String Drawing Only drawing sheets
Stamps Only stamp graphics

If Mode is not specified, drawing and stamp graphics are exported together
Path String Path to the location without a file name; the directory names must be separated by slash characters (“/”) or double backslash characters (“\\”).
Inspection​Plan​Version​Export​Mode String Implicit Export the test plan version addressed by the “InspectionPlanVersion” parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).
Last The most recent inspection plan version at the time of export
All Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version

Note The “newest” inspection plan version is the inspection plan version with the highest lexical version number.

Note This parameter is available as of program version 1.3.7.2

Note The value “All” is available from program version 1.4.2.1


en/infra-convert/dev/parameter_neu.1579249966.txt.gz · Last modified: 2020/01/17 09:32 by me