Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Possibility to lock or unlock parameters inside rules or reactions

Status
Not open for further replies.

rollicker

Aerospace
Jul 9, 2013
7
DE
Hi Guys,
I am planning to lock or unlock speciifc parameters based on the requirement through rules or reactions. But I am unable to achieve this. Please let me know if some one has successfully locked or unlocked a parameter inside a rule editor. Thanks in advance.
 
Replies continue below

Recommended for you

You sure can.

Here is a rule
create integer.1 and string.1



if Integer.1 == 1
{
String.1 = "Lock"
String.1.Constant = true
}
else
{
String.1 = "UnLock"
String.1.Constant = false
}
Reaction would be the same with the trigger being Integer.1

Regards,
Derek



Win XP64
21SP6/22SP4, 3DVIA Composer 2013X, ST R20
Dell T7400 16GB Ram
Quadro FX 4800 - 1.5GB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top