Skip to main content
14-Alexandrite
March 1, 2017
Question

Nothing happens PRT_PARAM_NOTE_REQ / PRT_REL_UNWANTED / PRT_PARAM_UNWANTED

  • March 1, 2017
  • 7 replies
  • 2458 views

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

7 replies

17-Peridot
March 2, 2017

For the second part of your question, have you added PARAM_UNWANTED and REL_UNWANTED check in the .mch file?

17-Peridot
March 2, 2017

You need to add these two checks for the remove parameters and relations to work.

17-Peridot
March 2, 2017

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

boemi14-AlexandriteAuthor
14-Alexandrite
March 2, 2017

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

Mahesh_Sharma
22-Sapphire I
March 9, 2017

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.

boemi14-AlexandriteAuthor
14-Alexandrite
March 9, 2017

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

Mahesh_Sharma
22-Sapphire I
March 10, 2017

Marc,

Did you tried setting MU_ENABLED as Y in config_init.mc? If not, set that as Y and restart Creo.