Community Tip - You can change your system assigned username to something more personal in your community settings. X
MC experts,
I am struggling with using some checks,
We run MC in "REGENERATE" or "INTERACTIVE" mode.
If I would add a note to an existing parameter with this line below, nothing happens:
PRT_PARAM_NOTE_REQ BENENNUNG "Material_Description_German"
Also if I am using
PRT_REL_UNWANTED WEIGHT = MP_MASS("")
PRT_PARAM_UNWANTED COST
nothing happens.
Does these checks only work in a special mode?
Thanks for your support.
Marc
For the second part of your question, have you added PARAM_UNWANTED and REL_UNWANTED check in the .mch file?
You need to add these two checks for the remove parameters and relations to work.
Marc,
Manjunath is correct. the flowing entries need to be added in the config_init.mc file.
Interactive, Batch, Regenerate, Save, Metrics
These are our Options "I" "B" "R" "S" "M"
#Checks for unwanted parameters
PARAM_UNWANTED YN Y N Y N Y
#Checks for unwanted relations
REL_UNWANTED YN Y N Y N Y
Thank you for the reply.
I checked the file: config_init.mc
I do have the following values:
# Enable/Disable ModelUpdate
MU_ENABLED YN Y
In the checks file:
REL_UNWANTED YN Y N Y N Y
PARAM_UNWANTED YNEW Y N Y N Y
I checked also if we use the correct configuration files.
Nothing happens with these values.
Marc
Marc,
When analyzing data make sure correct check and start file are in use, you may check that in condition.mcc and results from embedded browser.
You may share your respective Modelcheck config files for quick test.
KSM,
thank you for your response, attached you find the config-files I use.
Perhaps there is only one small configuration wrong....
Thank you for the help.
Regards,
Marc
Marc,
Did you tried setting MU_ENABLED as Y in config_init.mc? If not, set that as Y and restart Creo.