×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Possibility to lock or unlock parameters inside rules or reactions

Possibility to lock or unlock parameters inside rules or reactions

Possibility to lock or unlock parameters inside rules or reactions

(OP)
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.

RE: Possibility to lock or unlock parameters inside rules or reactions

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

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources