Skip to main content
7-Bedrock
December 30, 2022
Solved

ModelCHECK, ACCURACY_INFO does not update absolute accuracy values. It does update relative values

  • December 30, 2022
  • 2 replies
  • 2991 views

I am using Creo Parametric Release 8.0 and Datecode8.0.5.0

In ModelCHECK, ACCURACY_INFO does not update absolute accuracy values. It does update relative values

Best answer by lgreene

I did . . . resulting in SPR 14464196.

Development team has fixed the issue and the fix will be available in Creo Parametric 8.0.9.0. and 9.0.5.0.

2 replies

21-Topaz II
December 30, 2022

Perhaps the setup of your ModelCHECK is not taking into account that the limits are defined by different parameters depending on whether the accuracy is absolute or relative. A quick online search using "creo modelcheck accuracy_info" yields the following:

 

ModelCHECK Accuracy 

 

In brief, it calls for:

ACCURACY_LOW and ACCURACY_UPP for relative accuracy
MIN_ABS_ACCURACY and MAX_ABS_ACCURACY for absolute accuracy
lgreene7-BedrockAuthor
7-Bedrock
December 30, 2022

Thanks for the reply. Yes I did consider the limits for both Relative and Absolute

I can change the accuracy to the absolute value in the regular, manual way just not with MC

17-Peridot
January 2, 2023

Hello,

By ModelUPDATE mode, Creo ModelCHECK automatically changes the accuracy to this value if the accuracy is not within the acceptable limits.

Use this syntax in the start configuration file:

MU_ACCURACY ABSOLUTE 0.001

lgreene7-BedrockAuthor
7-Bedrock
January 2, 2023

Thank you for providing your comment.

ModelUPDATE mode is a bit too aggressive for me.

I want ModelCHECK to warn of unacceptable accuracy value and provide the option to change it then.

17-Peridot
January 5, 2023

Hi,

Please refer to Help Center about Check option ACCURACY_INFO:

  • Reports the type of accuracy (relative or absolute) and its value.
  • Reports whether the value set is within an acceptable range.
    • The acceptable limits are set using the following constant configuration options:
      • ACCURACY_LOW and ACCURACY_UPP for relative accuracy
        • Default range in inch.mcn or mm.mcn file is 0.0005 - 0.0013
      • ​​MIN_ABS_ACCURACY and MAX_ABS_ACCURACY for absolute accuracy
        • Default range in inch.mcn or mm.mcn file is 0.001 - 0.0030
  • In order to be able to report models with incorrect accuracy, set MU_UPDATE to N
    • If MU_UPDATE = Y is required, set MC_SKIP_CHECK_UPDATE to ACCURACY_INFO 
  • MU_ACCURACY option in the start configuration file can only work in the ModelUPDATE mode. Creo ModelCHECK automatically changes the accuracy to this value. It cannot decide if it is a warning or an error.

Hope this help clarify this topic.