User Tools

Site Tools


en:infra-convert:dev:parameter_neu

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
en:infra-convert:dev:parameter_neu [2021/12/10 13:01]
me [Basics]
en:infra-convert:dev:parameter_neu [2021/12/10 13:02]
me removed
Line 12: Line 12:
  
 The startup parameter file summarizes parameters to be passed when starting #@IC_HTML@# in a file in JSON format. This page describes under [[#Basics]] the call, the basic requirements,​ the start parameter "​forceConfigDir"​ and in the following sections the individual parts of the start parameter file. Examples of start parameter scenarios can be found in section [[#Examples of start parameter calls]]. The startup parameter file summarizes parameters to be passed when starting #@IC_HTML@# in a file in JSON format. This page describes under [[#Basics]] the call, the basic requirements,​ the start parameter "​forceConfigDir"​ and in the following sections the individual parts of the start parameter file. Examples of start parameter scenarios can be found in section [[#Examples of start parameter calls]].
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 70%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-The start parameter file summarizes all available call parameters except for the following*². The "​forceConfigDir"​ call parameter can be used to specify a different storage location for the directory with configuration and template files. This is created by default during installation under "​%ProgramData%/​ELIAS GmbH/​infra-Convert"​ and searched there if the parameter "​forceConfigDir"​ is not passed. 
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 75%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-Both parameters can also be transferred at the same time: 
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 57%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -parameter="​..."​ -forceConfigDir="​..."​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-> **Note to *¹** Up to program version 1.3.5.5, only absolute paths can be specified, both as values of the initial startup parameter and within the startup parameter file. 
- 
-> **Note to *²** The configuration and template directory can only be defined from program version 1.3.7.0 with this call parameter. When using it, make sure that you also adapt the paths for the directory with Excel template files (parameter [[en:​infra-convert:​dev:​settings#​List of the settings|ExcelReportsPath]]) and the directory with tolerance tables (parameter [[en:​infra-convert:​dev:​settings#​List of the settings|ToleranceTablePath]]) in the configuration file "​settings.json"​. 
- 
-This chapter explains the structure of the startup parameter file. The file may contain any part of the transfer values presented here, but it must adhere to the provisions for setting up a JSON file. 
- 
  
 <WRAP noprint> <WRAP noprint>