Skip to main content
10-Marble
March 30, 2023
Solved

Model check

  • March 30, 2023
  • 3 replies
  • 1485 views

Hello, I would like to use the model check to verify if a parameter has been filled in.

Can you help me do this?

Thank you.

 

model check

 

 

 

Best answer by LeandroSD

Thank you very much for your help, my friend. I managed to do what I wanted here.

3 replies

23-Emerald III
March 31, 2023

<TYPE>_PARAMETER <parameter_name> STR

Will return the value of the <parameter_name>

 

If you have a value that you want to check against

<TYPE>_PARAMETER <parameter_name> STR EQ <fixed value or a file containing a list of values>

<TYPE>_PARAMETER <parameter_name> NONE EQ PDM

Top line will verify the existance of your vale against its known value

Second line will tell if the parameter is designated to your PLM system

 

<TYPE> can be PRT, ASM or DRW for part, assembly or drawing checks.

 

 

LeandroSD10-MarbleAuthorAnswer
10-Marble
April 1, 2023

Thank you very much for your help, my friend. I managed to do what I wanted here.

17-Peridot
March 31, 2023

Ben is correct. Here are some examples that we list in our ModelCheck Start Files. The start files basically check to make sure the models contain specific information .

 

<TYPE>_PARAMETER <parameter_name> STR EQ <fixed value or a file containing a list of values>

PRT_PARAMETER CONTROL_NUMBER STR

ASM_PARAMETER CAGECODE STR EQ LENGTH_5

 

More start file information:

PRT_DATUM_PLANE RIGHT

PRT_VIEW BACK

PRT_LAYER COORD_SYS NONE

PRT_RELATION TITLE = PTC_COMMON_NAME

ASM_LAYER COMPONENTS NONE