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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Modelcheck configuration. CAD Common Name limit

cc-2
6-Contributor

Modelcheck configuration. CAD Common Name limit

Hello



we have been looking at Modelcheck configuration and could not figure out how we could configure it so that it throws a warning (ie does not prevent users to check in) if NAME (PDM Name, ie ProE Common Name) is longer than a fixed length of characters.

Is it actually possible to do so in ModelCheck and if so how ?



Thanks a lot


Best regards


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.
2 REPLIES 2
BenLoosli
23-Emerald II
(To:cc-2)

This is what we used for part file name checking.

PRT_MODEL_NAME EQ ALL_NUMBERS
PRT_MODEL_NAME EQ LENGTH_8

You can find the list of allowed checks in the ModelCheck Help Topic Collection manual.


In Windchill, you need to set up MC_Err attribute on the EPMDocument type to be 0. This will allow 0 error ModelChecked parts only to be saved.


cc-2
6-Contributor
(To:cc-2)

Hello everyone

just some feedback.

We ended creating a parameter (undesignated) and a relation with PTC_WM_NAME

we can trigger the error when the length is greater than 40 (thanks SAP !!!) but as it happens we also check other parameters for various reason and we found out that the same MC propriety applies. That is we have either an error or warning for all parameters check. In other word we only wanted to add a warning for the Name length but we can't since we have already enable MC to return an Error for checking parameters. The other option is to change the option to Warning but this will mean letting people having the possibility to ignore the warning for other parameters and check in the CAD file.

That's life world is not perfect.

Thanks all for your help


Top Tags