User Tools

Site Tools


en:infra-convert:dev:characteristicclasses

This is an old revision of the document!


Administrator’s Guide infra CONVERT > Configuration and Import

Parameter file "CharacteristicClasses"


The →characteristic classes that are available in infra CONVERT are defined in the parameter file CharacteristicClasses.json. More specifically: these definitions are loaded when a new →project is created and saved in the project file. This means that it is not possible to later change the class definitions for a project.

Important Each class definition has parameters that cannot be changed. If a parameter is missing or faulty, then characteristics assigned to the corresponding class will no longer be recognized by the automatic stamp function. The same is, of course, true for missing definitions.

If you need additional classes, you can append definitions. You are welcome to tell us your wishes, as we are interested in offering the widest possible selection of classes.

During installation, the parameter file CharacteristicClasses is saved at the following location:

%ProgramData%\ELIAS GmbH\infra-convert\JsonData\CharacteristicClasses.json

If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > Parameter file for characteristic classes).

Tip For more comfortable working, you can use a text editor with extended functions, e.g. syntax and error highlighting, instead of the on-board Windows “editor”. Examples are the free programs Visual Studio Code from Microsoft and Notepad++.




ID

Unique, internal identifier for the class.

Please do not delete these parameters or change their values.

When creating a class definition: Assign new value!

"Id": "{BEA94EBE-84DE-4653-86A5-DD600A45070E}",
Parameter Type Value/Content
ID String GUID of the class


Parent class

Reference to the parent class, if there is one.

Please do not delete these parameters or change their values.

When creating a class definition: assign empty string (“”)!

"ParentClass": "Diameter",
Parameter Type Value/Content
ParentClass String FriendlyName of the parent class, if there is one


Friendly name

Unique, internal identifier for the class in the form of a “user-friendly name”.

Please do not delete these parameters or change their values.

When creating a class definition: Assign new value!

"FriendlyName": "Linear",
Parameter Type Value/Content
FriendlyName String Unique identifier for the class as descriptive name


Q-DAS class

Value of the Q-DAS characteristic size K2009.

Please do not delete these parameters or change their values.

See also
Administrator’s Guide infra CONVERT > Export > Quality test plan format DFD > Converting the classes

User’s Guide infra CONVERT > More > Terms > Class (characteristic-) > ID
"QdasClass": 200,
Parameter Type Value/Content
QdasClass String Value of the Q-DAS class.


ELIAS ID

ID of the characteristic class, clearly assigned in infra - CONVERT and infra CONVERT.

Please do not delete these parameters or change their values.

When creating a class definition: Assign the value “Undefined” (ID: -1)!

"OldEliasId": 0,
Parameter Type Value/Content
OldEliasId String ID of the characteristic class


Dimension unit

Unit of measurement assigned to the nominal size.

The listed values can be assigned for the parameter.

See also
User Manual > More > Terms > Measurement (sizes-)

User Manual infra CONVERT > More > Terms > Class (characteristic-)
"NominalUnit": "Millimeter",
Parameter Type Value/Content
NominalUnit String None No unit assigned
ID of the dimension unit, see User Manual > More > Terms > Measurement (sizes-)


Unit of the tolerance limits

Unit of measurement assigned to the tolerance limits.

The listed values can be assigned for the parameter.

See also
User Manual > More > Terms > Measurement (sizes-)

User Manual infra CONVERT > More > Terms > Class (characteristic-)
"ToleranceUnit": "Millimeter",
Parameter Type Value/Content
ToleranceUnit String None No unit assigned
ID of the dimension unit, see User Manual > More > Terms > Measurement (sizes-)


Group

Internal parameter that governs various characteristic assignments, including the assignment of tolerance tables.

See also
Administrator’s Guide infra CONVERT > Configuration and Import > Tolerance tables > Group

Please do not delete these parameters or change their values.

"ClassGroup": "Length",
Parameter Type Value/Content
ClassGroup String Name of the group.

Undefined No group assigned
Length Length
Angle Angle
ChamferEdge Chamfer
Roundness Roundness
GeometricDimensioningTolerancing Geometric tolerancing
Roughness Surface parameters


Formatting the export variable "Requirement"

The variable “Requirement” is available for the direct export of a test plan to Excel. The structure of the variable depends on the feature class and is defined in this object.

See also
User manual infra CONVERT > More > Create and customize Excel templates

The listed values can be assigned for the parameter.

"RequirementTemplate": "Rz{SPC} {N} {UT} {LT} {REP}",
Parameter Type Value/Content
RequirementTemplate String Sequence of variables, specified in curly brackets, and any intermediate characters. The variables are replaced by corresponding values. If no value is assigned to a variable in the specific case, the variable is omitted. Two or more consecutive spaces are replaced by a space.

The following variables are available:
CL Characteristic class
CLSY Class symbol
N Nominal value
UT Upper tolerance value
LT Lower tolerance value
F Tolerance class
M Limit (“min.”/“max.”)
TXT Value
CON Conditions/modificators
C comment
REP Number of repetitions in der form “(2x)”, “(3x)” etc.
SPC Extra space (will not be deleted on duplication)

Useful Unicode characters:
⌀ □ ⌒ ◁ ⌳ ⌲
⏤ ⏥ ○ ⌭ ⌒ ⌓ ⫽ ⟂ ⦟ ⌖ ⭗ ⌯ ↗ ⌰


Display text

Texts can be specified in this object, which are displayed in infra CONVERT depending on the user language set.

The listed values can be assigned for the parameter.

"LocalizedProperties": [
  {
    "Name": "Distance",
    "Description": "",
    "LanguageCode": "en"
  },
]
Parameter Type Value/Content
Name String Display name for the class
Description String Description text
LanguageCode String Language abbreviation as per ISO 639-1


Installation/Deinstallation

The following describes the process for deinstalling, reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) infra CONVERT using the parameter file “CharacteristicClasses.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed.

See also Introduction > Overview (program version 2) > Installation/Uninstallation

Deinstallation

The file is deleted.

Reinstallation

An existing file is overwritten.

Installation

An existing file is overwritten.


Go to previous page
Configuration and Import > Parameter file “CharacteristicTags”

Go to next page
Configuration and Import > Parameter file “SpecialCategories”

en/infra-convert/dev/characteristicclasses.1596034959.txt.gz · Last modified: 2020/07/29 17:02 by me