SeanD

Configuring 2 functions for a button in Wonderware 9.5

2 posts in this topic

Hi,

I've got a very old version of Wonderware, version 9.5, which isn't going to be upgraded anytime soon. I would like to configure a button to perform 2 tasks under "Touch Pushbuttons", ideally "Action" and "Show Window". I am unable to enable both at the same time, so I've been trying to write a script that would perform both functions, but so far unsuccessfully. Is this something that can be done, or is there another way to get around this problem?

I would like the button to toggle a bit and to open another window with more controls.

 

thanks

Share this post


Link to post
Share on other sites

Select Action

bit = NOT bit;

show "New Window";

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now