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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Can ModelCheck report an Error if a prt parameter is empty

RF_2874056
2-Guest

Can ModelCheck report an Error if a prt parameter is empty

I am trying to get ModelCheck to check my Part Parameters for any empty parameters.

I would like it to report an error and make the user fill in the parameters that are empty (this cannot be a list, it just needs something/anything in it)

 

I want the engineers to fill out the Material, condition ect parameters.

Can Modelcheck check these are not empty?

 

Using Creo 7.0.8.0

1 ACCEPTED SOLUTION

Accepted Solutions
dnordin
15-Moonstone
(To:RF_2874056)

Yes.

 

In the start checks (.mcs files), use the check PRT_PARAMETER DRAWN_BY STR NEQ NULL

The part parameter "drawn_by" must be of type string and not be null (empty).

 

In the checks (.mch files), specify STARTCHECK is set to error.

 

Regards,

 

Dan N.

 

View solution in original post

2 REPLIES 2
dnordin
15-Moonstone
(To:RF_2874056)

Yes.

 

In the start checks (.mcs files), use the check PRT_PARAMETER DRAWN_BY STR NEQ NULL

The part parameter "drawn_by" must be of type string and not be null (empty).

 

In the checks (.mch files), specify STARTCHECK is set to error.

 

Regards,

 

Dan N.

 

thanks that worked

Top Tags