Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi
Is there any option inside model check setting to skip the parameter value to be entered when interactive is running.
In one of the parameter we set "string " as an data type and entered the numerical numbers , but now I want to change same parameter
data type from string to Integer .So , it is asking once again to enter the value when mc is running.
Like that , I have to change 12 parameters in all the models .Don't want to enter the value every time & instead keep the same value & change data type .
How to achieve this ???
Solved! Go to Solution.
Haris,
You can use ModelCHECK to change data type from String to Integer, however it will not maintain the existing values. Parameter will update only after defineing the value for parameter.
1. Set PARAMCHECK as E in check file.
2. Add Mode_PARAMETER PARAMETER INTEGER EQ * in start file (e.g. PRT_PARAMETER PART_NUMBER INTEGER EQ *)
3. Execute ModelCHECK, ModelCHECK will report Parameter Errors
4. Enter the value (You cannot skip this) in that and update parameter
Haris,
I have moved this thread to the Creo community as this is not related to Windchill.
Haris,
You can use ModelCHECK to change data type from String to Integer, however it will not maintain the existing values. Parameter will update only after defineing the value for parameter.
1. Set PARAMCHECK as E in check file.
2. Add Mode_PARAMETER PARAMETER INTEGER EQ * in start file (e.g. PRT_PARAMETER PART_NUMBER INTEGER EQ *)
3. Execute ModelCHECK, ModelCHECK will report Parameter Errors
4. Enter the value (You cannot skip this) in that and update parameter
Haris,
Are you able to accomplish your ModelCHECK task?