hello,
is it possible to designate parameters already present in model via Modelcheck?
it seems not working...
thanks
Solved! Go to Solution.
Yes, It is working for me.
I have set it as below.
PRT_PARAMETER parameter_name STR EQ *
PRT_PARAMETER parameter_name STR EQ PDM
Yes, It is working for me.
I have set it as below.
PRT_PARAMETER parameter_name STR EQ *
PRT_PARAMETER parameter_name STR EQ PDM
thanks,
but if i have already parameter in the model, ModelCheck Interactive will not designate the parameter.
i have only STARTPARM set to ERROR in *.MCH file, is it correct?
I don't think it will create any issue in that. Share your Modelcheck config files, that may help to check the cause.
Worked for me. Checked for of the parameters
DENOMINAZIONE
DESCRIPTION
LAST_MODIFY
Try Setting MU_ENABLED as Y in Config_Init.mc.
set MU_ENABLED to Y then opened a file and its like this:
then MODELCHECK INTERACTIVE and there is no change...
Strange.....
I did the same thing and results were as in image. One difference here is value of Last_modify in my case it is * and in yours it is -.
strange indeed...
i've accepted your first solution, thank you very much!
but could you please do a last check? could you remove the flag to LAST_MODIFY for example and then redo MCInteractive?
I did and it worked.
I did a test by adding a parameter LAST_MODIFY with soem value and run MC Intractive and that desiginated the parameter. I think instead of Uncheking Desigination, remove and re-run MCI
fyi,
i've contacted support.ptc.com and the problem was missing PARAMCHECK YN Y in *.mch file
Thanks for sharing the info.
If still it doesn't work, submit a support case for PTC. They will be able to debug this.
Hi All,
I am working for implementing creo model check for my projects, having few questions regarding setting up the parameters.
1) I need to set up the below listed parameters I have added these files in my start files but it is not working.
Can any one help me how to configure these parameters? I have added in my start files as listed below but it is not working.
PRT_PARAMETER DRAWN_BY STR EQ *test*
PRT_PARAMETER CHECKED_BY STR EQ *test*
PRT_PARAMETER ENGINEERED_BY STR EQ *test*
PRT_PARAMETER DESCRIPTION_1 STR NEQ *test*
PRT_PARAMETER DESCRIPTION_2 STR NEQ *test*
PRT_PARAMETER DESCRIPTION_2 STR NEQ *test*
PRT_PARAMETER MATERIAL_1 STR NEQ *test*
PRT_PARAMETER MATERIAL_2 STR EQ *test*
PRT_PARAMETER MATERIAL_3 STR EQ *test*
Thanks,
Naidu