|
User Parameters Control
User Parameters are a set of predefined parameters, in the Motion Parameters Table, which are used to set user-defined Post Processor parameters.
The list of parameters to be displayed, their names and values are defined in an XML file:
...\ProgramData\Cimatron\Cimatron\2026.0\Data\PostParams.xml
This XML file can be edited by any XML/text editor.
This XML file is loaded into any new NC file and is saved within the NC ELT file (if the Cimatron ELT is opened on another computer, the original settings are used). This file is also saved as part of the document template; this enables you to use more than one predefined setting.
To replace the PostParams file stored in an open NC file with the PostParams.xml file stored in the Data folder mentioned above, use the function Replace Post Parameters (under the NC Utilities > Utilities menu).
The 30 available parameters are divided into 5 different types, each with 6 parameters (post names):
Type |
PostParams.xml Name |
Post Name |
Default Value |
Remarks |
Boolean |
U_PARAM_BOOL_1... U_PARAM_BOOL_6 |
PUP_BOOL1... PUP_BOOL6 |
False |
|
Integer |
U_PARAM_INT_1... U_PARAM_INT_6 |
PUP_INT1... PUP_INT6 |
0 |
|
Combo |
U_PARAM_COMBO_1... U_PARAM_COMBO_6 |
PUP_COMBO1... PUP_COMBO6 |
1st item in the list |
|
Real |
U_PARAM_FLOAT_1... U_PARAM_FLOAT_6 |
PUP_FLOAT1... PUP_FLOAT6 |
0.0 |
For parameters that are not unit dependant, i.e. angle. |
Real (Units dependent) |
U_PARAM_UD_FLOAT_1... U_PARAM_UD_FLOAT_6 |
PUP_UDFLT1... PUP_UDFLT6 |
0.0 |
For parameters that are unit dependant, i.e. distance. |
Minimum and maximum values are as follows:
Min. Integer Value = 0; Max. Integer Value = 536870912
Min. Real Value = -536870912; Max. Real Value = 536870912.
|