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 PARAMCHECK configuration question

kirk.wemple
1-Newbie

ModelCHECK PARAMCHECK configuration question

Trying to set up ModelCHECK to add missing parameters to models that were not derived from our templates using the PARAMCHECK option in the .mch file. Works pretty well except I can't configure it to add a blank parameter. The best configuration I have now is to add a space to each missing parameter after the initial interactive check is done. Typical start file entry: PRT_PARAMETER MATERIAL STR. If ten parameters are missing the user has to enter a space for each and then click the Add button. Looking for any solution to avoid entering a space for each parameter. Just click the Add button and you're done. Any suggestions?

--Kirk Wemple


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.
5 REPLIES 5

I believe you need a string that looks like this.

PRT_PARAMETER PREPARED_BY STR NEQ null

Note the "NEQ" rather than "EQ"


Bob Frindt
Sr. Designer
Parker Hannifin Corporation
Parker Aerospace
Gas Turbine Fuel Systems Division
9200 Tyler Boulevard
Mentor, OH 44060 USA
direct (440) 954-8159
cell: (216) 990-8711
fax: (440) 954-8111
-
www.parker.com



kirk wemple <->
05/03/2010 09:59 AM
Please respond to
kirk wemple <->


To
-
cc

Subject
[proecad] - ModelCHECK PARAMCHECK configuration question






Trying to set up ModelCHECK to add missing parameters to models that were
not derived from our templates using the PARAMCHECK option in the .mch
file. Works pretty well except I can't configure it to add a blank
parameter. The best configuration I have now is to add a space to each
missing parameter after the initial interactive check is done. Typical
start file entry: PRT_PARAMETER MATERIAL STR. If ten parameters are
missing the user has to enter a space for each and then click the Add
button. Looking for any solution to avoid entering a space for each
parameter. Just click the Add button and you're done. Any suggestions?

--Kirk Wemple




Site Links: View post online View mailing list online Send new post
via email Unsubscribe from this mailling list Manage your subscription


Use of this email content is governed by the terms of service at:

Using MATERIAL STR NEQ NULL I still need to add a space in order to add the parameter.

If you want to be using the NULL value then your line needs to say "EQ NULL" rather than "NEQ NULL". Otherwise you are saying that the parameter cannot be
blank, which is what you are trying to avoid if I understand correctly.


Have you downloaded the help file on ModelCheck? It's all there if you spend
some time with it. Print it, make a binder and start adding your own notes.
ModelCheck is a great tool once you get it pass the users.

Curtis Odom


On 5/3/10, Winter, Evan G <-> wrote:
>
> If you want to be using the NULL value then your line needs to say "EQ
> NULL" rather than "NEQ NULL". Otherwise you are saying that the parameter
> cannot be blank, which is what you are trying to avoid if I understand
> correctly.
>
>
>
> *From:* kirk wemple [

ModelCheck is a good tool, but when will they update it? It sure could use a little TLC.

-marc



In Reply to Curtis Odom:

Have you downloaded the help file on ModelCheck? It's all there if you spend
some time with it. Print it, make a binder and start adding your own notes.
ModelCheck is a great tool once you get it pass the users.

Curtis Odom


@On 5/3/10, Winter, Evan G <-> wrote:
>
> If you want to be using the NULL value then your line needs to say "EQ
> NULL" rather than "NEQ NULL". Otherwise you are saying that the parameter
> cannot be blank, which is what you are trying to avoid if I understand
> correctly.
>
>
>
> *From:* kirk wemple [mailto:-]
> *Sent:* Monday, May 03, 2010 10:17 AM
> *To:* -
> *Subject:* [proecad] - RE: ModelCHECK PARAMCHECK configuration question
>
>
>
> Using MATERIAL STR NEQ NULL I still need to add a space in order to add the
> parameter.
Top Tags