As you already know that before doing Modelcheck, the ProE need to be configured to set the way it should check the model. Below is an example how to do it:
Let’s say, after performing ModelCHECK, we want all our datum planes and datum axis should be kept inside the layers named “D_PLN” and “D_AXS” respectively. Also, say, we want to add two ProE parameters MAT_NAME (for material name) and PRT_NAME (for part name) to be added after ModelCheck.
- Open the Default_start.mcs file with Microsoft word from the following location of your computer:
C:\Program Files\proeWildfire 2.0\modchk\text\usascii\config\start assuming your ProE load point is: C:\Program Files\proeWildfire 2.0
You will get something like below:

click to enlarge
- Replace the highlighted portion of the file by the following lines:
# PART MODE START PART REPORT CONFIGURATION
PRT_PARAMETER PART_NAME STR EQ *
PRT_PARAMETER MAT_NAME STR EQ *
PRT_LAYER AXES BLANK D_AXIS
PRT_LAYER PLANES BLANK D_PLANE
# ASSEMBLY MODE START PART REPORT CONFIGURATION
ASM_PARAMETER PART_NAME STR EQ *
ASM_PARAMETER MAT_NAME STR EQ *
ASM_LAYER AXES BLANK D_AXIS
ASM_LAYER PLANES BLANK D_PLANE
- Now open the condition.mcc file from the following location:
C:\Program Files\proeWildfire 2.0\modchk\text\usascii\config
- Replace all the nostart.mcs with the default_start.mcs of the highlighted portion of the file:

click to enlarge
- Now open or create a ProE model and run the ModelCheck interactive mode and see the result.