RSView Studio One Pushbutton Two Tags Two PLC's

NBJamie99

Lifetime Supporting Member
Join Date
Jun 2008
Location
Ohio
Posts
32
Hello all, I am using RSView Studio 4.0, and was wondering if it was possible to have one maintained pushbutton toggle a tag in each of two PLC's?

Thanks,

Jamie
 
It's been a while since I've used Studio 4.0 - have you tried stacking two buttons, one on top of the other, each button with one of the PLC tags?

There might be a cleaner way to do it... anyone know?
 
Yes it should be.. First you should create a macro that will set the tag to the value you wish. You will need two expressions in your macro to set the two tags. If it should toggle to the opposite state it is in now, you might try an expression like:

If {Tag1} = 1 Then 0
Else If {Tag1} = 0 Then 1

Then you should link the macro to a macro enabling pushbutton.
 
There is no direct way to do this. Write to one, and use messaging between the two PLC's.

Stacking objects is not the answer, even if View would send click actions to both (it won't) if they ever got un-synchronized, you would never know it. Potentially dangerous solution.
 
Thanks for all the quick responses. I had thought about stacking the buttons, but as rdrast said, there is a potential for disaster. In my particular case the PB would trigger a signal which is still hardwired to the other PLC, so technically both would not need to have that input. But I thought I would ask for future reference.

The real kicker is that I am pretty sure this is easily done in proface HMI's, but then again, I am partial to that software anyway.

Look foward to hearing anyone elses ideas.
 

Similar Topics

I must be mis remembering, but what I need to do is this. 1.Press GOTO Display button 2.Screen pops up AND a value is written to the plc...
Replies
1
Views
2,235
On an operator screen I would like to have a "STOP" momentary pushbutton popup a "ARE YOU SURE" display with a "YES" and "NO" button. What is the...
Replies
18
Views
6,931
Hello to all the knowledgeable people inside the computer screen, my problem at the moment is like the title says, l can't open projects in...
Replies
1
Views
1,329
Hi Working with some project guys who have replaced a controllogix processor previously using RSLogix 5000 V11 for a controllogix 5588E using...
Replies
10
Views
4,036
We have an older laptop here at work that has RSView Studio on it that isn't used for anything. They only use Red Lion HMI's now. I was thinking...
Replies
2
Views
1,517
Back
Top Bottom