Skip to main content
1-Visitor
November 5, 2014
Solved

Pro Program

  • November 5, 2014
  • 2 replies
  • 2173 views

Hi,

I'm working with pro program at a very low level, because I cannot find information that can help me.

Does any body lnows where I can find toturials, or a trainning manual or, at least, a list of parameters I can use, so I can improve my work?

Thanks

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.
Best answer by BenLoosli

Check out the Help Topic Guide from Wildfire 4. There is a Program manual in there. If you can't find it, email me and I will send you a copy. looslib<at>centrusenergy.com.

2 replies

14-Alexandrite
November 5, 2014

What is it that you want to do?

1-Visitor
November 5, 2014

For the momment I just make parts appear and disappear depending certain conditions/calculations.

What I need is to know program well, so I can take the most of advantage I can, from it.

1-Visitor
November 5, 2014

Luis,

I have done this sort of thing before and it is relatively easy to accomplish in ProProgram. When I did this, I used the value of a given parameter to force ProProgram to suppress or keep active a certain feature.

Here's the way I did it:

1) Create a parameter that will logically control if you want a certain feature created. Assign it a value of 1 if you want to keep certain modeling features or 0 if you want to suppress them. Control the value of the parameter in your relations.

2) In ProProgram, scroll down to where the feature in question is created

3) At the beginning of the feature, write an 'If' statement such as:

IF FEATURE_CONTROL_PARAMETER==1

4) In ProProgram, scroll to the end of where the feature in question is created and close the IF statement with

ENDIF

5) Save and incorporate your changes and test it. This should do it.

-Mark

BenLoosli23-Emerald IIIAnswer
23-Emerald III
November 5, 2014

Check out the Help Topic Guide from Wildfire 4. There is a Program manual in there. If you can't find it, email me and I will send you a copy. looslib<at>centrusenergy.com.