Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proe/E Relation Compairing more than 2 variables and catch min value

Status
Not open for further replies.

MuzamilEETC

Mechanical
Joined
Nov 16, 2010
Messages
31
Location
JP
Dear All,

In Pro/E relation I have 5 sets of variable values (x1 to x5). Depending on model input these values will keep on changing. I need to catch the minimum out of these 5 variables. In Pro/E relation the fumction "min()" can compair only 2 set of values at a time. Let me know how to compair all 5 sets and catch the minimum value.

Thanks and regards
Muzamil
 
The only way I can see is

min(var1,min(var2,min(var3,min(var4,var5))))
 
Dear Robertib,

Thank you very much for your help. It's working WELL !!!!

Thanks and regards
Muzamil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top