cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Modelcheck paramter setting ?

hsuryaprakash
1-Newbie

Modelcheck paramter setting ?

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 ???


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 ACCEPTED SOLUTION

Accepted Solutions

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 *)

MC1.jpg

3. Execute ModelCHECK, ModelCHECK will report Parameter Errors

4. Enter the value (You cannot skip this) in that and update parameter

mc2.jpg

View solution in original post

3 REPLIES 3
LoriSood
22-Sapphire II
(To:hsuryaprakash)

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 *)

MC1.jpg

3. Execute ModelCHECK, ModelCHECK will report Parameter Errors

4. Enter the value (You cannot skip this) in that and update parameter

mc2.jpg

Haris,

Are you able to accomplish your ModelCHECK task?

Top Tags