User Tools

Site Tools


en:infra-convert:dev:intro_neu

This is an old revision of the document!


Administrator’s Guide infra CONVERT > Introduction

Overview


Program and project settings are transferred to infra CONVERT as parameter files. The parameter files are written in the JavaScript Object Notation (JSON, see also here). The flow of input and output data can be simplified as follows.


During installation, parameter files with default values are stored in the directory “%ProgramData%\ELIAS GmbH\infra-Convert”. The parameter files are read either when the program is started, when a new project is created or, if required, during runtime.

File Content Description
Transfer on program start
settings.json Program or basic settings Configuration and import > "Settings" Parameter file
UiAccess.json Accessibility of the user interface controls (lock or hide controls) Configuration and import > "UiAccess" Parameter file
Transfer when creating a new project
SpecialCategories.json Categories Configuration and import > Parameter file "SpecialCategories"
CharacteristicTags.json Tags Configuration and import > Parameter file "CharacteristicTags"
StampTemplates.json Stamp templates Configuration and import > Parameter file "StampTemplates"
CharacteristicClasses.json Classes Configuration and import > Parameter file "CharacteristicClasses"
Read during runtime
*.json Tolerance tables (several files) Configuration and import > Parameter file “Settings” > List of the settings > “Project settings > Tolerance tables” menu

Configuration and import > Tolerance tables
*.xltx
*.xltm
*.xlt
Excel test report templates Configuration and import > Parameter file “Settings” > List of the settings > “Settings > Export” menu

User Manual > More > Create and customize Excel templates


Working with parameter files

The program settings (“settings.json”) are loaded when infra CONVERT is started. Changes made by the user (Edit (menu bar) > Settings) are directly written back to them. With the “UiAccess.json” individual controls can be locked or hidden.


When a new project is created, the parameter files for categories, tags, stamp templates and classes are used as templates. This means that the definitions are read once and saved in the project. The definitions for categories, tags and stamp templates can be adjusted in the user interface (Edit (menu bar) > Project Settings). The definitions of classes cannot be changed afterwards. Saving the definitions in the project ensures the interchangeability of projects. Tolerance tables are read out during runtime as required, for example when creating a characteristic or changing characteristic properties. In the following example, the project file (*.icpx) is saved in a “Projects” directory.


In the example, two drawing sheets are now imported into the project from the “Import” directory. The user creates the test plan based on these. Finally, he exports the stamped drawing sheets in PDF format and the test plan in the form of an Excel test report (*.xlsx) to the “Export” directory. The template for the test report is an Excel template file (*.xltx).


Arbeiten mit Startparameteraufruf

Mit Startparametern können Automatismen realisiert werden, welche den Arbeitsfluss bei stets gleichartigen Arbeitsabläufen erleichtern. Diese Administration ist zum einen nötig, wenn infra CONVERT in ein CAQ/MES-System eingebunden ist und zum anderen sinnvoll, wenn dem Benutzer Standardeinstellungen und -arbeitsabläufe vorgegeben werden sollen. Die verfügbaren Startparameter sind in einer Startparameterdatei zusammengefasst, siehe Konfiguration und Import > Startparameterdatei.

Anmerkung Mit dem Startparameter “forceConfigDir” kann ein anderes als das ProgramData-Verzeichnis festgelegt werden. Er wird als einziger nicht in der Startparameterdatei übergeben, siehe “Konfiguration und Import > Startparameterdatei”.

Das folgende Beispiel zeigt einige Möglichkeiten zum Arbeiten mit Startparameteraufruf. In der Startparameterdatei wird auf eine “settings.json” und eine “UiAccess.json” verwiesen. Das Verzeichnis “Konfiguration” kann zum Beispiel auf einem Unternehmensserver liegen. Beim Start von infra CONVERT werden diese Parameterdateien anstatt der Parameterdateien im ProgramData-Verzeichnis geladen. Die “settings.json” enthält eine Auswahl von möglichen Einstellungen, welche die lokalen Einstellungen beim Benutzer überschreiben.


Des Weiteren ist in der beispielhaften Startparameterdatei vorgegeben, dass

  • nach dem Start sofort ein neues Projekt mit den Definitionen für Kategorien, Kennzeichnungen, Stempelvorlagen und Klassen aus dem Verzeichnis “Konfiguration” angelegt wird,
  • zwei Zeichnungsblätter aus einem Verzeichnis “Import” direkt in die erste Prüfplanversion geladen werden,
  • die Projektdatei im Verzeichnis “Projekte” zu speichern ist und
  • beim Speichern die gestempelten Zeichnungsblätter als PNG-Grafiken und der Prüfplan im JSONV1-Format in das Verzeichnis “Export” exportiert werden.

Go to previous page
Introduction > Tips on the Administrator’s Guide

Go to next page
Configuration and Import > Startup parameter file

en/infra-convert/dev/intro_neu.1578496182.txt.gz · Last modified: 2020/01/08 16:09 by me