User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:infra-convert:dev:parameter [2020/01/16 15:48]
me [Startup parameter file]
en:infra-convert:dev:parameter [2020/01/17 09:35]
me [Export quality test plans and stamped drawings]
Line 121: Line 121:
 </​WRAP>​ </​WRAP>​
 <WRAP column 61%> <WRAP column 61%>
-Es wird ein (temporäresProjekt erstellt und eine ICP-Datei ​(Projektdatei aus #​@IC_OLD_HTML@#​) ​geladenNur die ID ("​ICP-ID"​) ​des Merkmals beziehungsweise des Stempels ​in der ICP-Datei ist bekannt.+(temporaryproject is created and an ICP file (project file from #​@IC_OLD_HTML@#​) ​is loadedOnly the ID ("​ICP-ID"​) ​of the characteristic or the stamp in the ICP file is known.
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
Line 130: Line 130:
 </​WRAP>​ </​WRAP>​
 <WRAP column 61%> <WRAP column 61%>
-Es wird auf einen Stempel ​in der aktuelleren von zwei Prüfplanversionen gezoomtEs ist nur die GUID des Stempels ​in der ursprünglichen Prüfplanversion bekanntDiese GUID wird beim Zeichnungsvergleich über die CompareSourceId ​an das übertragene oder zusammengefügte Merkmal weitergegeben.+A stamp in the more recent of two test plan versions is zoomed ​in. Only the GUID of the stamp in the original version of the test plan versions is knownThis GUID is transferred to the transferred or merged characteristic during the drawing comparison using the CompareSourceId.
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
Line 344: Line 344:
 <code javascript>​ <code javascript>​
 "​Targets":​ [ "​Targets":​ [
 +  {
 +    "​Format":"​JSONV2",​
 +    "​LanguageCode":"​de",​
 +    "​Path":"​Export/​prüfplan.json"​
 +  },
   {   {
     "​Format":"​JSONV1",​     "​Format":"​JSONV1",​
     "​LanguageCode":"​de",​     "​LanguageCode":"​de",​
-    "​Path":"​C:/Temp/​testplan.json",​+    "​Path":"​Export/prüfplan.json",​
     "​InspectionPlanVersionExportMode":​ "​Last"​     "​InspectionPlanVersionExportMode":​ "​Last"​
   },   },
   {   {
     "​Format":"​CSV",​     "​Format":"​CSV",​
-    "​Path":"​C:/Temp/​CSV/​testplan.csv"+    "​Path":"​Export/prüfplan.csv"
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/",​+    "​Path":"​Export/​DFD/",​
     "​ExportHint":​ "​MultiFileExport"​     "​ExportHint":​ "​MultiFileExport"​
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/​testplan.dfd",+    "​Path":"​Export/prüfplan.dfd",
     "​ExportHint":​ "​CombinedExport"​     "​ExportHint":​ "​CombinedExport"​
   },   },
   {   {
     "​Format":"​PDF",​     "​Format":"​PDF",​
-    "Path":"​C:/Temp/PDF/"+    "ColorOption":"​MonoColorStamp",​ 
 +    "​Path"​:"​Export/PDF/"
   },   },
   {   {
     "​Format":"​Png",​     "​Format":"​Png",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/"​ 
 +  },
   {   {
     "​Format":"​Jpg",​     "​Format":"​Jpg",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Drawing"​     "​Mode":"​Drawing"​
   },   },
   {   {
     "​Format":"​Bmp",​     "​Format":"​Bmp",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Stamps"​     "​Mode":"​Stamps"​
   }   }
Line 418: Line 425:
 ^ 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 | ^ 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 und SVG format:+This applies to drawing exports in PDF format: 
 + 
 +|< 100% 33% 12% 54% >| 
 +^  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 ("​\\"​). | 
 +^ ColorOption | String | Controls the color representation of the drawing and the stamps:\\ **NoPolicy** Stamps as shown in the program, drawing as native\\ **Mono** Stamps and drawing sheet in black and white\\ **Grayscale** Stamps and drawing in grayscale\\ **MonoColorStamp** Stamp as shown in the program, drawing monochrome | 
 +^ 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:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Format | String | **PDF** All drawing sheets each as a PDF file\\ ​**SVG** All drawing sheets each as a SVG file |+^ 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 ("​\\"​). | ^ 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 | ^ 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 |
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me