Difference between revisions of "Reading the installation folder"
From ArcoWiki
m (2 revisions imported) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | '''Read the installation folder''' is possible by querying the environment variables with a non-standard [[DMIS]] command.<br/> | + | '''Read the installation folder''' is possible by querying the environment [[variables]] with a non-standard [[DMIS]] command.<br/> |
The function <code>GETENV/</code> is used to read the installation folder of the various ARCO application, eahc application has a specific key word to recall the folder.<br/> | The function <code>GETENV/</code> is used to read the installation folder of the various ARCO application, eahc application has a specific key word to recall the folder.<br/> | ||
This function is available from from version 3.4.9, the generic commad is:<br/> | This function is available from from version 3.4.9, the generic commad is:<br/> | ||
Line 19: | Line 19: | ||
*<code>EROWAINPUTFILE</code>: Erowa Input exchanges file (Typically “C:\InPresoftData.txt”) | *<code>EROWAINPUTFILE</code>: Erowa Input exchanges file (Typically “C:\InPresoftData.txt”) | ||
*<code>EROWAOUPUTFILE</code>: Erowa Input exchanges file (Typically “C:\OutPresoftData.txt”) | *<code>EROWAOUPUTFILE</code>: Erowa Input exchanges file (Typically “C:\OutPresoftData.txt”) | ||
+ | *<code>BUILDMAPSETUPFOLDER</code>: Buildmap folder (Typically “C:\Metrostaff\BuildMap Studio”) | ||
+ | *<code>ARCOPROJECTNAME</code>: Current project name (without extension) | ||
+ | *<code>METROLOGYGATEREPORTFOLDER</code>: The current report folder set by the Metrology Gate Client | ||
+ | *<code>METROLOGYGATEOUTPUTFOLDER</code>: The current output folder set by the Metrology Gate Client | ||
+ | |||
+ | |||
+ | [[it:Leggendo la cartella di installazione]] | ||
+ | [[zh-cn:读取安装文件夹]] | ||
+ | [[pt:Lendo a pasta de instalação]] | ||
+ | [[de:Lese den Installationsordner]] | ||
+ | [[es:Leyendo la carpeta de instalación]] | ||
+ | [[en:Reading the installation folder]] | ||
[[Category:Dmis_Tutorial]] | [[Category:Dmis_Tutorial]] |
Latest revision as of 08:05, 2 February 2022
Read the installation folder is possible by querying the environment variables with a non-standard DMIS command.
The function GETENV/
is used to read the installation folder of the various ARCO application, eahc application has a specific key word to recall the folder.
This function is available from from version 3.4.9, the generic commad is:
DECL/CHAR,200, STR1
STR1=ASSIGN/GETENV('ARCOSETUPFOLDER')
The parameters are:
ARCOSETUPFOLDER
: Arco folder (Typically “C:\Metrostaff\ArcoCAD Inspection”)ARCOREPORTFOLDER
: Report folder (Typically “C:\Metrostaff\ArcoCAD Inspection\Reports”)ARCOTEMPLATEFOLDER
: Template folder (Typically “C:\Metrostaff\ArcoCAD Inspection\Template”)ARCOSYSTEMFOLDER
: System folder (Typically “C:\Metrostaff\ArcoCAD Inspection\System”)ARCODATAFOLDER
: Data folder (Typically “C:\Metrostaff\ArcoCAD Inspection\Data”)ARCOUSERFOLDER
: User folder (Typically “C:\Metrostaff\ArcoCAD Inspection\User”)ARCODEFAULTFOLDER
: Default folder (Typically “C:\Metrostaff\ArcoCAD Inspection\Default”)EROWASETUPFOLDER
: Erowa Preset folder (Typically “C:\EROWA\Presetting Support Module”)EROWAMACROFOLDER
: Erowa Preset Macro folder (Typically “C:\EROWA\Presetting Support Module\Macro”)EROWAINPUTFILE
: Erowa Input exchanges file (Typically “C:\InPresoftData.txt”)EROWAOUPUTFILE
: Erowa Input exchanges file (Typically “C:\OutPresoftData.txt”)BUILDMAPSETUPFOLDER
: Buildmap folder (Typically “C:\Metrostaff\BuildMap Studio”)ARCOPROJECTNAME
: Current project name (without extension)METROLOGYGATEREPORTFOLDER
: The current report folder set by the Metrology Gate ClientMETROLOGYGATEOUTPUTFOLDER
: The current output folder set by the Metrology Gate Client